
/* Added the h definitions here, because on servoy1 Type.less was overwritten by reset.ccs */
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
/* then_stars */
.table.width_100{
	font-size: 12px;
}
.then_stars{
	display: table;
	width: 100%;
	margin: 10px 0;
	font-size: 0;
}
.then_stars li{
	display: inline-block;
    width: 9.0909%;
    text-align: center;
    border: 1px solid #8c96a8;
    border-left: none;
    box-sizing: border-box;
}
.then_stars li a{
	background: #fff;
	line-height: 42px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    color: #002341;
}
.then_stars li:hover a{
	background: #fafafa;
}
.then_stars .act:hover,
.then_stars .act{
	background: #40b2d9;
	color: #fff;
}
.then_stars li:first-child{
	border-left: 1px solid #8c96a8;
	border-radius: 5px 0 0 5px;
}
.then_stars li:last-child{
	border-radius: 0 5px 5px 0;
}
.then_stars li:first-child a{
	border-radius: 4px 0 0 4px;
}
.then_stars li:last-child a{
	border-radius: 0 4px 4px 0;
}

.nps-likes {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
    display: block;
    line-height: 42px;
}

.nps-likes img{
    display: block;
}

.nps-likes--likely {
	float: right;
}

.nps-list {
	background-color: #fff;
	border: 1px solid #bfc9db;
	border-radius: 5px;
	box-sizing: border-box;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
    margin-bottom: 10px;
	width: 100%;
}

.nps-list::after {
	clear: both;
	content: "";
	display: table;
}

.nps-list li a{
    display: inline-block;
    line-height: 42px;
    width: 100%;
    text-decoration: none;
}

.nps-list__item_reverse,
.nps-list__item {
    display: inline-block;
    float: left;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 9.089%;
}

.nps-list__item_reverse:last-of-type,
.nps-list__item:last-of-type {
	float: left;
	width: calc(100% - (9.09% * 10) + .006%);
}

