/* Media query: only screen and (min-width: 1024px) and (min-aspect-ratio: 1 / 1), (min-width: 1024.02px) and (max-aspect-ratio: 1 / 1) */

a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  color: #D80073;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a:hover,
a:focus,
a:active:hover,
a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  color: #D80073;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.btn.btn-link {
  color: #D80073;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active:hover,
.btn.btn-link:active:focus {
  color: #D80073;
}

.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>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(51,27,88,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(51,27,88,0.25);
}

body {
  background-color: #fff;
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
}

h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

h3 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fl-intro-layout.container-fluid {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.fl-intro-layout.container-fluid .panel-overlay>.panel-body {
  position: absolute;
  top: auto;
  right: 12.5%;
  bottom: 12.5%;
  left: 12.5%;
  background-color: rgba(0,0,0,0.5);
  padding: 60px 60px 60px 60px;
  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 {
  background-color: rgba(255,255,255,0.85);
  color: #331B58;
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-title {
  font-family: "Karbon-Regular",sans-serif;
  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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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 #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 {
  width: 380px;
  background-color: #fff;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  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(51,27,88,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: #331B58;
}

[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: #fff;
}

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: #331B58;
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-title {
  font-family: "Karbon-Regular",sans-serif;
  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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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 #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: #fff;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  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(51,27,88,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: #331B58;
}

[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: #fff;
}

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: #331B58;
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-title {
  font-family: "Karbon-Regular",sans-serif;
  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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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 #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: #fff;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  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(51,27,88,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: #331B58;
}

[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: #fff;
}

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: #331B58;
  box-shadow: none;
  border-top: 1px solid rgba(127,127,127,0.1);
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

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

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.fl-menu-arrow {
  color: #331B58;
}

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

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

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe {
  width: 380px;
}

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

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

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

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

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul {
  font-family: "Karbon-Regular",sans-serif;
  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(51,27,88,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: #331B58;
}

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

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

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

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle {
  background-color: #331B58;
  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-color: #fff;
  color: #331B58;
}

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

[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: #331B58;
}

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

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

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .nav-list {
  font-family: "Karbon-Regular",sans-serif;
  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: "Karbon-Regular",sans-serif;
  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: #331B58;
}

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

[data-widget-package="com.fliplet.primary-button"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #331B58;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:hover,
[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: #331B58;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[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: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

.btn.btn-primary {
  height: auto;
  background-color: #331B58;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
  background-color: #331B58;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

.btn.btn-secondary {
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

.btn.btn-default {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  font-family: "Karbon-Regular",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: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
}

[data-widget-package="com.fliplet.inline-link"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[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 {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[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 {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

.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: #331B58;
  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: #331B58;
}

.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: #E6007E;
  color: #fff;
  border: none;
}

html.no-touchevents.js-focus-visible .fl-date-picker.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,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(51,27,88,0.25);
}

html.no-touchevents.js-focus-visible .fl-number-input.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,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: #331B58;
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
  border: 1px solid #ddd;
}

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

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: #331B58;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

.panel-group .panel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ddd;
}

.panel-group .panel>.panel-title {
  color: #331B58;
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
}

.panel-group .panel>.panel-title.collapsed {
  color: #331B58;
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
}

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

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

.panel-group .panel .panel-body {
  background-color: #fff;
  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: #331B58;
}

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

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

[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: #331B58;
}

[data-widget-package="app-list"] .app-list .section-heading {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  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: #331B58;
}

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

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

[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: #331B58;
}

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

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

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

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

[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,27,88,0.5);
  color: rgba(255,255,255,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,27,88,0.7);
}

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

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

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

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

[data-widget-package="com.fliplet.chat"] .chat-area {
  width: 60%;
}

[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: #331B58;
}

[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: #fff;
}

[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: #331B58;
}

[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: #331B58;
}

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

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

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

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

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

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

[data-widget-package="com.fliplet.chat"] .tab-group .tab>.control-label {
  border: 1px solid rgba(51,27,88,0.3);
  color: rgba(51,27,88,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: #331B58;
  background: #331B58;
  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: #331B58;
}

[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: #331B58;
}

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

[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,27,88,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: #331B58;
}

[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,27,88,0.2);
}

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

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

[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: #331B58;
  border: 1px solid #331B58;
  color: #fff;
}

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

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

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

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

[data-widget-package="com.fliplet.chat"] .group-name-field-holder .group-name-field {
  border: 1px solid #cdbbea;
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-right .chat-body {
  background-color: #331B58;
  color: #fff;
}

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

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

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

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

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

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

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

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

[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,27,88,0.3);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .chat-list {
  width: 40%;
}

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

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

[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: #331B58;
  border: 1px solid #331B58;
}

[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: #331B58;
  color: #fff;
  border: 1px solid #331B58;
}

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

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

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

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

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

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

[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: 500px;
  min-height: auto;
  max-height: none;
}

[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: #6c39ba;
}

[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: #331B58 !important;
  color: #331B58 !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: #6c39ba !important;
  fill: #6c39ba !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: #4a277f !important;
  fill: #4a277f !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: #331B58 !important;
  fill: #331B58 !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: #b194de;
}

[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: #4a277f;
}

[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(51,27,88,0.75) !important;
}

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

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list {
  width: 40%;
  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: #331B58;
  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 rgba(51,51,51,0.2);
}

[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: #331B58;
  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: #331B58;
  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: #331B58;
}

[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 {
  background: #ddd;
  color: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details {
  width: 60%;
}

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

[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: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  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: rgba(51,51,51,0.5);
  font-family: "Karbon-Regular",sans-serif;
  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: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
}

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

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active .list-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .list-title {
  color: #fff;
  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.active .list-title+p,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .list-title+p {
  color: #fff;
  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.active .icon,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .icon {
  color: #fff;
}

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

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default .search-result-header,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default .search-result-header {
  background-color: #fafafa;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default .search-result-header h5,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default .search-result-header h5 {
  color: #331B58;
}

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

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

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

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

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

.overlay-directory .overlayPanelContent .directory-detail-title {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 24px;
}

.overlay-directory .overlayPanelContent .directory-detail-label {
  color: rgba(51,51,51,0.5);
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
}

.overlay-directory .overlayPanelContent .directory-detail-value {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
}

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

[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: "Karbon-Regular",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: "Karbon-Regular",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: "Karbon-Regular",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: "Karbon-Regular",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: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"] .form-group label.control-label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

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

[data-widget-package="com.fliplet.form-builder"] .has-error .text-danger {
  font-family: "Karbon-Regular",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 #F05865;
  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 #F05865;
  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: #F05865;
}

[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-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

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

[data-widget-package="com.fliplet.form-builder"] .form-control:focus {
  border: 1px solid #331B58;
  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 #e5e5e5;
  border-radius: 4px;
}

[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,
[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,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #331B58;
  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 #F05865;
  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 #e5e5e5;
  border-radius: 4px;
}

[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 {
  border: 1px solid #331B58;
  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 #e5e5e5;
  border-radius: 4px;
  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 #331B58;
  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: #331B58;
}

[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: #e5e5e5;
}

[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-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}

[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: #331B58;
}

[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-left-width: 1px;
  border-left-style: solid;
  border-left-color: #331B58;
}

[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 #e5e5e5;
  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: 1px solid #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: #331B58;
}

[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: #331B58;
}

[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: #fff;
}

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

[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 #e5e5e5;
}

[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: #fff;
}

[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: #331B58;
}

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

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

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

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.readonly {
  border: 1px solid #e5e5e5;
  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: #331B58;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #e5e5e5;
}

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

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

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

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

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

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

[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: #331B58;
}

[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 #e5e5e5 !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(51,27,88,0.25) !important;
}

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

[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 #e5e5e5;
}

[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(51,27,88,0.25) !important;
}

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

[data-widget-package="com.fliplet.form-builder"] .fl-form .spinner-overlay {
  border-top-color: rgba(129,82,202,0.3);
  border-right-color: rgba(129,82,202,0.3);
  border-bottom-color: rgba(129,82,202,0.3);
  border-left-color: #D80073;
}

[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: #E6007E;
}

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

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

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

[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: "Karbon-Regular",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 #e5e5e5;
}

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

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

[data-widget-package="com.fliplet.image"] {
  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;
  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 0px 0px 0px;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li {
  border-bottom: 1px solid rgba(51,51,51,0.2);
  background-color: #fff;
  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: #331B58;
}

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

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

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  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.simple-list"] .list.list-default ul.list-save-filter {
  border: 1px solid #331B58;
}

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

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter li.active {
  background: #331B58;
  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: #331B58;
  color: #fff;
}

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

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

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

[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: #D80073;
}

[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: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid rgba(158,159,183,0.1);
  background-color: #fff;
  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: #331B58;
}

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

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

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

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

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(141,142,166,0.75);
}

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

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

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

[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: #331B58;
  color: #fff;
}

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

[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 rgba(51,51,51,0.2);
  background-color: #fff;
  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: #331B58;
}

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

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

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

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

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  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.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #331B58;
}

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

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #331B58;
  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: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  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 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: #fff;
}

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

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

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

[data-widget-package="com.fliplet.rss"] .feed .feed-item .list-description {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  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.rss"] .feed .feed-item .icon {
  color: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[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: #331B58;
  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: #331B58;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[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 {
  color: #fff;
}

[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: #331B58;
}

[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: #331B58;
  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 .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: #e5e5e5;
}

[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: #331B58;
}

[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: #331B58;
}

[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(51,27,88,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(51,27,88,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(51,27,88,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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .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 .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-holder .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 .search-holder .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 .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .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 .search-holder .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 .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .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 .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .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 .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .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 .search-holder .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 .search-holder .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 .search-holder .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: #331B58;
  color: #fff;
  border-color: #331B58;
}

[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(51,27,88,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(51,27,88,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(51,27,88,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 {
  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(51,27,88,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;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-left: 0px;
}

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

[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,27,88,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,27,88,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 {
  color: #331B58;
}

[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;
}

[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 {
  color: #331B58;
}

[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;
}

[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 {
  border-color: rgba(51,27,88,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,27,88,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,27,88,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,27,88,0.3);
}

[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 {
  color: rgba(51,27,88,0.3);
}

[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,27,88,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,27,88,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] {
  color: #331B58;
}

[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,27,88,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: #331B58;
}

[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 {
  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: #331B58;
}

[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 {
  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"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  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: #e5e5e5;
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,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(51,27,88,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(51,27,88,0.8);
}

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

[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: "Karbon-Semibold",sans-serif;
}

[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-size: 28px;
}

[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 {
  line-height: 1.3;
}

[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-weight: bold;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 8px;
}

[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 {
  margin-bottom: 30px;
}

[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 {
  color: #331B58;
}

[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: #331B58;
}

[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-radius: 20px;
}

[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;
}

[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-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;
}

[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-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: "Karbon-Regular",sans-serif;
}

[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-size: 16px;
}

[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 {
  line-height: 1.4;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 0px;
}

[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 {
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
}

[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-size: 12px;
}

[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 {
  line-height: 1.6;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  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: #331B58;
}

[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 h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[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-size: 28px;
}

[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 {
  line-height: 1.3;
}

[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-weight: bold;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  color: #331B58;
}

[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: #331B58;
}

[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,27,88,0.1);
}

[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 {
  background-color: rgba(51,51,51,0.05);
}

[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: #331B58;
}

[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 {
  color: #331B58;
}

[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 {
  background-color: rgba(51,27,88,0.1);
}

[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);
}

[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: #331B58;
}

[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: #331B58;
}

[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"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  position: relative !important;
  display: block !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-left: 0px;
}

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

[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;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper {
  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;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-header {
  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: "Karbon-Regular",sans-serif;
}

[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-size: 14px;
}

[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 {
  line-height: 1.4;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 0px;
}

[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 {
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
}

[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-size: 14px;
}

[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 {
  line-height: 1.4;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 4px;
}

[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 {
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
}

[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-size: 20px;
}

[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 {
  line-height: 28px;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 5px;
}

[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 {
  color: #331B58;
}

[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: "Karbon-Semibold",sans-serif;
}

[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-size: 27px;
}

[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 {
  line-height: 1.2em;
}

[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-weight: bold;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  color: #331B58;
}

[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 {
  background-color: #331B58;
}

[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: #331B58;
}

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

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

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

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

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

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

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  border: none;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  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: "Karbon-Regular",sans-serif;
}

[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-size: 14px;
}

[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) {
  line-height: 1.4;
}

[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-weight: normal;
}

[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-style: normal;
}

[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) {
  text-decoration: none;
}

[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) {
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
}

[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-size: 14px;
}

[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 {
  line-height: 1.4;
}

[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-weight: normal;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 0px;
}

[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 {
  color: #331B58;
}

[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: "Karbon-Semibold",sans-serif;
}

[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-size: 18px;
}

[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 {
  line-height: 1.2em;
}

[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-weight: bold;
}

[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-style: normal;
}

[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 {
  text-decoration: none;
}

[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 {
  margin-top: 0px;
}

[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 {
  margin-bottom: 5px;
}

[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 {
  color: #331B58;
}

[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: #331B58;
}

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

[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: #331B58;
}

[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: #331B58;
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .agenda-list-label {
  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: #331B58;
}

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

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

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

[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,27,88,0.4);
}

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

[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: #331B58;
}

[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,27,88,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,27,88,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,27,88,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,27,88,0.3);
  color: rgba(51,27,88,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 {
  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,27,88,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,27,88,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: #331B58;
}

[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,27,88,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 {
  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"] {
  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"] .dynamic-list-add-item {
  background-color: #331B58;
}

[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: #331B58;
}

[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: #e5e5e5;
}

[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: #331B58;
}

[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: #331B58;
}

[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(51,27,88,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(51,27,88,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(51,27,88,0.8);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .btn.search-btn {
  color: #331B58;
  background-color: rgba(51,27,88,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: #331B58 !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: #331B58 !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 .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(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,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(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active {
  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(51,27,88,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: #331B58;
  color: #fff;
  border-color: #331B58;
}

[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 {
  color: #fff;
}

[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: #331B58;
}

[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-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: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-description {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-wrapper .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-header .panel .panel-collapse,
[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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-wrapper .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-header .panel-default>.panel-heading,
[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: #331B58;
}

[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: #331B58;
}

[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: "Karbon-Regular",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: #331B58;
}

[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-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-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-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-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: "Karbon-Regular",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: #331B58;
}

[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(51,27,88,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(51,27,88,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: "Karbon-Regular",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: #331B58;
}

[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: "Karbon-Regular",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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[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 rgba(0,0,0,0.3);
}

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

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

[data-widget-package="com.fliplet.lock"] .use-touchid {
  border: 1px solid rgba(0,0,0,0.3);
}

[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: #331B58;
  border-right-color: #331B58;
}

[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: #331B58;
}

[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: #331B58;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-login,
[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-id] .fl-login-form .btn-login,
[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-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-login,
[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-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-login,
[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-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-login,
[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-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login {
  width: 90%;
  background-color: #331B58;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 100px;
  font-family: "Karbon-Regular",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: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login: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-id] .fl-login-form .btn-login: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-email-verification .fl-login-form .btn-login: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"] [data-login-ds-id] .fl-login-form .btn-login: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"] .fl-sms-verification .fl-login-form .btn-login: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.saml2"] .sso-login .fl-login-form .btn-login: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-id] .fl-login-form .btn-login: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-email-verification .fl-login-form .btn-login: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"] [data-login-ds-id] .fl-login-form .btn-login: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"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login: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"] [data-login-ds-id] .fl-login-form .btn-login: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"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #331B58;
  color: #fff;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[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-bottom: 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: #331B58;
  border-right-color: #331B58;
}

[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: #331B58;
}

[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 {
  color: #331B58;
}

[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 #331B58;
  color: #331B58;
}

[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;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc .list-title+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  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"] .metro-panels {
  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: "Karbon-Regular",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: "Karbon-Regular",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.btn-default {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
}

[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: #E6007E;
  color: #fff;
}

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

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

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

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

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

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

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

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

.popup-wrapper .popup-bottom button:first-child {
  color: #331B58;
}

.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: #331B58;
}

[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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper h1 {
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[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(255,255,255,0.4);
}

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

[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: #331B58;
  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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper h1 {
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.online-offline"],
[data-widget-package="com.fliplet.online-video"] {
  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: 50px !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"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

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

[data-widget-package="com.fliplet.text"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  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(51,27,88,0.25);
}

[data-widget-package="com.fliplet.container"][data-uuid="0385a8d1-ec29-4c51-bdc1-e5e8f3bbe753"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6371059/contents/Banner%20-%20Events%20edit.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24490akBWUxddSnRnm7RkG8eKoQ71ePIx89bQWh%2FM1%2FnQMVfHxkVi%2F.vOVV48qt4Cv1r4MpQ1yf4mRAnNZFl6eT0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px auto 0px 2px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5a37948-b9ed-45d2-b86c-181a15fabbd4"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="33f00a64-739d-4d6f-af1f-2f0df6d2d558"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="33f00a64-739d-4d6f-af1f-2f0df6d2d558"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="bfaa3a50-8eb1-4e9a-a75a-73007c7cc9d9"] {
  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: 50px !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="d79f68bb-c783-44cd-bbd9-4e81963c589f"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="f4507b24-54e2-46b6-856f-e82124349878"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  min-width: auto;
  max-width: 700px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="417e5e30-26f6-426d-b7a1-6950b7214c8f"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="301091c4-4924-44d7-8870-7b047d85a9bc"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="01b2fe1d-f065-44dd-847d-3de3846b26cb"] {
  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: 75%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 0px !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="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 33px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fb3ed922-d673-4a22-bbd1-8ebda06a57e4"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37946e62-b68e-4a43-bafc-38a1b08b79b8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07e31009-9ec5-4238-a80f-3ed3d47c9b3f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="51c80377-34e2-4ba9-8e02-ca50866c000c"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e148f03d-5de9-4be1-9158-72aeef2406b1"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="2423e959-df11-4bfa-9a1d-bead69ee399c"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 21%;
  max-width: 600px;
  margin: -18px 0px 0px 85px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image {
  border: 1px solid #331B58;
  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="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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-image .small-h-card-list-detail-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-image .small-h-card-list-detail-wrapper {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .new-small-h-card-list-container .small-h-card-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-item {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .small-h-card-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .new-small-h-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .small-h-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: "Karbon-Regular",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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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"][data-uuid="e1e7edad-c33c-4728-b11d-dac8f5dc025a"] .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.container"][data-uuid="4fa17497-1c95-465f-8fd3-7f64a2762c0e"] {
  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: 50px !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="5ecf6bee-645b-4c6d-a170-75e0d9276222"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5ecf6bee-645b-4c6d-a170-75e0d9276222"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="7194b903-d99f-4c78-88c0-3d5b76606ebf"] {
  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: 75%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] p {
  color: #FFD94B;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h1 {
  color: #7D4B79;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="505439c8-681d-477c-a535-954906d0f415"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  width: 86%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  margin-top: -24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #E91E63;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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"][data-uuid="47f0ad39-48b2-404a-b69e-528896786903"] .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.container"][data-uuid="90f6eaf0-c322-4674-aa02-26b736806d45"] {
  background-image: none;
  background-color: #4D3069;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="35520456-ceff-4499-b87d-eb8623527a74"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: 40px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 45px 10px 45px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] {
  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: 100%;
  min-width: auto;
  max-width: 700px;
  height: auto !important;
  min-height: 20px;
  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="09dc34bc-4cc3-49ca-afca-05117cca2da8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="09dc34bc-4cc3-49ca-afca-05117cca2da8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="c55aa302-1b20-4bb3-9acd-a1ea8503b3d8"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="648684bd-623e-4623-867d-a79f1ff94863"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="cfb35c87-0855-40ca-a1b2-722f6fda80d9"] {
  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: 74%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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="d7c619d4-aa16-4625-8407-617e2151f4bb"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -237px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d7c619d4-aa16-4625-8407-617e2151f4bb"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a154d618-3142-4b4b-b816-703532dc6f39"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3fc8dfa-0ae4-4167-a4bd-d4a1677e5ea4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6f8c5e7-f81c-45b5-9734-fbf74a35cfba"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ae412d9-32ff-484a-a4f4-8f8b29cc543f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80b64c0e-f94c-4f83-a7d3-99f6167ff905"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c20eea2-aeea-4580-9936-99918e037aee"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="822c68ad-bec5-44d8-af8f-028b3417d9e3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7053a8f0-e031-4dc6-9f4b-8b615752b721"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="a8819c55-49d3-4c3f-b44a-2c4e90e1d984"] {
  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: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 10px auto 0px auto;
  padding: 15px 40px 0px 40px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7b0bb162-b297-4792-b1be-9342c8b031a8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="41819042-b55b-497e-a09a-2eb00778e65c"] {
  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: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 10px auto 0px auto;
  padding: 15px 40px 0px 40px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f305e3d-237a-431a-aabb-3b46549004d7"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="e61b93e6-3d12-4866-a968-4487d785f1cf"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -32px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: "Karbon-Regular",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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -32px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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"][data-uuid="3fda47af-8908-4b83-af89-c2e619ee06fb"] .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.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b224f0db-319e-42f7-be2f-4183ce56b07a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8f29779a-50b5-4b7c-9a6a-64a5d55a6b45"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -33px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",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: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: "Karbon-Regular",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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -33px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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"][data-uuid="86fb5835-727c-4abc-86a9-d5e4feef717f"] .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.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -112px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ee3f5ac-21ff-45e0-acff-c3db318b586b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header {
  background-color: #fff;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-title {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right-arrow {
  color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel:before {
  border-bottom: 11px solid #fff;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2 {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default {
  color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .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"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: #331B58;
}

[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.push-in"][data-uuid="8ca89ece-3cfd-4166-a80e-b8ada5b162b4"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: #331B58;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 155px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="8abb5109-9343-4c97-995b-22f0339a5bf4"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -22px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #F05865;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: "Karbon-Regular",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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -22px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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"][data-uuid="dafff6b0-6290-4264-9374-ba0db069cbd0"] .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.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cd578b50-a0f5-4772-9136-b9fff48974b9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -17px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8e0c2b62-4420-4113-ba20-f0dd2421c50d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ab1515f9-649d-4683-b01d-4b58348beecd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="0d6e6fb3-2f1b-4bd8-819e-9f6f824406a9"] {
  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: 50px !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="306ca3c1-9ea8-408e-844f-e9933de3bfba"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="306ca3c1-9ea8-408e-844f-e9933de3bfba"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d16c8c05-5e97-442b-8181-706d8876f25b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  margin-top: -88px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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"][data-uuid="4a4aeda0-98b4-41c7-a8c8-49eb941bc1b9"] .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.container"][data-uuid="38570f17-14e8-41c4-a4ac-7b4efc86ee3f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: inline-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: 50px !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="0c55b006-d2bd-4497-a3aa-19b97da17981"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: inline-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: 50px !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="956978d9-d584-4f32-841b-dc1ca926510c"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 1px 0px 64px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="956978d9-d584-4f32-841b-dc1ca926510c"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="32125dab-0cdb-49f7-a743-e199019a6d66"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="42320f5e-a6f5-4136-aa0d-6366895f95f8"] {
  background-image: none;
  background-color: rgba(77,48,105,0.207843);
  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: 50px !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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] {
  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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group input.form-control {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group input.form-control::placeholder {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group textarea.form-control {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group textarea.form-control::placeholder {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .control-label label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group label.control-label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .input-group .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .text-danger {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .list-group .list-group-item {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-rich-text .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker>.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #e5e5e5;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .tgl-ios+.tgl-btn:after {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .tgl-ios:checked+.tgl-btn {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  color: #331B58;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display.readonly {
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .select-proxy-display>.icon {
  background-color: #331B58;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .required-info-label {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .input-group-addon {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .input-group-addon:first-child {
  border-right: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flStarRating"] .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #E5E5E5 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .sending-form {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-form .spinner-overlay {
  border-top-color: rgba(129,82,202,0.3);
  border-right-color: rgba(129,82,202,0.3);
  border-bottom-color: rgba(129,82,202,0.3);
  border-left-color: #D80073;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #E6007E;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Karbon-Regular",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="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-matrix table th {
  border: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="00834bfc-48c7-4c10-8f51-10b8eac2dc95"] .fl-matrix table th {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.container"][data-uuid="cdfea7f0-d5ec-4e4f-a55e-b26ac7184bc0"] {
  background-image: none;
  background-color: rgba(255,255,255,0.847059);
  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: 75%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 30px auto 0px auto;
  padding: 15px 25px 15px 25px;
  border: none;
  border-radius: 15px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] {
  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="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid rgba(158,159,183,0.1);
  background-color: rgba(255,255,255,0);
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li.linked {
  padding-right: calc( 10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .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="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li.linked:after {
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li .list-image {
  background-color: rgba(238,3,3,0);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #474975;
  font-size: 25px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li .list-title {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #8D8EA6;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(141,142,166,0.75);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="701c79ea-0f0e-4690-a378-26025ae51df1"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.container"][data-uuid="021b90d1-c5a1-4c3d-a65a-b54709240c56"] {
  background-image: none;
  background-color: #4D3069;
  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: 100%;
  height: 100vh !important;
  min-height: 50px !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.container"][data-uuid="a5da10d9-d2f5-40c5-838f-c51bf7a270e5"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="56256fc6-eede-46e0-91bc-de902f63f295"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6372351/contents/Banner-Chat-edit.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24tHWPX%2FaHkhz%2FGnlABO6tmz6%2Fm9BJQdqTEOFo5ivPMCBH%2Fasen6Rv9vwlW3PGJSdvt4kkjCLP4go92uWjZYBv00");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="b1070856-3a60-4716-8967-952bb0ea334a"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="b1070856-3a60-4716-8967-952bb0ea334a"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -35px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5a81209-da3f-45c0-8909-711364374b9f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -128px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bcc56f69-fd15-4dde-ad0f-c785be8b6971"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f7877d8f-3258-48ba-94d5-75836a00df71"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0ae2906f-626c-4b3b-a351-71218bcaea33"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08a5b207-1ad0-4ec3-94f9-974544291985"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1903476c-30cd-4a8e-9c0a-9edfeb072ee9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17e15779-1a2f-4119-b74c-eca2ec0c8c5d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4efaaf2f-909a-4e08-8726-b4a507dc1013"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4f5ad181-2147-4d99-b06a-6b4b9d05e751"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7dfb27a2-285c-46c2-985c-1d6da389d77a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca9de63-9a94-4039-925d-b300c48d613a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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"][data-uuid="7bf39a53-cf68-44b2-900d-ed3d3613a954"] .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.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 23px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="02122631-f8f7-4641-b4ba-8c1151d0371e"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="824d6fe0-3c2c-440e-88e3-6f136df2f3ed"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -91px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3424db64-5fe3-4a38-9bea-b02ad9d387af"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="336161fd-7459-4eb0-bd8f-f76f0309b6f5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] {
  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: 90%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="130ef467-6448-4006-8a40-00852e23c8df"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="26cf9557-fd86-4a00-80e4-3019dc5ccc3b"] {
  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: 50px !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="cff213d0-da93-4cc0-8a27-c097022d5c20"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6371059/contents/Banner%20-%20Events%20edit.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24490akBWUxddSnRnm7RkG8eKoQ71ePIx89bQWh%2FM1%2FnQMVfHxkVi%2F.vOVV48qt4Cv1r4MpQ1yf4mRAnNZFl6eT0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px auto 0px 2px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="43fd921b-67e1-425e-a1b7-0c48c476349a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f533d123-9803-4640-b1c7-33e29d8e3034"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f533d123-9803-4640-b1c7-33e29d8e3034"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 21%;
  max-width: 600px;
  margin: -18px 0px 0px 85px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image {
  border: 1px solid #331B58;
  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="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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-image .small-h-card-list-detail-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-image .small-h-card-list-detail-wrapper {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .new-small-h-card-list-container .small-h-card-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-item {
  background-color: rgba(255,255,255,0);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .small-h-card-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .new-small-h-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .small-h-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: "Karbon-Regular",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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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"][data-uuid="adb031cb-96aa-42a5-905c-30ea3efc2d35"] .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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  width: 86%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  margin-top: -24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #E91E63;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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"][data-uuid="0d027577-09cb-434d-8d3d-efb6587039ae"] .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.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -237px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a0074844-3ae2-424b-b14a-a120e7be0058"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3e335c91-4827-40d4-8df8-a79dc4791a64"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8854670c-06b6-4b6e-90a3-69ed57b49e48"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e13ce5c-cf0b-4207-93e8-f7e9c5285934"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db804be3-0e67-4d20-8414-531062f7d4e6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9fc9b503-f162-4332-9236-0a84c1c6088c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f766794-6420-4ba1-946d-166081eec59f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43c1c59c-8bd5-4a54-9564-6a83afaccd79"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="95a18afc-bd2f-4b0f-9988-bb9767450cbb"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a2b22dc9-1d56-446c-b673-40062849e2ef"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -32px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: "Karbon-Regular",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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -32px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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"][data-uuid="4a636905-5d0b-444b-b54a-7e7f72519357"] .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.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2717e1c7-8bd7-45b6-906d-4d695beab27a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0080d622-9a8b-4d34-8927-8a3ef7d10621"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -33px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",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: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: "Karbon-Regular",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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -33px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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"][data-uuid="d97d3c2b-27a3-48ef-b88f-76c491f4ef7a"] .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.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -112px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea52c6da-a228-4944-aed8-5c603903896f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: -22px auto 0px auto;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",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: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  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="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: "Karbon-Regular",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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: -22px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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"][data-uuid="46af0039-a634-47e9-9ac9-aefbef2b5463"] .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.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d5bf957b-7efa-4d45-87ac-785f094f21b9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdb454bc-ef52-44ea-aa43-5f5e6af9a283"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3898d27-6176-4889-8d9d-12a00212cf77"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  margin-top: -88px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 24px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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"][data-uuid="b8885caa-390e-4fa4-b95a-e7bad202f9eb"] .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.container"][data-uuid="a5fa3bc8-5476-42ae-a8b9-088456700b1e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: inline-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: 50px !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="7907d5eb-b9b4-46f7-985c-e7bbb31f771b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: inline-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: 50px !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="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 1px 0px 64px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1b4ce5c-13a2-4ca1-af2a-2efc0459be1f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a75cf8fd-dbe6-4f54-8ce2-4aad40f71e28"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="19f96e58-95f6-405b-ab95-2754528ded2c"] {
  background-image: none;
  background-color: rgba(77,48,105,0.207843);
  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: 50px !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="239bf50d-1a2c-406a-8ba7-5fa9c417ccb9"] {
  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: 50px !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="a945d53c-9c2c-4c72-af0b-e62449e8f828"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a945d53c-9c2c-4c72-af0b-e62449e8f828"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="ea4abb74-78b6-45e3-97a3-bafe76345333"] {
  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: 50px !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="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3f33fb9b-399d-4cb0-8531-0f42ec2ed1b8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="28fdd608-9569-48fa-b530-2a99303ee120"] {
  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: 50px !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="6bb04983-e9f2-4179-950d-beca187758f1"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6bb04983-e9f2-4179-950d-beca187758f1"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b8e4a6d9-d062-4ffc-8560-f62e6657c647"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Medium",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #F05865;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: "Karbon-Regular",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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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"][data-uuid="b3f91e64-df6f-4c25-b8df-f7787c2e7fb3"] .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.container"][data-uuid="24c6431c-d338-43ee-bbf5-2f513b8c6d16"] {
  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: 90%;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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"][data-uuid="ebeca370-f01c-41ab-80a9-1d73ee45310f"] .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.container"][data-uuid="98347ef1-6f25-4302-82a7-c453bf85681d"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275666/contents/Banner%20-%20Hot%20Topics.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FOl%2FCa7VNVUGQKuOiLMLF7I3BLRumvoVpzJqyHGUcwcEfSYUFRzbObIP6pn2dtqkb1CKMY1o9KCFPTV6SBdqy0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 58px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b5e4af5a-5e93-4e8d-bfb6-f5ec8522c8e4"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="43694f40-ec99-4dfb-8cb0-fb038c798700"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="43694f40-ec99-4dfb-8cb0-fb038c798700"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="80d8edcd-00f5-4ec9-bf01-e68919923b6a"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  margin-top: 34px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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"][data-uuid="242de7ab-296f-412a-8cc1-0801ac3db6a3"] .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.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -96px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a1afa54e-c5aa-4bb6-b8ea-e8f972a6d445"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a3d07ce-3ab7-4b19-b1a8-a0451fadaccb"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f849a394-5451-4679-9113-75d85b0aec31"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9aab7bd-6889-4798-bd9d-c286f6e3b64c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51804535-53ad-4ac3-b8a9-49961625ac2d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="818fd529-e08b-4b1e-b952-549b93d5d9d1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51b3f7ba-33d8-4541-93fe-6c866d102723"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b965c5e-3e26-4ab0-a381-28f4fd5c446e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e766f6-5223-49b5-bc8a-be938bc12fb7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72716cc2-0491-4fff-8cd1-6feb01ac3fca"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="de339671-210b-4939-bc5b-03fafe1f3635"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="6ebc0b9f-57a6-42d0-81e4-a4b408c4f19b"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275666/contents/Banner%20-%20Hot%20Topics.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FOl%2FCa7VNVUGQKuOiLMLF7I3BLRumvoVpzJqyHGUcwcEfSYUFRzbObIP6pn2dtqkb1CKMY1o9KCFPTV6SBdqy0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 58px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="00d5dd44-1ce7-4f31-9b84-c07b3af59699"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="77865b94-af96-4462-bb3c-8784bcd1df06"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="77865b94-af96-4462-bb3c-8784bcd1df06"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b72df4af-2862-4b4a-88f7-15eb23fdb75d"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  margin-top: 34px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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"][data-uuid="0347ba90-a2be-4b35-9fb3-187609911849"] .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.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -96px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a07d94b-1712-41c2-9cd3-f6b9a2e9d929"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69b56e73-fd44-4461-bbb3-64dbae54bf4c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6f217fa7-8dc1-4a5a-888b-fca735ea8528"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f1f664-a00d-40a4-98d6-647a76ac36b4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aad67d4c-96e0-4407-b099-3f9ecf233547"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e6a8c6-307e-46fe-8fe8-2c205c9675f4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36c9f421-80a9-442e-ba21-b136ea776b15"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="26a316a0-f068-4e3a-bf30-cce6867aee7e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7d5a35df-e98b-4ada-8363-f2b8a3e5ed71"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1548898d-c8b0-4964-8b08-d5bf93035fa8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="29a8f407-4cd1-4eba-be35-88d6da94493f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2a6b9475-b108-4824-b9db-fdfb768e819e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="e7956893-0932-4ffa-b885-68c90d35d9b7"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275666/contents/Banner%20-%20Hot%20Topics.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FOl%2FCa7VNVUGQKuOiLMLF7I3BLRumvoVpzJqyHGUcwcEfSYUFRzbObIP6pn2dtqkb1CKMY1o9KCFPTV6SBdqy0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 58px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b8c28d3d-dd8e-41da-b4ff-86d8fe38d853"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="e4827cfb-4210-4d82-8474-754921d56b1b"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="e4827cfb-4210-4d82-8474-754921d56b1b"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="117a90c3-ff4e-4c4a-b6d2-a49c1c2b89d0"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  margin-top: 34px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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"][data-uuid="a93a306f-afc6-4064-ae98-af33f4e2a65b"] .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.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -96px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4f8570b-1a9e-44cc-8f3d-88ece7be72a6"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f940353c-2544-44d8-8998-ec62279a8999"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f353569-9f8c-421f-af5d-e82823af79a5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13057e91-38a0-41d3-98d7-a4c2fae32af6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5a143b4-6e87-4ae8-acbc-65793daddea4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340670cf-52e6-488b-b61f-148b18717e4b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb8b1360-72a7-47ea-9065-8b85b9d4a24b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="952fb7ba-bd40-46f0-aa45-f6c97a39fea4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cdbd7f94-6b8c-4ff1-9e60-8ac5b2bc3910"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b90a748f-8839-44bd-b35e-b1484e639006"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04e21233-d81f-402b-81c8-0fab4d3fef62"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="93fa33fe-49d8-4cf3-9cf6-b44952de6775"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] {
  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: 100%;
  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="897e4848-9706-42e4-a97a-74550097212a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="897e4848-9706-42e4-a97a-74550097212a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  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="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46f813d1-3ba0-4c1d-86bf-ec599a7fd476"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] {
  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 auto 0px 8px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] p {
  color: #000;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h1 {
  color: #00ABD1;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="26cb67e2-3f26-461f-8224-a0acb0fee74f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="63f1f0f7-c622-40f4-a2f8-827fb4886891"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="63f1f0f7-c622-40f4-a2f8-827fb4886891"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -298px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="313037b4-b48e-481b-909d-b539e8bff83a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="d7345f67-91dc-4968-941c-7fa626b53f63"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="d7345f67-91dc-4968-941c-7fa626b53f63"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  margin-top: -156px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: rgba(142,143,144,0);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 13px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 22px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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"][data-uuid="ade36b11-35dc-4789-a940-67ad890f5590"] .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.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 18px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e94432b5-17e2-4ef5-b859-2fd80ab0eb4a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="c6389580-6d94-4d7b-a1be-9f74411265e7"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="c6389580-6d94-4d7b-a1be-9f74411265e7"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 22px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="40f9c8cb-f4c4-4d46-8beb-1fea8d4557ca"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="13261fc0-fc1b-4dd3-a300-c0598643d767"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="37945f25-54ca-41a6-b1a2-11c8d70353fc"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5793cdf-c2e3-4085-be8c-66416a677a8b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85fdc112-903b-4c64-871e-262f390c48f2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] {
  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: 61%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -54px auto 0px 20px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9e3f6f55-542b-4137-959b-ab8fda2abe67"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6acfd63-65b0-4b93-8855-9162fd4a5698"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="726f1765-9599-45ac-bf0b-25deaf4e814d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a60d6ca6-dc38-476d-89be-d8a0f195467d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f3f3926-961e-48e9-80fd-9522d4cda5c8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="18f0854e-22ca-4d51-a1c8-6d62e36248aa"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c3b58cb2-869a-46e7-b0ca-934c2960206c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1a955ab-63d8-456e-97de-67086b0cd271"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca456a68-6b0a-4e15-a6e4-d2e14bea7cae"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4894f80f-b25f-45db-abdf-3d972449e070"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c271568e-f796-409d-b794-129b7091ecad"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  margin-top: -119px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 22px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #00ABD1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 17px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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"][data-uuid="7985b4dd-1820-40a3-bfd3-76ce075e830e"] .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.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="394f6545-8576-4a1c-88a9-8a66324cb49a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="69dc4b38-72f4-416a-b919-49264605fc81"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9c1af56-48da-4d2a-8c27-debeec111f38"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c712664f-819d-4a5a-8c14-f65937767023"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db82da4c-242d-4904-b0ca-6d30a3c00c14"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2549d35-247f-4570-8676-2f0e1aa5ca62"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a01d6362-90ab-4fcf-b65f-5dc42b881b90"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.45);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Regular",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"][data-uuid="114af5bd-28e7-447f-98ee-fd1ad67ef58b"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80b1e861-f115-4ae5-8762-80be49b557eb"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7d9fc160-0900-4ea0-a8be-3e76d98855eb"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -67px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f345cb4-03df-4c53-a3ab-3b3d09719b59"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="2e863fb9-c070-448b-8d3d-c565eff63e56"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed !important;
  z-index: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: 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: 0px !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="eafd9b6f-4015-43b8-babf-8beb23627e39"] {
  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: 75%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="62dbd0b4-00a4-476c-9f8f-357c8d145c4a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 155px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="eebf8959-4e66-440c-9804-6a31a786b4a0"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] {
  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="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group input.form-control {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group input.form-control::placeholder {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group textarea.form-control {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group textarea.form-control::placeholder {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .control-label label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group label.control-label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .input-group .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .text-danger {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .list-group .list-group-item {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-rich-text .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker>.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #e5e5e5;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .tgl-ios+.tgl-btn:after {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .tgl-ios:checked+.tgl-btn {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  color: #331B58;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display.readonly {
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .select-proxy-display>.icon {
  background-color: #331B58;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .required-info-label {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .input-group-addon {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .input-group-addon:first-child {
  border-right: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flStarRating"] .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #E5E5E5 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .sending-form {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-form .spinner-overlay {
  border-top-color: rgba(129,82,202,0.3);
  border-right-color: rgba(129,82,202,0.3);
  border-bottom-color: rgba(129,82,202,0.3);
  border-left-color: #D80073;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #E6007E;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Karbon-Regular",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="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-matrix table th {
  border: 1px solid #E5E5E5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2c3aa992-be13-4b1e-9981-89561388eec2"] .fl-matrix table th {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Medium",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #F05865;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: "Karbon-Regular",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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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"][data-uuid="1bbcfc2b-d22b-45f9-b54d-98789a192b86"] .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.container"][data-uuid="8c1176b3-c522-4010-af82-fdeb00a78854"] {
  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: 90%;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !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.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] {
  position: relative;
  z-index: auto;
  display: inline-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: 10px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #331B58;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="ab60665f-2b7a-4323-a550-822db7caf6be"] .btn.btn-primary:active:hover {
  background-color: #331B58;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="750cdd5a-2697-42ac-be01-e96dd0da9192"] {
  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: 50px !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.container"][data-uuid="8f5a7f7d-1c8f-4b15-8b26-2f694bd21aa5"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6270603/contents/Tax%20Take_Banner_Image_1022.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24zveD9K9i3g2e2Zkm97KrTf2sL4nMD56DURkA9fCnDoyOyVGPrJ3G02U4p0fluRBexARF3F5mDpBs1WgtqEKhJ%2F");
  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: 931px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto -12px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] {
  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: 71%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -398px auto 0px 38px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] p {
  color: #F8F6F7;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f2e64e92-32d3-4110-8905-2aaa7c6a00a9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="398d1077-064d-4db7-a8d7-3aa163a891c7"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="398d1077-064d-4db7-a8d7-3aa163a891c7"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -298px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c08e3eea-4e56-4ba5-aa9e-96fca434e15d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="ec4a338b-e773-4ddc-8f54-c6f05469adc2"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="ec4a338b-e773-4ddc-8f54-c6f05469adc2"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  margin-top: -156px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: rgba(142,143,144,0);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 13px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 22px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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"][data-uuid="47b8c87b-225a-41c5-884e-80024ae28641"] .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.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 18px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95169a12-0d64-453b-a1be-2a066b570228"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="3da82d93-48c6-42f9-98a7-ba91e6b1aff2"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: 25px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="3da82d93-48c6-42f9-98a7-ba91e6b1aff2"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="46b74e8c-31c3-4aed-8db1-d1c566e95168"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 17%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: -339px 84px 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 22px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eaf93f9e-748a-43a5-b2f8-aab92283075b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1bc0d123-86f2-46e9-9439-c2edea68f8de"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b6d1ab4d-ef8a-4cd6-9d32-d10075ef1e4b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41f5dcc5-b2cd-4fb8-8133-1cdf0e0cb0d4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4449e43e-3c9e-4927-bbd6-be5e02f48827"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] {
  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: 61%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -54px auto 0px 20px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="86261867-2e8f-4783-b263-639b4825133f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9cfd1cfb-1482-449b-b2da-13d9cf214c09"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33f81fc8-e9a6-47ec-8437-2fd441c076e8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="38e658d1-fa31-465a-8a53-7dbe45343fec"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33e87a1d-cb42-4f04-9223-9e212f5de213"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ef3d3d91-203b-4552-8b30-28347a45ac8d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5e4d100d-57a9-4333-88d9-c0e2a95f29b2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0a204a16-3ee6-42ee-b2fb-00d7d3db56a4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e65fa2a-9c9b-459c-9d74-4bcc43709fcc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53f52a0a-d09d-49d9-add6-03aa89dbb25e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7ef46311-bad8-4752-9ad0-90a16319e95b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  margin-top: -119px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

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

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

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 22px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #00ABD1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 17px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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"][data-uuid="5cf8ee77-9802-4593-ab56-e94ecfeff571"] .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.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a90cbb45-988d-4937-86da-de873798a7dc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77107115-8c35-4552-8d5a-4b5c29dc7219"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6b63f57b-a704-4181-af12-24eea441c8a8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2e614232-85dd-46c2-87a3-c892ba0ce203"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="781e39e0-7aa8-4682-b021-194954ab7279"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ae74647e-7569-4d47-9fca-b37bd7545a13"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="dfd706a0-8340-4e6d-addb-42b1a87ad10d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.45);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Regular",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"][data-uuid="e4740fe6-21ff-48dd-b09a-26248768ff9d"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9f9a2f8d-2e51-4f92-9851-116f950bbef6"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="29329c8e-6084-4b4c-a183-0900ff928d41"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -67px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c2a637e2-49cc-4799-be81-974579c1d12b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="80c7dc1e-bf8b-4977-a07b-fdaee7a4857d"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="80c7dc1e-bf8b-4977-a07b-fdaee7a4857d"] 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.image"][data-uuid="8f33494e-8e04-40b6-a2c5-a67917b849d2"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="8f33494e-8e04-40b6-a2c5-a67917b849d2"] 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.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] p {
  color: #fff;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9b1d0cb5-d8d5-477a-9a40-10537febf3d6"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="ac572cec-f60e-42f6-b478-2f4b6c82612d"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275665/contents/Banner%20-%20Guidance%20Notes.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24o5JXqaPHoXuuVeiR2151KcbayG18GKV1o7QqfU.IubgQXqTKXbDrp6YPGbs9wjwkW2k1LEvLdpXaZq4tIm8RV0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 58px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="68bc63dd-203a-4e31-88ff-dc2a1429d025"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="660bc214-dd60-4fb4-8f4a-410c01563e93"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="660bc214-dd60-4fb4-8f4a-410c01563e93"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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"][data-uuid="bd7f56d4-310e-4b79-a126-21179ec11a93"] .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.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -91px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cfd23824-e514-4696-b39c-9247e0f8898f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="19eb4a7e-4312-4c8e-a59a-6a3ffced2c65"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59c3006e-e80c-46cd-b05a-fa689e1b59c4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e4725378-5e80-413b-8b09-e24b300b8cb1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a1cd2bb-5986-4002-9bae-7899a4366aad"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eda00603-0b03-4128-8876-0faf9d2c241a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9274cbe-9b14-40d6-a1cb-43af4acd276b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="698d54dc-e489-4c6f-a06b-1096bc00b794"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c5aee77c-119b-41a5-9cc2-2246d8574983"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="047769c9-b866-4579-ab8c-cef4e78b2aac"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 16px;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 13px;
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: 1px solid #331B58;
  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="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: "Karbon-Regular",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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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"][data-uuid="5a38407d-4f0a-4133-9ed4-48404885ac06"] .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.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e5023913-6745-4ba8-b710-4c67fb56f8e7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -80px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b02f6aff-478d-4463-9022-4d513f8eeb21"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3508885-9f93-49ca-b83e-436be6de31dd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="e1280cac-dd52-42a2-b5ac-916d5e631d26"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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"][data-uuid="fb1bf699-b766-4567-a6f3-d1c6861df224"] .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.container"][data-uuid="45354252-80a8-4742-b6e0-3e3f15de1c36"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275770/contents/Banner%20-%20News.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24lxCGVsTBacvKRfGcusdPFrDpR23oEBlp1.op7WqGv97RuDF5Q21LbK0Uh5oA616Ya9ibt%2FtOYRt1LHjGV07pz.");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2118px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="e7a27144-a5df-408d-94b7-63f36733ec25"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="e7a27144-a5df-408d-94b7-63f36733ec25"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fd227a14-79a5-40ed-85c7-44cd7ff16687"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -232px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="28d50d2e-d5e1-4dab-a135-ca049374f308"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fd532f5f-750e-472b-a60f-4ba5e0a590bd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="019dcbd6-f6d5-4b46-8461-031b12c41c0c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96cbf5d6-e5d4-4c5d-b255-1bd024bb3d42"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02f7e285-070f-4eb4-8c78-6362abec33d8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e0af5410-978b-4bf6-ad5e-fb8b96750362"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e44366eb-cab8-41ec-a624-00657ca253fe"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="134ee224-b373-4ecc-a159-73f385b3db1a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d171dcc6-71ac-48fe-b3cb-33a79bbc94f4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="90798c5c-8485-4bac-b6eb-db48df1a5dab"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -107px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a136ef78-79c5-47f1-81a8-54e220b1d06b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -118px 0px 0px 170px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="eb277280-f841-49d0-a627-70742e6c6bbf"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4cd7af14-bf70-45a4-a4d3-a977c7fe9b38"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f6fa5c96-c6cf-4948-8eff-30257451ebd9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d4a71c31-c4c8-4554-a6e4-f9a774f51de4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="85963fe6-77b4-4701-b104-ae40e40a71d1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d590288-355e-4113-8493-f8750a63cfb9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7b8eeae9-a231-497a-9c03-ca3ba75ae2c9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="72e8036f-9a08-47fc-a64a-6cbccf018752"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e71d1a73-61b8-4ed2-89e1-8d779c6e4023"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="369265db-a0c0-4925-9dd6-5a84c5a40553"] .btn.btn-secondary:active:hover {
  background-color: rgba(77,48,105,0);
  color: rgba(255,255,255,0.447059);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] {
  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="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid rgba(158,159,183,0.1);
  background-color: rgba(255,255,255,0);
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li.linked {
  padding-right: calc( 10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .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="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li.linked:after {
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li .list-image {
  background-color: rgba(238,3,3,0);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #474975;
  font-size: 25px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li .list-title {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #8D8EA6;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(141,142,166,0.75);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="2f4dba92-f6be-4d2b-9b3d-e86a505703e8"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.container"][data-uuid="35633529-09ec-42d7-b457-2eb9922f2ac8"] {
  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: 50px !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="c652808f-3dbc-4543-ae8f-ec5b63ba6836"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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="397c29fc-5818-4ccd-adb1-ca5d18e5c811"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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"][data-uuid="a102fb82-a4d1-463d-81b1-634282abd737"] .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.container"][data-uuid="443dbb55-ab57-452b-9a87-7e8869bd280d"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275770/contents/Banner%20-%20News.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24lxCGVsTBacvKRfGcusdPFrDpR23oEBlp1.op7WqGv97RuDF5Q21LbK0Uh5oA616Ya9ibt%2FtOYRt1LHjGV07pz.");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2118px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="0c73021e-0293-41fe-b883-baf355cad916"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="0c73021e-0293-41fe-b883-baf355cad916"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="be420adb-ab52-455f-8c34-1d89f7ee2fd6"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -232px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="81c9b1e2-f32b-4012-bd02-54a80eec2b9d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db6f68dd-93e3-417e-b2c6-56906b9a9691"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="115f2231-9e9c-4432-984c-1d92ba711647"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a2bcbef6-490f-4e7e-8771-6b6379d28182"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="871379c7-80f3-4580-9cf0-96a4f5811246"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="027c8619-26e4-4953-b36f-3bac9bb704ad"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4b48950-a60e-4104-aace-f01a2d3aa2a2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="611d1ed5-d44f-4c7a-8045-8961f3ade899"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aaee92ff-79a0-4b00-8f3d-c31c8123b269"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="10ff2809-42b9-4a72-b24e-07e8bda711e5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -107px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="944a281f-b629-4c92-aa6e-cd126f14726c"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -118px 0px 0px 170px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e4bc0fe3-790f-46de-b681-b2f965447f67"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a6735b44-98b4-4acc-b75d-0a9087895539"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b916d4ee-6ce6-4820-9617-c01801a6a61a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="854c2857-bfd1-4b7a-8599-70f39c93d95e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="886b75b7-7bf3-4545-a02c-908e5b71de58"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="544cceba-6d99-4eee-9dd9-d194e9c5832b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fe366fad-8bfd-4fa7-9270-48f9b5d54d31"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="407bcd96-7449-41ae-8bc2-8a6967af71ea"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f3d95d05-95b3-4122-ba39-c794d5894395"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="5be7eda6-1997-4935-90c6-79124886323d"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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"][data-uuid="1557329d-9faa-4452-b34b-f37c383aab6e"] .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.container"][data-uuid="c1fa8e45-0ac0-4a13-9b1f-cddb0eee5964"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275770/contents/Banner%20-%20News.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24lxCGVsTBacvKRfGcusdPFrDpR23oEBlp1.op7WqGv97RuDF5Q21LbK0Uh5oA616Ya9ibt%2FtOYRt1LHjGV07pz.");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2118px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="8891cb86-8fe5-4ce8-9ad1-3fe12a2dbb2a"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="8891cb86-8fe5-4ce8-9ad1-3fe12a2dbb2a"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7043c277-403f-4dbd-bfe2-fb523b5c1d82"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -232px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="dce98a11-ee88-4ca6-90ea-4155cdd3259d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0961bfb1-9d68-4478-a955-6d7ec65812e1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ca80e71-2add-44b1-9579-3799e9c6d5c2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ca45a339-3859-4545-82b8-ec96eae5f729"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c06cbaad-ee79-4972-b3ec-aa482837c96f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d334f251-60b2-4ac2-8c8b-e8c7243cd8bd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fc5d9b59-896d-4db3-9a14-96c4a29f1aa3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7f884a2d-b631-4ebe-9129-dc09ad81a8a0"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="936637f4-38b3-4d8e-a92b-d85eb965e9fe"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e9ed6a2a-1bbb-4ecf-95cb-e8f2525a9439"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

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

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ff22fbdf-ae78-4176-bbe5-e60d46c244f3"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -118px 0px 0px 170px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1d2c8bae-09ae-40cd-b654-0cda5d9c3c5e"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="49f04035-e767-4003-9933-a4dda6be0a4b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21068f57-c802-4949-94c6-460484ca97f2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a47ff7fd-4a4b-446b-ab6c-fea6bb1c6355"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="68ae1e61-64a9-4ca4-a20c-e47ff0825663"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7e8a9085-0e18-4573-98c7-d0c65df0d1fc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8a5d774f-78ad-45ac-b1bc-df863454db31"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee101c3e-19d4-4fe4-b255-fe9a4e6f9fe7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e0de4ca-f846-4890-a5db-6d66e6768748"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="fb937e30-c46c-43d0-83b4-de9b2e94c59e"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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"][data-uuid="faca8826-3d1b-47ee-a235-c119d1393d25"] .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.container"][data-uuid="3df75492-37ae-4943-ab4e-50cd49c32c32"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275770/contents/Banner%20-%20News.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24lxCGVsTBacvKRfGcusdPFrDpR23oEBlp1.op7WqGv97RuDF5Q21LbK0Uh5oA616Ya9ibt%2FtOYRt1LHjGV07pz.");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2118px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="171dc3ae-70de-4936-a9bc-908aafa9889f"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="171dc3ae-70de-4936-a9bc-908aafa9889f"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 207px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="859713be-23dc-43fa-8b90-44081378cd90"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -232px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="97f1a962-a073-408b-88f9-a9fba54b9b84"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c14a7f8-4588-44df-b5db-aaa8c13922f8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e879c7cc-d4cf-4c3b-a9e1-8b703544f214"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c9a1e8a2-e92d-441f-8caa-4a02d6fd0acb"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="06fc7587-e2d8-42b4-818c-e9ce2d6abd30"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ebb9fec-271b-42f4-a5c7-42a6eb4d8808"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a98f0714-ec21-40a9-a62f-0ba7ee7fbe54"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="370e1bf3-cfbc-4704-ba56-03cdba160f44"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8d6809a-64de-41f5-bd7e-3c3eafeacac9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a0b3f6b3-108e-4d89-b9e6-7b4245d51aa0"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -107px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a1d603-e03e-4c71-953e-49edc174006f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -118px 0px 0px 170px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8662060a-ea75-4381-9758-389acaaf1877"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3289dcc3-1779-47ec-8ab1-4e941bc7718e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f3bc583-05d8-4679-be04-319d66e3e559"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f9bce255-6f68-408a-8ae4-78c9fb3989dc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c7ebcc56-b59c-4e2c-b7e6-e8f29455820b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ba83fc23-e13d-492f-80e9-eb9f501a1637"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e77718a5-42f3-4df1-823b-2d63732d634f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1e955a45-02ad-4d56-a516-9e2378333ff8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2dd6438f-b702-45ac-81b1-a2560ef9505b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="312208dd-3047-4ee6-9000-13fad6d456ad"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="02ff236e-f231-4672-9c99-02678426341f"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  min-width: auto;
  max-width: 700px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="0fc90703-f547-470f-a778-16951df0cf59"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="6862e606-08a4-4d05-9cee-8c277497aedd"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b4c05189-a7e7-47fd-b2a6-6f2538e72c71"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e80ef3f3-759a-45e3-a108-816f89264f30"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.container"][data-uuid="ea24e908-0db5-4968-ba10-3133896cead5"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="e6c91d3f-a9b4-4e8a-9386-595191e66711"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  min-width: auto;
  max-width: 700px;
  height: 55vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.image"][data-uuid="4cc7b51c-19dd-4da7-86c2-90c6aec73d5f"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="4cc7b51c-19dd-4da7-86c2-90c6aec73d5f"] 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="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #575A5D;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  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="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b9beaaa0-18f0-403a-821b-be1bb5ffcd1d"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0);
  color: rgba(87,90,93,0.458824);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ba481d9f-c621-4e81-88ff-791fe8938c05"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="559f25a4-52ba-4f73-b27e-551e7edd83e8"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  min-width: auto;
  max-width: 700px;
  height: 55vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.image"][data-uuid="f4df51dd-72e2-465f-b3d4-1c64267797b8"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f4df51dd-72e2-465f-b3d4-1c64267797b8"] 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="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  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="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d62b376f-68fa-49fd-84da-dbe2d17a41d6"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0);
  color: rgba(255,255,255,0.419608);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="06fdd910-2ea0-4140-8ca3-ad40589c6777"] .btn.btn-secondary:active:hover {
  background-color: rgba(77,48,105,0);
  color: rgba(255,255,255,0.447059);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="049c0257-5916-464c-aba1-8085b4901f5d"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="049c0257-5916-464c-aba1-8085b4901f5d"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  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="049c0257-5916-464c-aba1-8085b4901f5d"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="049c0257-5916-464c-aba1-8085b4901f5d"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="049c0257-5916-464c-aba1-8085b4901f5d"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="049c0257-5916-464c-aba1-8085b4901f5d"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0);
  color: rgba(255,255,255,0.419608);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="b085a894-a61d-49e8-9b45-ea2e34d78d42"] .btn.btn-secondary:active:hover {
  background-color: rgba(77,48,105,0);
  color: rgba(255,255,255,0.447059);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="35394e79-f8e1-4362-a0d5-61e3286517a0"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6270603/contents/Tax%20Take_Banner_Image_1022.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24zveD9K9i3g2e2Zkm97KrTf2sL4nMD56DURkA9fCnDoyOyVGPrJ3G02U4p0fluRBexARF3F5mDpBs1WgtqEKhJ%2F");
  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: 50px !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="f08e1f26-7937-48dc-bc98-649978030c98"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  padding-top: 2px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

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

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 21px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 2.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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"][data-uuid="cd5e6cd8-ed1d-4050-ad2c-dcad7b77e687"] .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.container"][data-uuid="410dd215-81a5-45b7-a5ca-ad38c4a2b393"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275665/contents/Banner%20-%20Guidance%20Notes.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24o5JXqaPHoXuuVeiR2151KcbayG18GKV1o7QqfU.IubgQXqTKXbDrp6YPGbs9wjwkW2k1LEvLdpXaZq4tIm8RV0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2000px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="44cf718f-d4fe-48b2-ae13-6cc4f900857a"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="44cf718f-d4fe-48b2-ae13-6cc4f900857a"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 211px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c7a8614-a697-42a1-a896-90aaedd322cb"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -232px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7381c9fc-8193-4995-9d86-2bd56665a514"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b42a2cfc-7241-47e1-9662-67c7ffe938ec"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d59ff27-f8a2-42e0-90c7-a9c31a847e38"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0672806-d64c-49bc-ba4f-7cc46833ecda"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="97c3c9ab-6fe7-4254-8a2c-7caf126808c6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="cf33bee4-a0d2-4a02-9068-d25796d4b4dd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32caef9-1bc3-4785-abc7-709e8f814dfb"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a32eff33-7e42-48ba-8c24-67972df725fd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81bfc02-002a-4fb8-91fa-276bb67a8b65"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2ca62f0b-1a38-44e2-9198-45eee3791a29"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d24a5fb4-d502-47b8-bf4c-3ad352b7189d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="51bf6e0b-2cbc-4351-96c8-00842dcbf42a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -89px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3c0bf68-92b2-44d8-bd49-0383c8ac7f42"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74d897ac-0a03-4988-8edd-6a64d54a09b2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="a14c82d6-7b9e-4c02-b438-c96e2a261b7c"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6270603/contents/Tax%20Take_Banner_Image_1022.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24zveD9K9i3g2e2Zkm97KrTf2sL4nMD56DURkA9fCnDoyOyVGPrJ3G02U4p0fluRBexARF3F5mDpBs1WgtqEKhJ%2F");
  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: 670px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] {
  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: 65%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -22px auto 0px 51px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 24px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c695160-ac43-485a-a0ef-fc1bb58e7103"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f540f178-9f5d-493a-ba47-ba748fd6e984"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f540f178-9f5d-493a-ba47-ba748fd6e984"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -118px 0px 0px 170px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e1104613-bf92-4a62-af48-44b83c2e2afe"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  margin-top: -119px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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"][data-uuid="24d3285a-7e7b-4392-9685-a1b8ecfb913f"] .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.container"][data-uuid="016f0b3b-1c6d-478e-83b2-a02d47f8fde7"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275665/contents/Banner%20-%20Guidance%20Notes.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24o5JXqaPHoXuuVeiR2151KcbayG18GKV1o7QqfU.IubgQXqTKXbDrp6YPGbs9wjwkW2k1LEvLdpXaZq4tIm8RV0");
  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: 350px !important;
  min-height: 50px !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="42679006-278a-45ad-966d-71102cf162e8"] {
  background-image: none;
  background-color: #8E8F90;
  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: 350px !important;
  min-height: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  margin-top: -156px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: rgba(142,143,144,0);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 13px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 22px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #8E8F90;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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"][data-uuid="9fc167af-edd2-4687-bcd9-4082282e3239"] .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.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 18px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3c53b836-ef23-4431-aff0-2adf3c46c7dd"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="2f362884-e27b-4150-a776-be80e2652fb6"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 30%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 130px 0px 0px -80px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 22px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cc4686be-ba50-4c04-b888-fdb481d9acf7"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33205f23-9750-4115-a978-ded2429dd348"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="302085e8-dc5b-49de-bd78-5ab008185a60"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275667/contents/Banner%20-%20Podcasts.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%249l7brabiPFagDqDLB%2FXtsNVWRvYumj9RQTnRFMindi5mdFh.WrSGRGRu2xJbFc9SAQ%2Fsrm5QsOsXFznJVe1901");
  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: 350px !important;
  min-height: 50px !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: inset 1500px 183px 20px 0px rgba(77,48,105,0.329412);
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="223c4219-8386-4e09-9381-7fdd572da1fe"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="8a01ad0e-51ed-4cac-8033-797fbfeb0cb8"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/6275666/contents/Banner%20-%20Hot%20Topics.jfif?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FOl%2FCa7VNVUGQKuOiLMLF7I3BLRumvoVpzJqyHGUcwcEfSYUFRzbObIP6pn2dtqkb1CKMY1o9KCFPTV6SBdqy0");
  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: 350px !important;
  min-height: 50px !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: inset 2000px 183px 20px 0px rgba(0,124,209,0.427451);
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d0e6e672-4f9e-4c80-bbc5-7a0b29a4af7a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] {
  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: 61%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -54px auto 0px 20px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5113899b-e264-4bc2-a307-1d1f57538488"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="961a0670-8f53-4466-b816-78c8f3a6d594"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d7a3305-a739-42dc-922c-95bf5696deed"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cb8ce16-8c08-4e77-9e1e-8b4cf21f41c1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0eaa6604-485f-4b2d-8915-d60326387637"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="41df62d3-07ec-4067-b2ef-0601ff3cb791"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e70c8eeb-5fed-4715-a313-632d9318f679"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="81a7ad1c-f1da-4d0a-b1ec-aa70b28d7f5a"] {
  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: 50px !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.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3f9cd67c-f5df-44d4-bd92-27335296ba61"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db4cfc26-a41d-46f1-ad72-5d206134b545"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7267fd77-010c-47f8-980c-92b33501257e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87114941-0ef2-4d73-b632-1ee98581f6c0"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="73cdeca6-2330-4098-bf06-05d58b0fe08b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ee135191-b702-416e-a8ef-778a94163f9c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -90px 0px 5px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bc90a0f1-d0b3-4b9f-842b-582a0ff4fc49"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9c76e9e9-38a2-4ea5-b1ef-e60f1f378c9b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

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

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="d5d81610-f322-409c-bd72-d8c2c527940b"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ceeb6a3a-5b5a-4f1f-9a91-a70bfc4982a9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="705cc6c1-fe7e-4968-8649-a20e35915bcc"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 3px 10px 3px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffb2e491-30c3-469d-b26a-03fc0245eb35"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid rgba(158,159,183,0.1);
  background-color: #D80073;
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li.linked {
  padding-right: calc( 10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .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="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li.linked:after {
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li.linked .list-icon {
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li .list-image {
  background-color: #D80073;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #fff;
  font-size: 25px;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li .list-title {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul>li p+p {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(141,142,166,0.75);
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"][data-uuid="0ff7bcab-a644-4a2d-b032-32c2ea3ac0fe"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: -94px 0px 88px -60px;
  padding: 0px 0px 0px 0px;
}

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

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

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul>li.linked:after {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul>li.linked .list-icon {
  color: #F8F6F7;
}

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #F8F6F7;
  font-size: 78px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul>li .list-title {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul>li p+p {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="1d739567-b81a-430b-8466-c7c4701e8e03"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: -19px 48px 0px -12px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li {
  border-bottom: 1px solid rgba(51,51,51,0);
  background-color: rgba(255,255,255,0);
  padding: 13px 10px 0px calc(10px + 71px);
}

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

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li.linked:after {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li.linked .list-icon {
  color: #F8F6F7;
}

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #F8F6F7;
  font-size: 50px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li .list-title {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul>li p+p {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="31d72f94-a697-43e8-acf1-bc1d61611bca"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.image"][data-uuid="9f88c7aa-4ab2-42d4-a2f6-b33bcd5fc3c4"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 45px;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="9f88c7aa-4ab2-42d4-a2f6-b33bcd5fc3c4"] img[data-image-id] {
  height: 40px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="5bdf78fe-bf64-49f6-99d6-4c6fdcb6ecbc"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 55px;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="5bdf78fe-bf64-49f6-99d6-4c6fdcb6ecbc"] img[data-image-id] {
  height: 40px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f49009c0-ac80-4f65-b4d8-c49a447b0c43"] {
  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-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 15px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="df9b7e3b-a8f7-484d-8fc1-cc7d8ed59fc1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="d35178b2-36f6-4cae-b323-3e1e185e85bb"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c44bfd34-9be1-47ae-9316-6e4221920b16"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 10px 0px 15px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="fc7bee77-0037-49fa-85ae-48b128bca413"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="35d224a7-124d-4b92-b07a-e564e7a88465"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.container"][data-uuid="ec79c497-1d10-4135-bc2d-0984c2b2e555"] {
  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: 50px !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.image"][data-uuid="edc20c7b-5502-4ada-b253-7ea2c903203f"] {
  position: relative;
  z-index: auto;
  display: none !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="edc20c7b-5502-4ada-b253-7ea2c903203f"] img[data-image-id] {
  height: auto;
  min-height: 0px;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  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="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3496af5b-7a04-4b3c-b41c-d599f1cbd7a8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] {
  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 0px 10px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group input.form-control {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group input.form-control::placeholder {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group textarea.form-control {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group textarea.form-control::placeholder {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .control-label label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group label.control-label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .input-group .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .text-danger {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .list-group .list-group-item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-rich-text .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker>.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #e5e5e5;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .tgl-ios+.tgl-btn:after {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .tgl-ios:checked+.tgl-btn {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #331B58;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display.readonly {
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .select-proxy-display>.icon {
  background-color: #331B58;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .required-info-label {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .input-group-addon {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .input-group-addon:first-child {
  border-right: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flStarRating"] .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #e5e5e5 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .sending-form {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-form .spinner-overlay {
  border-top-color: rgba(129,82,202,0.3);
  border-right-color: rgba(129,82,202,0.3);
  border-bottom-color: rgba(129,82,202,0.3);
  border-left-color: #D80073;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #E6007E;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Karbon-Regular",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="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-matrix table th {
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="15d46ed0-14f4-47ee-a503-4e37c476694c"] .fl-matrix table th {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.container"][data-uuid="99ee3ce0-26c8-4a42-b8b2-0b4db1d0891f"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.container"][data-uuid="b8cb1f8a-84c6-4447-b9e5-7c2cae103172"] {
  background-image: none;
  background-color: #fff;
  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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  min-width: auto;
  max-width: 700px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="da279990-ce08-41a9-9785-bffcee59cc6d"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !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.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #E6007E;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="f5d1b4a9-e7dc-40f2-a65b-760965404be8"] .btn.btn-secondary:active:hover {
  background-color: #E6007E;
  color: #fff;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h1 {
  color: #4D3069;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="04554746-2a4e-4afc-bb78-58b5e8403bda"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89bf7999-81dc-4468-8cc1-9237e18c2d0b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #7D4B79;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="72aa7269-65d2-4986-8ad6-1756632cebff"] .btn.btn-secondary:active:hover {
  background-color: rgba(77,48,105,0);
  color: rgba(255,255,255,0.447059);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="c6e07c32-5bea-4314-9604-5cd3f06256fc"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7832489/contents/purple%20light%20bulb_HOME_PAGE_light_d2.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24SQZypMnRUqHjTO%2F%2FwRZxqyTK5fHiVJ6Ug7f.KY6rynqbOfa4Zy2xkF2TyqtH6h.Ns9iZfrbswFvQhpkTpDl0R1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  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: 670px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] {
  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: 65%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 24px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0edf8caa-9bdf-42be-a7ad-515909e484ab"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d095d942-1ae9-4e4c-8a5c-c5cf8dfe97d2"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  margin-top: -119px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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"][data-uuid="f9fd5922-7d9f-4757-a5d4-2d13c8a742f6"] .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.container"][data-uuid="01f73a5c-fbb3-47fd-8265-29878bc71808"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819920/contents/GettyImages-531648203_Guidance_notes_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FC%2F1C1IZ%2FiToa1Kyc4QGRel2ufyCSduSz9j7Gn0WDizuf8JVnNGX6YTr26lXeZ4RViUB%2F.mEXF%2FwyA1Bdd5G10");
  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: 350px !important;
  min-height: 50px !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="ebba0e8a-3d29-4c99-a689-3f7d147f5abb"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819921/contents/GettyImages-1725833197_Deadlines_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24IWoWrhTdWn.olwO2GAy42tH01MNovcLD%2F01guznDufps1VpGcBJt24fRSO0dRmMi76iSNocCTfBaMSDJPpepl.");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  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: 350px !important;
  min-height: 50px !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="568138ef-4a83-43be-8557-70910d3cc950"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 18px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="568138ef-4a83-43be-8557-70910d3cc950"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="8926e030-9a1f-45be-9280-e27d8df30962"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 30%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: -30px 0px 0px -80px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 22px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0318737a-26fc-4603-82b1-e8ea08b97919"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 15px 15px 0px 15px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ae520ba6-7b49-42dc-914a-e42a50da34a4"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="a6dc11f8-2919-48df-8c2e-f2e749e1d1b0"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819922/contents/MEDIA%20-%201437853705_Podcasts_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%240E2yVt2uUOJRplgoSKs5poByQYsRp4TakPyOAdKln.wB%2F09BYr%2F7rOvTetYeoGb%2FP0MTLhEUWXk7Toc1WPuwq0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 350px !important;
  min-height: 50px !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: inset 1500px 183px 20px 0px rgba(77,48,105,0.329412);
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9638b5fe-fe07-4dc1-8f5a-35928f09f16c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="4f3a9be7-191a-4c5b-83ab-4c48ebf1b0d6"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819918/contents/GettyImages-509234090_Updates_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%244.cl2NE1shB00UrT5wtWioxUiSVX68C7oaapjEFrgl%2FNHE.aquEm%2FaJWhWrwkdw6dDbRXNVMXo5s7SB981fmx0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 350px !important;
  min-height: 50px !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: inset 2000px 183px 20px 0px rgba(0,124,209,0.427451);
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7cfe9b01-041a-479d-8843-6aea32ea351a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a28a93ac-e126-4ac5-8209-7b53c1788ecd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ce3a8558-a9b9-4485-954f-1d10153f0e97"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8dfd97c2-9bda-4844-ba83-785841fc396a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="774fe507-2a15-4305-852b-aee790eba5d2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="77e47b99-4a79-40ca-b920-67699d3605d2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="031d9737-087d-4f4b-8135-dcc358516654"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="59cc6020-9fbd-4c9c-979c-ae96e393bdd9"] {
  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: 50px !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.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2de4a891-26e7-4707-9d97-51ff4439e2bc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1d286a45-80e0-4526-96cb-8dcdae0472f3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c8b2ec0d-0d06-47d2-8700-65d87f77525e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43ba645d-664f-4af6-b946-dc4b414e1fd2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4D3069;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f4e1813a-c467-4297-bf2f-09d7f5cd21e2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c1f7da87-1280-49e0-bdca-004ce182e924"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -90px 0px 5px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b15c07e1-cd42-4356-bf46-2adf4f5ede38"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb618ba7-1b75-42b1-bac6-c93902790149"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="c7187066-c73b-488d-b20c-30b693a6047b"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b8924fa-c38d-485b-9b50-3d5a51bd2a26"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="605a940e-a2a5-4dea-a9d8-840437844358"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !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 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="46d38024-cbaa-4e44-a1b2-e8a9f4fd0749"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 35px 0px 0px -60px;
  padding: 0px 0px 0px 0px;
}

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

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

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul>li.linked:after {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul>li.linked .list-icon {
  color: #F8F6F7;
}

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #F8F6F7;
  font-size: 78px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul>li .list-title {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul>li p+p {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="d46768c4-c47c-4cdc-a314-6b156b4e0fa2"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 40px 48px 0px -12px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li {
  border-bottom: 1px solid rgba(51,51,51,0);
  background-color: rgba(255,255,255,0);
  padding: 13px 10px 0px calc(10px + 71px);
}

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

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li.linked:after {
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li.linked .list-icon {
  color: #F8F6F7;
}

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

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #F8F6F7;
  font-size: 50px;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li .list-title {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul>li p+p {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #331B58;
  background: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"][data-uuid="c2fc13fc-0708-4a6e-9473-8c43c320e1df"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.image"][data-uuid="8230c0f9-a5bf-4cf2-8327-1ddd54df3143"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 45px;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="8230c0f9-a5bf-4cf2-8327-1ddd54df3143"] img[data-image-id] {
  height: 40px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="bef11362-dd17-4314-9d95-da9d8f394b26"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 55px;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="bef11362-dd17-4314-9d95-da9d8f394b26"] img[data-image-id] {
  height: 40px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="888cc57b-e2a9-4455-8a1c-a522057d328c"] {
  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-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: auto !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #F8F6F7;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="07cb3894-cb05-4b65-9453-8840479f25fa"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="5f07c03e-2c63-4575-9bf3-2f1d96f349b9"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="450c4d77-5039-47b1-9965-b2bcb042f9d8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 10px 0px 15px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

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

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b0aa2b5f-317a-4223-a961-d161342130cc"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="bcce535f-7174-47cf-a3cc-6477c7879774"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.container"][data-uuid="18301867-5fee-48cc-a033-ec26969af6ce"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 350px !important;
  min-height: 50px !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.image"][data-uuid="cd384b9a-7ac8-43eb-917c-27b474401879"] {
  position: relative;
  z-index: auto;
  display: none !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="cd384b9a-7ac8-43eb-917c-27b474401879"] 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="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(77,48,105,0);
  color: #575A5D;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  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="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="1b3ad866-7cf7-487e-a642-96bc0c6a3efa"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0);
  color: rgba(87,90,93,0.458824);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="975b178d-3d04-4c8f-b8d0-149bef7a8165"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 40px 30px 0px 30px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="975b178d-3d04-4c8f-b8d0-149bef7a8165"] 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.container"][data-uuid="f4a2641b-4251-4555-ba79-2f5b80880044"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  max-width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  margin-top: 90px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .dynamic-list-add-item {
  background-color: #331B58;
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

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

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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"][data-uuid="e93cbffc-4e7b-4fff-abbb-4c19ab02fb8b"] .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.container"][data-uuid="369a8d6d-f843-4ef7-b25b-e99e753a725b"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819919/contents/GettyImages-904744938_Latest%20news_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24TyYrtToal6%2FlTWZJ.xlsEo9SSog8BqA2ujcZGqHbCKX.SMIKX6ZUyFx3GD0swBNdJtOjAA7KQfkwxUqOIzhNN1");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="45ed4559-ad8b-485f-98d8-48771f4c19c2"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="45ed4559-ad8b-485f-98d8-48771f4c19c2"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4d3889a4-b550-4365-92a9-35c3e2764437"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -90px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6f2d1de8-d53f-40fa-ba65-06ba49e82870"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="20b3ab72-f4f9-4da5-9996-5c1cdf36e32a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0942b582-94a5-487d-9169-f976602d311f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="58a74984-1185-45bc-87b2-426abb3e9cfc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e8fd5e8-4c05-4e84-a1a5-882e1e784f84"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f2f9b36f-4fff-4940-b48d-a5e4e5d90bc9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00c46971-0ecc-4722-b967-bbb01e7c47f7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="87ef0fe1-6521-4303-a378-796b39f96821"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7c16ef28-23e8-43e9-985c-c6ef6246cdc9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d5af51ef-f99e-43cd-ac22-ea73da1742c8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="d88c8aed-580c-4249-a5ea-6fb1be56824a"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819918/contents/GettyImages-509234090_Updates_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%244.cl2NE1shB00UrT5wtWioxUiSVX68C7oaapjEFrgl%2FNHE.aquEm%2FaJWhWrwkdw6dDbRXNVMXo5s7SB981fmx0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ffe52e5a-ba61-4bb8-877e-d923495d3d16"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="2163b33d-2c0d-4c1b-8d66-e4f75e80ac0b"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="2163b33d-2c0d-4c1b-8d66-e4f75e80ac0b"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="0222cdfe-bfb5-447a-ba20-926835487030"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  max-width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  margin-top: 90px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #36344C;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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"][data-uuid="fdaf6252-d2aa-4c94-96e7-2611b7ab25f5"] .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.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e29bd475-f295-42b2-a66f-4af8723fe43a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="30fe5091-c4f4-4381-9feb-bd42fe9ca8b1"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819922/contents/MEDIA%20-%201437853705_Podcasts_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%240E2yVt2uUOJRplgoSKs5poByQYsRp4TakPyOAdKln.wB%2F09BYr%2F7rOvTetYeoGb%2FP0MTLhEUWXk7Toc1WPuwq0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2000px 10px 20px 0px rgba(77,48,105,0.478431);
}

[data-widget-package="com.fliplet.image"][data-uuid="c153a5ff-a6f2-42d2-bce7-a62f6a90537a"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="c153a5ff-a6f2-42d2-bce7-a62f6a90537a"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  margin-top: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #575A5D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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"][data-uuid="76bff2d0-0922-4e2b-b62f-896742e910d2"] .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.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -90px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4389f9da-b8e8-40e7-81fa-a334c85e789b"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34aa6307-add2-44b1-8024-3400deec9e56"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="bce89056-ba47-495f-8a06-909eac8e2839"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1949bede-2fa9-47fa-88a4-b9c207b6aa8b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39f97613-f86b-46a2-841e-f906c77f32ee"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="44b05cb6-6652-412c-849f-b8df299cd12c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="eb4e9810-3768-4f2b-88f1-fba04c59dc36"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="afe9d35d-5c29-4553-9002-75eb057e0ed6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cf2461e0-0937-4648-aeeb-9cdc72d8da5a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -117px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1492fbd9-2ba5-49fe-9448-389d627d64b4"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74729692-30dd-4b96-affe-16ed4ba1c36e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="80bac3c7-197a-4c62-86bc-46a87bbfc146"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="67c05b89-f715-4dca-ab68-c643ced0c9a9"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819920/contents/GettyImages-531648203_Guidance_notes_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FC%2F1C1IZ%2FiToa1Kyc4QGRel2ufyCSduSz9j7Gn0WDizuf8JVnNGX6YTr26lXeZ4RViUB%2F.mEXF%2FwyA1Bdd5G10");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e0b9fcf7-5437-4119-9315-5bfdf4835c6c"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="ba53774e-7469-4894-b82e-f63236464d9c"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

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

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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"][data-uuid="af2606e6-4935-43ff-8d61-0d6c0396b289"] .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.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -60px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ea65a7b2-d857-4b74-9768-0e19b54fc429"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="53b927d2-c281-4d8a-8291-5416d0bb3e39"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="929482ca-de17-472d-9ed3-24f58bf43cf4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3de24110-92eb-44e5-981b-8f27d093336f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="17374ff0-6ca1-4bd6-ad37-97e64ce3b80f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="96e1fa63-4be5-4952-b6e0-c8e5f464ae08"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="be5bd25e-9983-4693-b6a8-ff05d4bd2145"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0f71d3ec-babd-4da1-ba4c-90b76c6148b6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 60%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 6px initial 6px 450px;
  padding: 0px 0px 15px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #331B58;
  color: #fff;
  padding: 5px 16px 5px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="c675e13e-fa5f-4da8-8a06-00fe34febfca"] .btn.btn-primary:active:hover {
  background-color: #331B58;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] {
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: 1px solid #331B58;
  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="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: "Karbon-Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: "Karbon-Regular",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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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"][data-uuid="91d622f6-624c-4455-847f-02942487360e"] .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.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="562d54ef-61c4-4fad-abb7-9b23e57ba32e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 15px 15px 5px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8b6d91d3-5e0b-4452-90cd-8f06af93ca4f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="39f83518-c30e-4a7d-bf54-14ca57aac0d0"] {
  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: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px initial;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #575A5D;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 0px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d214bef2-fd44-452e-bba3-c26899a9989d"] .btn.btn-primary:active:hover {
  background-color: #fff;
  color: #575A5D;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="ffa7cc52-1f8e-4142-9b35-171c26a1a9af"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819920/contents/GettyImages-531648203_Guidance_notes_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24FC%2F1C1IZ%2FiToa1Kyc4QGRel2ufyCSduSz9j7Gn0WDizuf8JVnNGX6YTr26lXeZ4RViUB%2F.mEXF%2FwyA1Bdd5G10");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c545db0a-8ff0-4960-bfe1-1019967fd956"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="15a558c0-edb4-4db8-90f1-c32ed7608824"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="15a558c0-edb4-4db8-90f1-c32ed7608824"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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"][data-uuid="4aaa1b7e-d479-43ee-9f57-ef2638d32a9b"] .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.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -60px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7ad21881-9368-44f6-b6f3-878a6a59e10c"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45c846e7-c5cd-4d9a-b370-c2ee7922634f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2226533d-e271-4116-86e2-beaf1432fe56"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a81f6098-b4de-4735-b414-31620da1119f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f778f700-eea0-4987-bb47-0e5b3b84a7bc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="340e80ae-215a-4c6d-8b47-49829414a607"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="868b2f42-584d-4530-bd76-22c806207bc2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4ddc445-9fa6-4117-a406-19586e616c70"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2b4f9af7-b649-4eb7-9386-83c6be065fe3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 1280px;
  margin: 31px auto 0px auto;
  padding: 20px 15px 0px 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-list-name {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 8px;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-list-role {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-list-location {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00ABD1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: 1px solid #331B58;
  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="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: "Karbon-Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: "Karbon-Regular",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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: "Karbon-Regular",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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container {
  width: 100%;
  max-width: 1280px;
  margin: 31px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: #331B58;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: #331B58;
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58 !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .section-top-wrapper .search-holder .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #331B58;
  color: #fff;
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .no-results-holder {
  color: rgba(51,27,88,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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"][data-uuid="109dbfb4-6f5d-469c-85a2-71fdb301dcb9"] .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.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="8df1f3c4-8903-4a7c-861a-9840ababbdad"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,0);
  color: #575A5D;
  padding: 10px 16px 10px 16px;
  border-radius: 0px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 0px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7e0d520e-2db2-46f6-8605-559aed3e3050"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0);
  color: #575A5D;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="230cb1a4-7cc5-4de9-90b5-f3fb6f31bb11"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819921/contents/GettyImages-1725833197_Deadlines_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24IWoWrhTdWn.olwO2GAy42tH01MNovcLD%2F01guznDufps1VpGcBJt24fRSO0dRmMi76iSNocCTfBaMSDJPpepl.");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="08ad55ca-97d1-4914-9717-4ccd8f963341"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="08ad55ca-97d1-4914-9717-4ccd8f963341"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h3 {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="aab8536b-21b6-41e5-82a5-0839728c3c08"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 32px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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"][data-uuid="a83d2ebf-7ec6-4f40-8de6-255e3e9056e9"] .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.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -91px 0px 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h3 {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="cdd68f2a-b8e3-426a-bc32-87292ec06d93"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e8516000-2a89-4455-91bb-f821834f2d8e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1a28ae1a-03e5-4c17-bb53-92496476061b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ffe9bda-6d4b-4e3a-af65-3495f876ce53"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f68691e-48c4-418a-8bb4-ddabf6bfcbf4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9e9421fc-ac19-4519-82bc-1cceca1cc847"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2457473c-e63a-4e52-a278-2e479063a1b3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89a2bcf6-2190-4ace-8bfc-101f6d7489ea"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3726eee9-42c6-4071-aafb-5226a4035452"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 10px;
  padding: 15px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="378ec9f3-f3ad-45b3-9c54-d5f75b546bb1"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="adef6399-0c71-4d49-9a3a-6ce2a132f219"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="cb1d2df9-d58c-48ae-9466-b1594df4cca0"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819924/contents/GettyImages-494938477_purple%20light%20bulb_HOME_PAGE.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%245gEvOAr9fIaildZBs8yDO14Cn1OPMUvrzWe6wlerJZmcalE6m2OOSEk%2Fmym0TokFIdBFPMSytmkF4OI8qK..L.");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="f58e47cf-7cd2-4030-8833-695888032c40"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="f58e47cf-7cd2-4030-8833-695888032c40"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px 0px 0px 35px;
  padding: 15px 15px 0px 14px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0cca128a-fb8d-48e8-bd35-7730ae9e1ba7"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -86px 0px 0px 35px;
  padding: 0px 2px 0px 2px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h2 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h4 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h5 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5eac0b32-3d02-46c8-8893-ffa7822a4e6f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b3b97f-93d7-4763-99ec-dd5d920f3c5a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="81131bf0-3fe7-4f64-8cb2-b0833a1e23df"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="14e59d9c-fd80-4ba0-8f2f-8a9d16dc0506"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b6de7238-7af7-429c-8ca7-19a7dc798586"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6d5b508d-8772-46aa-9081-2c77a5a2ec68"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="99b7b8d6-9725-44b1-97e7-a3ae33075d1f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c0987ede-3a5a-4b8d-9d70-3c17e98ba2f3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c22f7ca9-79e8-4987-b0fe-43ffb20d856d"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1257793c-3859-404b-9915-a19766760f4f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] {
  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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group input.form-control {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group input.form-control::placeholder {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group textarea.form-control {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group textarea.form-control::placeholder {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .control-label label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group label.control-label {
  color: #331B58;
  font-size: 16px;
  font-family: "Karbon-Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .input-group .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .text-danger {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .list-group .list-group-item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-rich-text .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker>.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #331B58;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker>.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #e5e5e5;
  background-color: rgba(0,0,0,0);
}

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

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .tgl-ios+.tgl-btn:after {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .tgl-ios:checked+.tgl-btn {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #331B58;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display.readonly {
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display.readonly>.icon {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .select-proxy-display>.icon {
  background-color: #331B58;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .required-info-label {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .input-group-addon {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .input-group-addon:first-child {
  border-right: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flStarRating"] .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

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

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid #e5e5e5 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(51,27,88,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .sending-form {
  color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-form .spinner-overlay {
  border-top-color: rgba(129,82,202,0.3);
  border-right-color: rgba(129,82,202,0.3);
  border-bottom-color: rgba(129,82,202,0.3);
  border-left-color: #D80073;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fileUpload-disabled label {
  background-color: #e1e1e1 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #E6007E;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #331B58;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #331B58;
}

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

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #e1e1e1;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Karbon-Regular",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="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-matrix table th {
  border: 1px solid #e5e5e5;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2455999c-e0dd-4925-aa29-10ae658e40e8"] .fl-matrix table th {
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.container"][data-uuid="a88d6c3d-7be8-4036-951f-7bb9270946c8"] {
  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: 50px !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.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  max-width: 1200px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  margin-top: 5px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  padding-top: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 21px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 2.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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"][data-uuid="8b379382-706a-46df-8ab9-f71d6e3fb565"] .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.container"][data-uuid="b9117407-5ed8-4ef3-97e1-8fa58fd9cdda"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819916/contents/GettyImages.667669317_Our_team_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24K906.qCeslTBNqOOGcTfTw2%2FCOa8bDaOwPQzNfj0TybtrGO%2Fp.1dOqFXgx5NIck6sjeCpnbqvzpLvUz7rX3ao1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 2000px 10px 20px 0px rgba(0,0,0,0.4);
}

[data-widget-package="com.fliplet.image"][data-uuid="91a141e2-b6e5-491e-8303-192c476fa2a2"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="91a141e2-b6e5-491e-8303-192c476fa2a2"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  display: block !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 86%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 244px 0px 0px 35px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a39e5cd3-63cf-4c89-b9e7-759b99ed90a7"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -186px 0px 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1b660e7-697e-4a22-b59b-db338f916011"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="74bfd85a-bdd1-4a79-9755-3077b8ca2a16"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6825a772-c58b-4fcd-a596-cb96e1634230"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="373863bc-8d1f-4031-b3db-4228c5374dac"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="59b5554b-b11b-4f5a-bec3-7ef778f5c38c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1ac4c484-ae8b-4293-b76a-971e3c6e69c6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0bfbfab4-54e7-486f-a886-31984fa46810"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !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 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0f9f4630-725b-489b-8d48-570aa0efcc9f"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="08eb1c69-4fd1-46ff-9307-e2af8c3f7e9d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ee10470e-d971-4ab1-b2e8-d02fef965bfb"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="33ac2725-2bbb-4153-be7d-0c3aaa825ad4"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: none !important;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.33);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 17.1px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"][data-uuid="b08226f5-ced0-475b-87c3-79c510c9abea"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Karbon-Regular",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.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] {
  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: 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;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="240f471c-9f27-49a1-bb9e-f5c5099d8396"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"],
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 20px auto 10px auto;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id],
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login {
  width: 90%;
  background-color: #331B58;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 100px;
  font-family: "Karbon-Regular",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: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #331B58;
  color: #fff;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state input.form-control,
[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form input.form-control {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state .back,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state .back,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state .back,
[data-widget-package="com.fliplet.email-validation"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="3b4bfca0-c493-4ae3-ad31-aef875aa21fb"] .state .back {
  border-right: 1px solid #331B58;
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"],
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] {
  width: 90%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 20px auto;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id],
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login {
  width: 90%;
  background-color: #331B58;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 0px;
  font-family: "Karbon-Regular",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: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #331B58;
  color: #fff;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state input.form-control,
[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form input.form-control {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state .back,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state .back,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state .back,
[data-widget-package="com.fliplet.email-validation"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="8f59a0fe-93f2-4a4c-9c30-fcc85983d1b3"] .state .back {
  border-right: 1px solid #331B58;
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"],
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] {
  width: 85%;
  min-width: auto;
  max-width: none;
  margin: 5px auto 0px auto;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id],
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login {
  width: 35%;
  background-color: #E6007E;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 38px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 0px;
  font-family: "Karbon-Regular",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: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #331B58;
  color: #fff;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state input.form-control,
[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form input.form-control {
  border: none;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group label {
  color: #331B58;
  border-right-color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  color: #331B58;
}

[data-widget-package="com.fliplet.login"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state .back,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state .back,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state .back,
[data-widget-package="com.fliplet.email-validation"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="6aa9af72-4867-4c43-8c40-2f5f01adeb15"] .state .back {
  border-right: 1px solid #331B58;
  color: #331B58;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -20px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d69d8f0c-5dee-46b0-9e18-66a0bb45de59"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="691a1816-242a-497c-ab1f-f83bfa0c281f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b0c22af4-58b5-480f-9d07-0303c19fa3f8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39442bf2-e501-4d87-8664-6f1d397ff822"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="caa45ed8-8996-432b-8f48-c6c0f7a0cbc3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="62d8a031-a7df-4cd0-bd14-2f8cec38da22"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="34cfb65e-c4bb-41fe-be4b-654b0dee62af"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d2d0d3e7-0507-4078-b94e-c01726859278"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f423cd7f-b6ce-4a87-852b-33ab1ddcda60"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="0246faed-4e40-44ad-98d5-5959266a7d24"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819918/contents/GettyImages-509234090_Updates_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%244.cl2NE1shB00UrT5wtWioxUiSVX68C7oaapjEFrgl%2FNHE.aquEm%2FaJWhWrwkdw6dDbRXNVMXo5s7SB981fmx0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6cbdc60b-e4f7-448b-9e15-28f2450046e0"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="d2855d94-2df1-4646-a549-643aa319eec6"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="d2855d94-2df1-4646-a549-643aa319eec6"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="aff54401-05a7-4399-b63d-8171b7d78bf3"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a7b66f21-2984-4796-8db3-2e7a76f50911"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="469918a0-2ec1-4796-8f54-b88a276cbf8d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fb7bdf7a-e39e-4ebc-8e36-20d171637dac"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4ea08ce6-9236-49b0-b094-4115d17f3412"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c94017ca-5bf3-4151-887e-f3cb8741c3cc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5cc0f5dd-34ca-4848-9beb-ef486e85f25f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2f7f324c-a757-4eb8-940c-72a658e7a4d2"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4b143df3-3baa-405e-9488-13559cbb63e1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  max-width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  margin-top: 90px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #36344C;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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"][data-uuid="ce603b36-0b8a-46c1-9ed6-325233fb3913"] .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.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="07ede06b-a804-4472-ac39-4c959726f501"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -20px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7e180bf5-9d7f-4f75-bce0-78eddcfaa2ea"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8eddfffa-ab90-487c-b071-b19ccc950651"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="4c1b1295-f17c-48ed-b994-775f3f8cc556"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="13b89571-4e60-438a-9165-1837969f5002"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d8fcda14-73c0-45fb-9f0d-de885cb72503"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6dbda2f5-2396-4170-9382-a89958098a11"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="02b7778e-2162-44a5-be32-e13b7cff1cfb"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a1ed597d-2ce3-4f0b-8862-486287e7d124"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="39d0399d-bdc3-4a30-a6cc-1d72ab355cc1"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="aab5bb77-ea29-489b-a637-4eac2d3d9557"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819918/contents/GettyImages-509234090_Updates_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%244.cl2NE1shB00UrT5wtWioxUiSVX68C7oaapjEFrgl%2FNHE.aquEm%2FaJWhWrwkdw6dDbRXNVMXo5s7SB981fmx0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0dd95730-214c-4cb5-a9f0-b8c14d7842fc"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="a945eed4-b626-4903-8eff-266f3c8accce"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="a945eed4-b626-4903-8eff-266f3c8accce"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="40959f08-403e-416c-be28-45114b609d28"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="250443aa-6fb4-45fe-9264-e1256bdaadd7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c26cef06-0ea1-4cfa-881b-f54248aace9d"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="46860d70-7c78-49d0-b75d-94f80f7a433b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b54c233-a9fd-4f11-b586-556c4bdc6aa9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="2336c96a-5dea-45f9-94a0-a0a0c8a7fd25"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="43d132f5-1614-4e80-981c-6dc14b9400dd"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f0115f05-27a9-4bfa-a7ea-06b34335beb3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="04460205-2cc7-4dad-aab5-a713994e8fe7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  max-width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  margin-top: 90px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #36344C;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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"][data-uuid="b7f18e54-eee7-4d3f-92f3-cd71a829d614"] .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.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4bd9dafb-e470-4581-98dd-2d306dd2d8d9"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -20px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3b151bbb-d0d6-4c6a-86da-1fe5db7b9002"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="00a9a933-4af3-46ac-a9b4-51f76298e1a3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b05ac9e5-53d6-403a-af4f-9d163eec4d15"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f90e0541-c0b6-4827-9381-13f87ea7c66f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0b4ccb8c-c084-4fc4-a78d-20d52d44b20e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="578cdf9b-1e47-4387-9b9d-404de148bbe3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="f55bbb49-ad65-42f1-989f-fca928754f2a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="36e55418-bb0b-4f16-a056-d20015f7237f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5f62ba5c-69b4-454f-bcda-8e79652b30ac"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="e9bfb2dd-81c0-4319-b825-2fa62d8ee937"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819918/contents/GettyImages-509234090_Updates_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%244.cl2NE1shB00UrT5wtWioxUiSVX68C7oaapjEFrgl%2FNHE.aquEm%2FaJWhWrwkdw6dDbRXNVMXo5s7SB981fmx0");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 46px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="64cd27b0-9344-48eb-95d7-ef045763b522"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="70ac5a69-8b5d-4bbf-be23-8959122dc6ac"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="70ac5a69-8b5d-4bbf-be23-8959122dc6ac"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="9a7191db-b58f-494c-b30c-5e7fda06bd9a"] {
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ddad57c0-b9d0-40a9-a738-c5aaa6f9ec7f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0aca6ab3-01d7-4fcd-8656-472c0ba87902"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa702b9a-8ec0-4f98-9949-f6cd0a9bf5d3"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e1a2091f-be3a-423e-a132-e86532fc33e8"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="aa933cc5-0a05-4ab3-ba9c-d002a5f21455"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="35cfac96-b081-49e8-adfc-71bfc36b39c5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="94599898-6462-4d5c-ba5e-5c7b464f078e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="31630db1-3438-415e-971b-9c38787bc80a"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  max-width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  margin-top: 90px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  padding-right: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] {
  padding-left: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .dynamic-list-add-item {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(51,27,88,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .comments-offline {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(51,27,88,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(51,27,88,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51,27,88,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(51,27,88,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .filter-holder .panel-default>.panel-heading {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .filter-holder .panel-default>.panel-heading {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #e5e5e5;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .search-feed {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(51,27,88,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .section-top-wrapper .search-holder .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #4D3069;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content {
  border-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #000;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Karbon-Bold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: #36344C;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Karbon-Semibold",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .btn.search-btn {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(51,27,88,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #331B58;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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"][data-uuid="2aae548a-ad1f-4fba-b8d5-4a766c326e7e"] .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.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c3574e74-ca52-43a6-90e5-06d5c5eacd90"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -20px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bdfde6c1-ec4b-4487-a2c2-1110fbee45a7"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="c4900bc8-374f-48ab-9c90-d7275ef61cef"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a951067-2c7e-4f68-90f0-73733fe9617c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="913a9a5f-9d48-4957-afb9-d43ec0e12d23"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5ac35244-c650-4e21-aa52-826996e02da5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="9f4449da-e697-495a-ba79-250a94df143e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="0579e805-f1e0-4d63-b3ef-5a1e0ce6487b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="488d8b77-2eb7-408f-9e49-ab812e9d5256"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b5a5dea2-71eb-4987-8655-7ece7c0c877e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="db1bdd9a-14f0-4167-aee9-598a36fc506b"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.container"][data-uuid="66b612bd-b224-4eb2-829f-bca796967c8f"] {
  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: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="10a8ad99-2c93-49a2-8765-cf4deaedcc9c"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7819917/contents/GettyImages-463013169_Contact_2000px.jpg?size=large&r=eu&sign=%246%24rounds%3D5000%24%24J8rf%2Fy3PO.Lgo6FZUbeRk%2FNawbylFvHUZYZy%2FA%2FVldaM2SN%2FvVXq7LNYC2TU2QCJEq%2F%2F.HUr%2F73n2ShLd7h7I1");
  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: 550px !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -35px 0px 0px 0px;
  padding: 15px 15px 0px 30px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="95d0d471-7d00-4d2d-b69d-f229e03d6aca"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -128px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="742acde0-84fa-4fa5-88d6-b81c6efc1487"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="640ecf2c-dc47-47b0-b0ad-a3c5b22e3862"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a5e4d3f4-8c9c-474c-9e4c-a58b6459d7b9"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="d970f812-600a-4fcf-a413-c6f1b6274134"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="ac7bb574-621c-4fca-a18c-3a35fc329e5c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="625f070c-e37b-4ab7-8dc9-f9d6c1e2c1e6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="b2c14c66-bb2a-4cde-8eb9-a0a3eae76cdc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="740b43c2-1511-4f10-a587-8c48a6453e2c"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e07493f7-4031-4394-806d-b4851de7cf84"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 3px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5455caf0-fac6-411f-b025-86f41b71a184"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] p {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="17f8566d-064a-46a9-9b55-890b25329522"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b44ef37d-23f1-4e6c-95bc-ba828e678253"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] a {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] .btn.btn-link {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="45da9c93-a0ca-4b5c-b427-c2a547db1b34"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6e5aefdc-c256-48fd-94b3-de3074161679"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2f8b816a-3bf6-47d0-b658-700427585d89"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="71c4c93f-b546-494d-950f-abfda712ea9f"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7827616/contents/301843_MISC_RPC%20Tax%20Take%20%2B_app_Banner_1024x500px_d1_no_title.png?size=large&r=eu&sign=%246%24rounds%3D5000%24%24beAk1sCayQyqIsPvchtJUcPVDA.I6T01LgUB5NEmCPWFS0zOvEG1VlSm4BNN7WQ36Wx2gxB2wwSRruREN5AkN.");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 100px !important;
  min-height: 50px !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="a5feef5c-6b5a-4ea3-86bc-4fae03e0cd50"] {
  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: 50px !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="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 15px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="58d12a2a-96c5-4ff1-8ac4-902f6c222e5a"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="b440ccb5-8fc7-4d52-b645-5025353af434"] {
  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: 50px !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.container"][data-uuid="2e75e94e-8275-46f3-8338-265ef607cef6"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7827615/contents/301843_RPC_Dawn_Raids_App_2000px.png?size=large&r=eu&sign=%246%24rounds%3D5000%24%24y0g3t71AzcdiBZIJurqhXc8nUwal.kkS6OaDpt7p6mdp7GR09W.j69A2yIxFB7bY0PYabGpS3Y2xsbMBl1zk4.");
  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: 484px !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px 0px 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] p {
  color: #F8F6F7;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 0;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h3 {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="d91b50bd-26b2-4301-9fd4-a745669f36d8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="da95f8fd-3537-4d89-9231-3288be8a9203"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="da95f8fd-3537-4d89-9231-3288be8a9203"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -49px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="7724d66e-aea2-4eb9-a455-507317520035"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="dd2dc2f9-4a90-472d-9510-ae57ef9dc30d"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: -137px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="dd2dc2f9-4a90-472d-9510-ae57ef9dc30d"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="5d958ae2-cffe-476c-bf12-5e8744acd926"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="5d958ae2-cffe-476c-bf12-5e8744acd926"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e3f606ba-da1b-4fbd-ab7e-c42a5eafef0e"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 17%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: -54px 84px 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="5421b7cb-4959-4d54-a319-4ade61492e82"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="1521cba4-a1eb-4b3d-b796-2683fba05cf7"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="80ebafe1-d52b-49d2-9734-60fe89a3e757"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="826a8c0d-5a6a-4e43-9ae7-c00c39c64fe6"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3a430fdd-65ae-4266-b599-ba0113aa2323"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="a709ff20-ab9e-4fa9-9b8f-dd60cfacf6f5"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fdcb3370-efc7-4a45-abe6-f39c0864276e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] {
  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: 76%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="476531b3-81e7-43cd-ab43-945b146c9fe1"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="8aff9072-dee8-4582-9b14-7f076072b34e"] {
  background-image: none;
  background-color: #4D3069;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="fa9a0d72-8f37-426c-9950-c6af92d29ba6"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="fa9a0d72-8f37-426c-9950-c6af92d29ba6"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="99b54b0c-3785-478e-ada4-d20b72e37d7b"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 50px 0px;
  padding: 0px 5px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="99b54b0c-3785-478e-ada4-d20b72e37d7b"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 5px 5px 5px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="248ea333-29c1-472c-9bd6-1bfa046541bc"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="3cf72c87-85ac-41fb-8bf7-aa4273f78801"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] {
  position: relative;
  z-index: auto;
  display: inline-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;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #331B58;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 25px;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #331B58;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2d07223f-81e4-4a9d-9d43-0ff29c21b174"] .btn.btn-primary:active:hover {
  background-color: #331B58;
  color: #fff;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e7f05c56-3fe0-4633-99f4-eac7e6a86802"] {
  background-image: url("https://cdn.api.fliplet.com/v1/media/files/7827615/contents/301843_RPC_Dawn_Raids_App_2000px.png?size=large&r=eu&sign=%246%24rounds%3D5000%24%24y0g3t71AzcdiBZIJurqhXc8nUwal.kkS6OaDpt7p6mdp7GR09W.j69A2yIxFB7bY0PYabGpS3Y2xsbMBl1zk4.");
  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: 484px !important;
  min-height: 20px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 195px 1015px 1383px 0px rgba(0,0,0,0.39);
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] {
  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: 70%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -40px 0px 0px 35px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] p {
  color: #F8F6F7;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h1 {
  color: #fff;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  line-height: 0;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h3 {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="ba2075f1-6b2a-4c66-9c4b-1233e42d0d61"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="0e1f322e-5d7e-40f8-afe3-b696def5f1fb"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 138px;
  min-width: auto;
  max-width: 100%;
  margin: 22px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="0e1f322e-5d7e-40f8-afe3-b696def5f1fb"] img[data-image-id] {
  height: 133px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -49px 0px 0px 35px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d1e3486-93b3-4f24-811f-675a869e53fa"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="e792eaf4-e6da-4e0a-9276-920ae5045c01"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="21e9bce7-45cb-4317-9e26-9c8ef9d21c0e"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="fa2e2dfe-8597-48cf-ab3b-171316f3fb66"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="89ce03c4-0d0b-406b-bb3a-9370001cdb4f"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7917f37c-0cc9-467a-ae85-43a716baf0aa"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="7fed41d8-1f59-46ae-91fb-247e67ffdc96"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="6474dc31-895f-44f5-9418-00e6a8093fdc"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] a {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] a:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] a:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] a:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] .btn.btn-link {
  font-family: "Karbon-Medium",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"][data-uuid="8e462c9b-3edb-4c9b-ba9d-afcc8e2fd372"] .btn.btn-link:active:focus {
  font-family: "Karbon-Bold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #D80073;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: none !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 30px 5px 5px 5px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4e776826-7871-47ff-b708-aae58a4fa4b3"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] {
  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: 76%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h1 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e58c6d5e-75b5-42a1-822d-3cbd28241bc8"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="5ca61833-c076-40bc-b21e-031a64c16cd1"] {
  background-image: none;
  background-color: #331B58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  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: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="734dc9ed-0e84-4848-a504-cb949108f6ec"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="734dc9ed-0e84-4848-a504-cb949108f6ec"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="aa167ed4-fe71-4cfb-973d-b59de773d396"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 50px 0px;
  padding: 0px 5px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="aa167ed4-fe71-4cfb-973d-b59de773d396"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="e23a6a39-6734-4ad5-8754-0c237939a18c"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: -137px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="e23a6a39-6734-4ad5-8754-0c237939a18c"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="3b6f3c4c-46d6-43c0-bce7-bbfec9a41d36"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: 255px;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"][data-uuid="3b6f3c4c-46d6-43c0-bce7-bbfec9a41d36"] img[data-image-id] {
  height: 85px;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="41c4f951-2ca7-43d7-a5fe-5b942b481cb9"] {
  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: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 17%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: -54px 84px 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] {
  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: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] p {
  color: #331B58;
  font-family: "Karbon-Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h1 {
  color: #331B58;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 50px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h2 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 28px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h3 {
  color: #fff;
  font-family: "Karbon-Medium",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h4 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h5 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="bbdceb7e-b767-4b19-a8a9-a47c8afde0f5"] h6 {
  color: #331B58;
  font-family: "Karbon-Semibold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.image"][data-uuid="91c6e846-7e40-4466-9479-7cdd5f31c844"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 2px 0px;
  padding: 0px 5px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="91c6e846-7e40-4466-9479-7cdd5f31c844"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="2f8f5dee-9390-4320-8d8e-a21b703b7657"] {
  background-image: none;
  background-color: #fff;
  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: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 99%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="3172e1be-290b-4752-9f9a-fe70e81d0435"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="3172e1be-290b-4752-9f9a-fe70e81d0435"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="6b1a0e9d-90ad-4dd1-a474-910c5f3dceb6"] {
  position: relative;
  z-index: auto;
  display: none !important;
  width: 50%;
  min-width: auto;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}

[data-widget-package="com.fliplet.image"][data-uuid="6b1a0e9d-90ad-4dd1-a474-910c5f3dceb6"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}