.rm-8a175168-container {
    width: 100%;
    margin-bottom: 30px;
}
.rm-8a175168-heading-wrapper {
	margin-bottom: 30px;
}
.rm-8a175168-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-flex;
    flex-direction: column;
}
.rm-8a175168-heading-text {
    display: inline-block;
}
.rm-8a175168-heading-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3bb2d0;
    margin-top: 10px;
}
.rm-8a175168-heading-desc {
	margin: 0;
}
.rm-8a175168-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rm-8a175168-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.rm-8a175168-item:last-child {
    border-bottom: none;
}
.rm-8a175168-item.is-subheader {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 30px;
	padding-bottom: 15px;
}
.rm-8a175168-subheader-text-wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.rm-8a175168-subheader {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.rm-8a175168-column-headers {
    display: flex;
    gap: 20px;
}
.rm-8a175168-col-header {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85em;
    min-width: 40px;
    text-align: right;
    letter-spacing: 1px;
}
.rm-8a175168-info {
    flex: 1;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.rm-8a175168-text-wrapper {
	display: flex;
	flex-direction: column;
}
.rm-8a175168-text {
    display: block;
    margin: 0;
}
.rm-8a175168-item-desc {
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	color: #777;
}
.rm-8a175168-icon {
	display: inline-flex;
	align-items: center;
}
.rm-8a175168-prices {
    display: flex;
    gap: 20px;
}
.rm-8a175168-price {
    font-weight: 500;
    white-space: nowrap;
    min-width: 40px;
    text-align: right;
}