.nps-list__item_reverse::after,
.nps-list__item::after {
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.nps-list__item:nth-of-type(1) .act {
	background-color: #dd2c00;
}

.nps-list__item:nth-of-type(1) .act:hover {
	background-color: #dd2c00;
}

.nps-list__item:nth-of-type(1):hover {
	background-color: rgba(221, 44, 0, 0.15);
}

.nps-list__item:nth-of-type(1)::after {
	background-color: #dd2c00;
}

.nps-list__item:nth-of-type(2) .act {
	background-color: #e65100;
}

.nps-list__item:nth-of-type(2) .act:hover {
	background-color: #e65100;
}

.nps-list__item:nth-of-type(2):hover {
	background-color: rgba(230, 81, 0, 0.15);
}

.nps-list__item:nth-of-type(2)::after {
	background-color: #e65100;
}

.nps-list__item:nth-of-type(3) .act {
	background-color: #f57f17;
}

.nps-list__item:nth-of-type(3) .act:hover {
	background-color: #f57f17;
}

.nps-list__item:nth-of-type(3):hover {
	background-color: rgba(245, 127, 23, 0.15);
}

.nps-list__item:nth-of-type(3)::after {
	background-color: #f57f17;
}

.nps-list__item:nth-of-type(4) .act {
	background-color: #ffc107;
}

.nps-list__item:nth-of-type(4) .act:hover {
	background-color: #ffc107;
}

.nps-list__item:nth-of-type(4):hover {
	background-color: rgba(255, 193, 7, 0.15);
}

.nps-list__item:nth-of-type(4)::after {
	background-color: #ffc107;
}

.nps-list__item:nth-of-type(5) .act {
	background-color: #f4e42c;
}

.nps-list__item:nth-of-type(5) .act:hover {
	background-color: #f4e42c;
}

.nps-list__item:nth-of-type(5):hover {
	background-color: rgba(244, 228, 44, 0.15);
}

.nps-list__item:nth-of-type(5)::after {
	background-color: #f4e42c;
}

.nps-list__item:nth-of-type(6) .act {
	background-color: #ffee58;
}

.nps-list__item:nth-of-type(6) .act:hover {
	background-color: #ffee58;
}

.nps-list__item:nth-of-type(6):hover {
	background-color: rgba(255, 238, 88, 0.15);
}

.nps-list__item:nth-of-type(6)::after {
	background-color: #ffee58;
}

.nps-list__item:nth-of-type(7) .act {
	background-color: #faf44c;
}

.nps-list__item:nth-of-type(7) .act:hover {
	background-color: #faf44c;
}

.nps-list__item:nth-of-type(7):hover {
	background-color: rgba(250, 244, 76, 0.15);
}

.nps-list__item:nth-of-type(7)::after {
	background-color: #faf44c;
}

.nps-list__item:nth-of-type(8) .act {
	background-color: #c6ea47;
}

.nps-list__item:nth-of-type(8) .act:hover {
	background-color: #c6ea47;
}

.nps-list__item:nth-of-type(8):hover {
	background-color: rgba(198, 234, 71, 0.15);
}

.nps-list__item:nth-of-type(8)::after {
	background-color: #c6ea47;
}

.nps-list__item:nth-of-type(9) .act {
	background-color: #b1e71e;
}

.nps-list__item:nth-of-type(9) .act:hover {
	background-color: #b1e71e;
}

.nps-list__item:nth-of-type(9):hover {
	background-color: rgba(177, 231, 30, 0.15);
}

.nps-list__item:nth-of-type(9)::after {
	background-color: #b1e71e;
}

.nps-list__item:nth-of-type(10) .act {
	background-color: #a0e300;
}

.nps-list__item:nth-of-type(10) .act:hover {
	background-color: #a0e300;
}

.nps-list__item:nth-of-type(10):hover {
	background-color: rgba(160, 227, 0, 0.15);
}

.nps-list__item:nth-of-type(10)::after {
	background-color: #a0e300;
}

.nps-list__item:nth-of-type(11) .act {
	background-color: #64dd17;
}

.nps-list__item:nth-of-type(11) .act:hover {
	background-color: #64dd17;
}

.nps-list__item:nth-of-type(11):hover {
	background-color: rgba(100, 221, 23, 0.15);
}

.nps-list__item:nth-of-type(11)::after {
	background-color: #64dd17;
}

.nps-list__item_reverse:nth-of-type(1) .act {
    background-color: #64dd17;
}

.nps-list__item_reverse:nth-of-type(1) .act:hover {
    background-color: #64dd17;
}

.nps-list__item_reverse:nth-of-type(1):hover {
    background-color: rgba(100, 221, 23, 0.15);
}

.nps-list__item_reverse:nth-of-type(1)::after {
    background-color: #64dd17;
}

.nps-list__item_reverse:nth-of-type(2) .act {
    background-color: #a0e300;
}

.nps-list__item_reverse:nth-of-type(2) .act:hover {
    background-color: #a0e300;
}

.nps-list__item_reverse:nth-of-type(2):hover {
    background-color: rgba(160, 227, 0, 0.15);
}

.nps-list__item_reverse:nth-of-type(2)::after {
    background-color: #a0e300;
}

.nps-list__item_reverse:nth-of-type(3) .act {
    background-color: #b1e71e;
}

.nps-list__item_reverse:nth-of-type(3) .act:hover {
    background-color: #b1e71e;
}

.nps-list__item_reverse:nth-of-type(3):hover {
    background-color: rgba(177, 231, 30, 0.15);
}

.nps-list__item_reverse:nth-of-type(3)::after {
    background-color: #b1e71e;
}

.nps-list__item_reverse:nth-of-type(4) .act {
    background-color: #c6ea47;
}

.nps-list__item_reverse:nth-of-type(4) .act:hover {
    background-color: #c6ea47;
}

.nps-list__item_reverse:nth-of-type(4):hover {
    background-color: rgba(198, 234, 71, 0.15);
}

.nps-list__item_reverse:nth-of-type(4)::after {
    background-color: #c6ea47;
}

.nps-list__item_reverse:nth-of-type(5) .act {
    background-color: #faf44c;
}

.nps-list__item_reverse:nth-of-type(5) .act:hover {
    background-color: #faf44c;
}

.nps-list__item_reverse:nth-of-type(5):hover {
    background-color: rgba(250, 244, 76, 0.15);
}

.nps-list__item_reverse:nth-of-type(5)::after {
    background-color: #faf44c;
}


.nps-list__item_reverse:nth-of-type(6) .act {
    background-color: #ffee58;
}

.nps-list__item_reverse:nth-of-type(6) .act:hover {
    background-color: #ffee58;
}

.nps-list__item_reverse:nth-of-type(6):hover {
    background-color: rgba(255, 238, 88, 0.15);
}

.nps-list__item_reverse:nth-of-type(6)::after {
    background-color: #ffee58;
}

.nps-list__item_reverse:nth-of-type(7) .act {
    background-color: #f4e42c;
}

.nps-list__item_reverse:nth-of-type(7) .act:hover {
    background-color: #f4e42c;
}

.nps-list__item_reverse:nth-of-type(7):hover {
    background-color: rgba(244, 228, 44, 0.15);
}

.nps-list__item_reverse:nth-of-type(7)::after {
    background-color: #f4e42c;
}

.nps-list__item_reverse:nth-of-type(8) .act {
    background-color: #ffc107;
}

.nps-list__item_reverse:nth-of-type(8) .act:hover {
    background-color: #ffc107;
}

.nps-list__item_reverse:nth-of-type(8):hover {
    background-color: rgba(255, 193, 7, 0.15);
}

.nps-list__item_reverse:nth-of-type(8)::after {
    background-color: #ffc107;
}

.nps-list__item_reverse:nth-of-type(9) .act {
    background-color: #f57f17;
}

.nps-list__item_reverse:nth-of-type(9) .act:hover {
    background-color: #f57f17;
}

.nps-list__item_reverse:nth-of-type(9):hover {
    background-color: rgba(245, 127, 23, 0.15);
}

.nps-list__item_reverse:nth-of-type(9)::after {
    background-color: #f57f17;
}

.nps-list__item_reverse:nth-of-type(10) .act {
    background-color: #e65100;
}

.nps-list__item_reverse:nth-of-type(10) .act:hover {
    background-color: #e65100;
}

.nps-list__item_reverse:nth-of-type(10):hover {
    background-color: rgba(230, 81, 0, 0.15);
}

.nps-list__item_reverse:nth-of-type(10)::after {
    background-color: #e65100;
}

.nps-list__item_reverse:nth-of-type(11) .act {
    background-color: #dd2c00;
}

.nps-list__item_reverse:nth-of-type(11) .act:hover {
    background-color: #dd2c00;
}

.nps-list__item_reverse:nth-of-type(11):hover {
    background-color: rgba(221, 44, 0, 0.15);
}

.nps-list__item_reverse:nth-of-type(11)::after {
    background-color: #dd2c00;
}


@media all and (max-width: 468px) {
    .footer-paragraph{
        display: flex;
        flex-direction: column;
    }
    .footer-link {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .footer-link a{
        width: 100%;
        float: unset !important; margin-right: unset !important; margin-top: unset !important; margin-left: unset !important;
    }
}

