<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************
**              **
**   Carousel   **
**              **
*****************/
.tables-top {
	overflow: hidden;
	min-height: 400px;
}

.tables-top.has-4-slides {
	margin-bottom: -1rem;
}

.tables-top.has-4-slides .container,
.tables-top.has-5-slides .container {
	margin-top: -1rem;
}

.has-4-slides #carousel3d,
.has-5-slides #carousel3d {
	margin: -2rem 0;
}

.accounts-carousel {
	display: flex;
	justify-content: center;
	gap: 2rem;
	padding: 20px;
}

.has-4-slides .accounts-carousel {
	padding: 70px 0;
	transform: scale(0.9);
}

.has-5-slides .accounts-carousel {
	padding: 50px 0 30px;
	transform: scale(0.7);
}

.accounts-carousel .accounts-carousel-slide {
	flex: 1 0 0;
	max-width: 300px;
	z-index: 1;
	transition: all 0.5s ease;
}

.has-4-slides .accounts-carousel .accounts-carousel-slide,
.has-5-slides .accounts-carousel .accounts-carousel-slide {
	flex-basis: 300px;
}

.accounts-carousel .accounts-carousel-slide:hover {
	z-index: 3;
}

.has-4-slides .accounts-carousel .accounts-carousel-slide:hover {
	transform: scale(1.1);
}

.has-5-slides .accounts-carousel .accounts-carousel-slide:hover {
	transform: scale(1.3);
}

/* Make slides same height */
.accounts-carousel .slick-track {
	display: flex !important;
	padding: 30px 0;
}

.accounts-carousel .slick-slide {
	height: inherit !important;
}

/* end of Make slides same height */

.accounts-carousel .slick-prev,
.accounts-carousel .slick-next {
	height: 50px;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	padding: 0.3125rem;
	font-size: 1.25rem;
	z-index: 2;
	width: 1.5rem;
	height: 3.5rem;
	transform: rotate(180deg) translateY(10px);
	box-shadow: none;
}

.accounts-carousel .slick-prev.slick-disabled,
.accounts-carousel .slick-next.slick-disabled {
	cursor: default;
	pointer-events: none;
}

.accounts-carousel .slick-next {
	transform: rotate(0deg) translateY(-10px);
}

.accounts-carousel .slick-prev:hover,
.accounts-carousel .slick-next:hover {
	box-shadow: none;
}

.accounts-carousel .slick-arrow:before,
.accounts-carousel .slick-arrow:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	transition: all 0.4s ease;
	opacity: 0.75;
}

.accounts-carousel .slick-arrow:after {
	bottom: 4px;
	transform: rotate(35deg);
	height: 50%;
	border-left: 2px solid #aaa;
	border-bottom-right-radius: 30%;
	border-bottom-left-radius: 30%;
}

.accounts-carousel .slick-arrow:before {
	top: 1px;
	height: 51%;
	transform: rotate(-35deg);
	border-right: 2px solid #aaa;
	border-top-right-radius: 30%;
	border-top-left-radius: 30%;
}

.accounts-carousel .slick-prev:not(.slick-disabled):hover:before,
.accounts-carousel .slick-prev:not(.slick-disabled):focus:before,
.accounts-carousel .slick-next:not(.slick-disabled):hover:before,
.accounts-carousel .slick-next:not(.slick-disabled):focus:before,
.accounts-carousel .slick-prev:not(.slick-disabled):hover:after,
.accounts-carousel .slick-prev:not(.slick-disabled):focus:after,
.accounts-carousel .slick-next:not(.slick-disabled):hover:after,
.accounts-carousel .slick-next:not(.slick-disabled):focus:after {
	opacity: 0.75;
}

.features-table .none {
	display: none;
}

.features-table {
	position: relative;
	margin: 0 20px;
}

.features-table.top {
	background-color: #f8f8f8;
	height: 100%;
}

.features-table.top:after {
	min-height: 50px;
	content: "";
	position: absolute;
}

.features-table.top h2 {
	margin-bottom: 0.75rem;
	font-weight: 300;
}

.features-table.top .table-row-mobile {
	padding-left: 20%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.features-table.top .table-row-mobile .button-menu-mobile {
	cursor: pointer;
	padding: 0px;
}

.table-row-mobile .button-mobile {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	width: 100%;
	display: block;
	margin-bottom: 0;
}

.table-row-mobile .button-menu-mobile.active .button-mobile {
	border: 1px solid #007aff;
	color: #007aff;
}

.features-table.top .table-row-mobile .button-menu-mobile:hover {
	border-bottom: 1px solid #e30613;
}

.features-table.top .title-container {
	position: relative;
	padding-top: 1.75rem;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
}

.features-table.top .most-popular {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(45deg) translateY(-125px);
	text-transform: uppercase;
	color: #fff;
	background-color: #007aff;
	width: 150px;
	height: 150px;
	font-size: 10px;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 10px;
}

.features-table.top .most-popular-text {
	width: 50px;
	text-align: center;
}

.features-table.top .title-table {
	position: relative;
	z-index: 2;
}

.features-table.top .subtitle-feature {
	height: 38px;
}

.features-table.top .subtitle-feature.has-subtitle {
	display: flex;
	justify-content: center;
	background-color: #007aff;
	padding: 0.55rem 0;
	margin-bottom: 0;
	color: white;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
	gap: 0.25rem;
}

.features-table.top .subtitle-table {
	color: #ccc;
	font-weight: 400;
	font-size: 14px;
}

.features-table.top .features-container-wrapper {
	padding: 20px 30px;
	position: relative;
	z-index: 2;
}

.features-table.top .feature-container {
	padding: 0.5rem 0;
	border-bottom: 1px solid rgb(214, 214, 214);
	display: table;
	width: 100%;
}

.features-table.top .feature-container .feature {
	width: 74%;
	padding-right: 1%;
	display: table-cell;
	vertical-align: middle;
}

.features-table.top .feature-container .feature span,
.features-table.top .feature-container .feature .superindex {
	vertical-align: super;
	font-size: 12px;
}

.features-table.top .feature-container .feature small {
	vertical-align: normal;
	font-size: 12px;
}

.features-table.top .feature-button-container small {
	display: block;
	font-size: 12px;
	width: 100%;
	color: #999;
	font-weight: 300;
	margin-top: 5px;
}

.features-table.top.raw-spread .feature-container .feature small {
	display: none;
}

.features-table.top h2 {
	font-size: 1.7rem;
}

.features-table.top .feature-container .price-feature {
	width: 25%;
	font-size: 2rem;
	display: table-cell;
	border-collapse: collapse;
	text-align: right;
	font-weight: 300;
}

.features-table.top .feature-container .price-feature img.available-icon {
	max-width: 42px;
}

.features-table.top .feature-button-container {
	position: relative;
	text-align: center;
	padding: 2.5rem 0;
	padding: 10px 30px;
	z-index: 2;
}

.features-table.top .feature-button-container .btn-container {
	width: 100%;
}

.features-table.top .feature-button-container .button {
	width: 100%;
	margin-bottom: 0.75rem;
	padding: 12px 25px;
	white-space: normal;
	background-color: transparent;
	border: 1px solid #007aff;
	color: #007aff;
	transition: all 0.3s ease;
}

.features-table.top .feature-button-container .btn-container br {
	display: none;
}

.features-table.top .feature-button-container .btn-container span {
	display: block;
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.features-table.top .feature-container .alert-text {
	color: #555;
	font-size: 0.9rem;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.features-table.top .link-account {
	min-height: 60px;
	text-transform: uppercase;
}

.features-table.top .link-account a:hover {
	text-decoration: underline;
	color: #007aff;
}

.accounts-carousel-slide .features-table.top {
	transition: all 0.3s ease;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.accounts-carousel-slide .features-table.top:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
}

.accounts-carousel-slide .features-table.top:hover .title-container {
	background-color: #007aff;
	color: #fff;
}

.accounts-carousel-slide
	.features-table.top:hover
	.subtitle-feature.has-subtitle {
	color: #007aff;
	background-color: #fff;
	border-left: solid 2px #007aff;
	border-right: solid 2px #007aff;
}

.accounts-carousel-slide .features-table.top:hover .most-popular {
	color: #007aff;
	background-color: #fff;
}

.accounts-carousel-slide .features-table:hover:before {
	content: "";
	box-shadow: 0 0 0 2px #007aff inset;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.accounts-carousel-slide .features-table:before {
	transition: all 0.3s ease;
}

.accounts-carousel-slide
	.features-table.top:hover
	.feature-button-container
	.button {
	background-color: #007aff;
	color: #fff;
}

.atq-all-accounts {
	display: none !important;
}

.features-table {
	margin: 0;
}

@media (max-width: 1281px) {
	.tables-top {
		margin-bottom: 0;
	}

	.tables-top .container {
		margin-top: 0;
	}

	.has-4-slides #carousel3d,
	.has-5-slides #carousel3d {
		margin: -4rem 0;
	}

	.has-4-slides .accounts-carousel .accounts-carousel-slide,
	.has-5-slides .accounts-carousel .accounts-carousel-slide {
		transition: all 0.6s ease;
	}

	.has-4-slides .accounts-carousel {
		transform: scale(0.65);
		padding: 85px 0;
	}

	.has-4-slides .accounts-carousel .accounts-carousel-slide:hover {
		transform: scale(1.45);
	}

	.has-5-slides .accounts-carousel {
		transform: scale(0.5);
		padding: 60px 0 45px;
	}

	.has-5-slides .accounts-carousel .accounts-carousel-slide:hover {
		transform: scale(1.7);
	}
}

@media screen and (max-width: 1200px) {
	.features-table.top .feature-container .price-feature {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 991px) {
	.tables-top .container {
		background-image: url(../../../../themes/bdswiss-main/lib/slick/ajax-loader.gif);
		background-repeat: no-repeat;
		background-position: center;
	}

	.tables-top .container.loaded {
		background-image: none;
	}

	.tables-top.has-4-slides .container,
	.tables-top.has-5-slides .container {
		margin-top: 0;
	}

	#carousel3d {
		height: 500px;
		visibility: hidden;
		margin: 0;
	}

	.loaded #carousel3d {
		height: auto;
		visibility: visible;
	}

	.accounts-carousel {
		width: 700px;
		margin: 0 auto;
		transform: none;
		display: block;
		padding: 0;
	}

	.has-4-slides .accounts-carousel,
	.has-5-slides .accounts-carousel {
		transform: none;
		padding: 50px 0;
	}

	.has-4-slides .accounts-carousel .accounts-carousel-slide,
	.has-5-slides .accounts-carousel .accounts-carousel-slide {
		flex-basis: 0;
	}

	.accounts-carousel .accounts-carousel-slide {
		margin: 0 20px;
		max-width: none;
	}

	.has-4-slides .accounts-carousel .accounts-carousel-slide:hover,
	.has-5-slides .accounts-carousel .accounts-carousel-slide:hover {
		transform: none;
	}

	.features-table.top .feature-container .price-feature {
		font-size: 1.8rem;
	}

	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before,
	.slick-prev.slick-disabled:after,
	.slick-next.slick-disabled:after {
		opacity: 0.25;
	}

	.accounts-carousel .slick-next {
		right: -20px;
	}

	.accounts-carousel .slick-prev {
		left: -20px;
	}

	.tables-container .container,
	.container.after-table-text {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.accounts-carousel {
		width: 400px;
	}

	.features-table.top .feature-container .price-feature {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 479px) {
	.accounts-carousel .accounts-carousel-slide {
		min-width: 0;
	}

	.accounts-carousel {
		width: 80vw;
	}

	.accounts-carousel .slick-next {
		right: -6%;
	}

	.accounts-carousel .slick-prev {
		left: -6%;
	}

	.features-table.top h2 {
		font-size: 1.6rem;
	}

	.features-table.top .feature-container .price-feature {
		font-size: 1.6rem;
	}

	.features-table.top .features-container-wrapper {
		padding: 10px 15px;
	}

	.features-table.top .feature-button-container {
		padding: 10px 15px;
	}

	.features-table.top .feature-container .feature {
		font-size: 14px;
	}

	.features-table.top .feature-button-container .button {
		font-size: 15px;
	}

	.features-table.top .feature-button-container .btn-container span {
		font-size: 11px;
	}

	.features-table.top .feature-container .feature span,
	.features-table.top .feature-container .feature .superindex {
		font-size: 10px;
	}
}

/*****************
**              **
**  Comparison  **
**              **
*****************/
.tables-top .col-lg-3 {
	padding: 0;
}

.link-raw {
	display: block;
	font-weight: 300;
	color: #999;
	font-size: 12px;
	padding: 5px 0px 20px;
}

.raw-dedicated-page .link-raw {
	display: none;
}

.ribbon {
	position: absolute;
	right: 18px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#0e1201 0%, #000000 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #000000;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #000000;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #000000;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #000000;
}

.after-list {
	display: grid;
	font-size: 12px;
	list-style-type: item;
	margin-bottom: 50px;
	margin-top: 40px;
	counter-reset: item;
	gap: 0.5rem;
}

@media (min-width: 992px) {
	.after-list {
		margin-top: 10px;
	}
}

.after-list li {
	display: block;
	margin-left: 2em;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}

.after-list li:before {
	content: counter(item) "";
	counter-increment: item;
	display: inline-block;
	text-align: right;
	width: 30px;
	padding-right: 7px;
	margin-left: -30px;
	font-size: xx-small;
	position: absolute;
	top: 2px;
}

.superindex {
	vertical-align: super;
	font-size: 11px;
}

.container-trading-bar {
	margin-top: 5.5rem;
	margin-bottom: 6.5rem;
}

.table-features-wrapper {
	display: block;
	width: 100%;
}

.table-features {
	display: table;
	width: 100%;
	max-width: 750px;
	margin-bottom: 1rem;
	border-collapse: collapse;
}

.raw-info .table-features {
	margin-bottom: 2rem;
}

.table-features.double .table-features-row {
	height: 80px;
}

.table-features .table-features-row div.mobile-title {
	display: none;
}

.table-features .table-features-row .feature-value {
	display: block;
	width: 100%;
	text-align: center;
}

.table-features img.available-icon-color {
	max-width: 18px;
}

.table-features .table-features-row {
	display: table-row;
	font-weight: 300;
	margin-top: 4rem;
	margin-bottom: 2rem;
	height: 40px;
	background-color: #fff;
}

.table-features .table-features-row.heading {
	font-weight: 500;
}

.table-features div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.table-features div.fixed {
	display: table-cell;
}

.table-features div:nth-child(1) {
	text-align: left;
}

.table-features .table-features-row &gt; div {
	padding: 1rem;
}

.table-features .table-features-row .feature {
	font-weight: 400;
}

.table-features:nth-child(odd) {
	background-color: #f7f9fa;
}

.table-features .table-features-row:nth-child(2n + 1) {
	background-color: rgb(247, 249, 250);
}

.table-features .table-features-row:nth-child(2n + 1) .fa-times:before,
.table-features .table-features-row:nth-child(2n + 1) .fa-check:before {
	-webkit-text-stroke: 5px rgb(247, 249, 250);
}

.table-features .table-features-row.heading {
	background-color: #d6d6d6;
}

.table-features .table-features-row.buttons {
	line-height: 35px;
	background-color: rgb(255, 255, 255);
	z-index: 10;
}

.table-features .table-features-row.buttons .button {
	font-size: 14px;
	margin-top: 0;
	padding: 9px 12px;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.2;
	transition: all 0.3s ease;
	white-space: break-spaces;
}

.table-features .table-features-row.buttons .button-row small {
	color: rgb(153, 153, 153);
	font-size: 12px;
	display: block;
	margin: 0px auto 10px;
}

.table-features .table-features-row .feature.average-spread .rotator-prices {
	cursor: pointer;
	color: #007aff;
}

.table-features .table-features-row .feature.average-spread span {
	display: inline-block;
	margin: 0;
	color: #000;
	font-size: 14px;
}

.table-features .table-features-row .feature span {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}

.table-features-row.buttons.sticky {
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	line-height: unset;
	width: 100%;
	height: 90px;
	padding-top: 15px;
}

.table-features .table-features-row.buttons.sticky small {
	color: rgb(153, 153, 153);
	font-size: 12px;
	display: block;
	margin: 2px auto 10px;
}

.table-features .button {
	padding: 12px 25px;
}

.fa-times:before,
.fa-check:before {
	font-size: 30px;
	-webkit-text-stroke: 5px white;
}

.fa.blue {
	color: #007aff;
}

.fa.red {
	color: #d41920;
}

.blue-row {
	background-color: #cce4ff;
	padding-top: 2rem;
	padding-bottom: 1rem;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: 300;
	position: sticky;
	z-index: 10;
	bottom: 0;
	margin-top: 300px;
}

.blue-row.row {
	margin-left: 0px;
	margin-right: 0px;
}

.blue-row .button {
	padding: 12px 25px;
}

.blue-row .none {
	display: none;
}

.table-features-row.buttons.none {
	display: none;
}

.slider-container .irs-handle {
	cursor: pointer;
}

.blue-row .estimated-block {
	text-align: right;
}

.blue-row .estimated-block .estimated {
	font-weight: 400;
	font-size: 0.9rem;
	text-align: right;
}

.blue-row .plan-row .description {
	font-weight: 500;
	display: inline-block;
}

.blue-row #monthly-cost {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4rem;
}

.blue-row .account-name-mobile {
	display: none;
}

.blue-row .plan-row .feature {
	min-width: 180px;
	display: inline-block;
	vertical-align: top;
}

.blue-row .terms-link a {
	color: rgb(153, 153, 153);
	font-size: 12px;
	margin-top: 2px;
}

.blue-row .terms-link a:hover {
	color: rgb(153, 153, 153);
	text-decoration: underline;
}

.blue-row small {
	display: block;
	color: rgb(153, 153, 153);
	font-size: 12px;
	display: block;
	margin: 5px auto 0px;
}

.table-row-mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 50px;
}

.table-row-mobile .button-menu-mobile {
	cursor: pointer;
	text-align: center;
}

.table-row-mobile .button-menu-mobile {
	cursor: pointer;
	flex: 0 1 170px;
}

#plan div {
	cursor: pointer;
}

.slider-container {
	margin-top: -15px;
}

.slider-container .irs-min,
.irs-max {
	display: none;
}

.slider-container .irs-min,
.irs-max .irs--round .irs-line {
	top: 29px;
	height: 19px;
	background-color: #dee4ec;
	border-radius: 4px;
}

.slider-container .irs-min,
.irs-max.irs-handle {
	cursor: pointer;
}

.slider-container .irs-min,
.irs-max .irs-bar.irs-bar--single {
	height: 18px;
	top: 29px;
}

.irs-single {
	display: none !important;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.monthly-estimate + div,
.monthly-estimate + div + div,
.monthly-estimate + div + div + div {
	font-weight: 500;
}

h2.center {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.irs--round .irs-bar {
	top: 31px;
	height: 13px;
	background-color: #006cfa;
}

.irs--round .irs-line {
	top: 31px;
	height: 13px;
	background-color: rgb(247, 249, 250);
	border-radius: 4px;
}

.irs--round .irs-handle {
	top: 29px;
	width: 17px;
	height: 17px;
	border: 2px solid #006cfa;
}

#choosen-lots {
	font-weight: 500;
}

.main-hr {
	border-color: #007aff;
}

.top-features-points {
	min-height: 375px;
}

.top-features-points li p {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-weight: 400;
}

.top-features-points li p i {
	margin-right: 10px;
}

.minimum-deposit ~ div,
.instruments ~ div span.bolder {
	font-weight: 400;
}

.tables-top .cbc_content {
	display: block;
}

.tables-top .container .col-lg-3 {
	display: flex;
}

@media screen and (max-width: 992px) {
	.tables-top .container .col-lg-3 {
		display: block;
	}
}

/*************************/
/*                       */
/*     Dark theme        */
/*                       */
/*************************/

/* Common variables  */
.dark-theme {
	--main-bg-color: #0c0c0c;
	--main-font-color: #fff;
	--row-light-color: rgba(255, 255, 255, 0.12);
	--table-header-color: rgba(119, 119, 119, 0.6);
	--icon-stroke-light-color: #2a2a2a;
}

body.dark-theme {
	color: var(--main-font-color);
	background: var(--main-bg-color);
}

.dark-theme .table-features.dark {
	color: var(--main-font-color);
}

.dark-theme
	.table-features.dark
	.table-features-row:nth-child(2n + 1)
	.fa-times:before,
.dark-theme
	.table-features.dark
	.table-features-row:nth-child(2n + 1)
	.fa-check:before {
	-webkit-text-stroke: 5px var(--icon-stroke-light-color);
}

.dark-theme
	.table-features.dark
	.table-features-row:nth-child(even)
	.fa-times:before,
.dark-theme
	.table-features.dark
	.table-features-row:nth-child(even)
	.fa-check:before {
	-webkit-text-stroke: 5px var(--main-bg-color);
}

.dark-theme .table-features.double.dark .table-features-row:nth-child(2n) {
	background-color: var(--main-bg-color);
}

.dark-theme
	.table-features.double.dark
	.table-features-row:nth-child(2n + 1):not(:first-child) {
	background-color: var(--row-light-color);
}

.dark-theme .table-features.dark .table-features-row.heading {
	background-color: var(--table-header-color);
}

.dark-theme
	.table-features.dark
	.table-features-row
	.feature.average-spread
	span {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: var(--main-font-color);
	font-size: 1rem;
}

.dark-theme .table-row-mobile .button-menu-mobile {
	background-color: var(--main-bg-color);
}

.dark-theme .table-row-mobile .button-mobile {
	background-color: var(--table-header-color);
	color: var(--main-font-color);
}

.table-features .table-features-row div {
	display: none;
}

.table-features .table-features-row div {
	display: table-cell;
}

.table-features .table-features-row div.active {
	display: table-cell;
}

.table-features .table-features-row .fixed {
	display: table-cell;
	width: 250px;
	border-right: 1px solid #d6d6d6;
}

.table-features .table-features-row .feature .text-rotator {
	padding: 0 5px;
}

.table-features-row.buttons.sticky {
	width: 100%;
	left: 0px;
	padding-right: 9%;
}

.table-row-mobile {
	display: none;
}

.tables-container .container {
	padding: 0;
}

.table-features {
	table-layout: fixed;
	position: relative;
	max-width: none;
	font-size: 14px;
}

.table-features .table-features-row &gt; div {
	width: 150px;
}

.table-features .table-features-row.heading .grey.fixed {
	background-color: #d6d6d6;
	border-right-color: #f7f9fa;
}

span.btn_warning {
	display: block;
	line-height: 1.2;
}

/* RESPONSIVE CLASSES */

@media screen and (min-width: 992px) {
	.blue-row {
		padding-bottom: 3.5rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.tables-container .container {
		width: 900px;
	}
}

@media screen and (max-width: 1200px) {
	.table-features-row.buttons.sticky {
		width: auto;
		padding-right: 5%;
	}

	.table-features .table-features-row .fixed {
		width: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.table-features .table-features-row .fixed {
		width: 120px;
	}

	.table-features .table-features-row &gt; div {
		width: 120px;
	}
}

@media screen and (max-width: 991px) {
	.table-row-mobile {
		display: flex;
	}

	.table-features {
		max-width: 500px;
		margin: 0 auto;
	}

	.table-features .table-features-row .fixed {
		width: 100px;
	}

	.table-features .table-features-row &gt; div {
		width: 100px;
	}

	.table-features .table-features-row div {
		display: none;
	}

	.table-features .table-features-row div.active {
		display: table-cell;
	}

	.template-flexible-full-width-bottom-line {
		background-color: #fff !important;
	}

	.blue-row {
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.table-features .table-features-row .fixed {
		display: table-cell;
	}

	.table-features-row.buttons.sticky {
		width: 100%;
		left: 0px;
		padding: 2%;
		height: 95px;
	}

	.blue-row.block {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		font-size: 0.8rem;
		line-height: 1.1rem;
	}

	.blue-row .estimated-block div {
		text-align: left;
		float: none;
	}

	.blue-row .plan-row,
	.blue-row .estimated {
		text-align: left;
		float: none;
	}

	.blue-row .button {
		text-align: center;
		display: block;
		margin: 0px auto;
	}

	.container-trading-bar {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}

	.blue-row .account-name-mobile {
		font-size: 1.3rem;
		font-weight: 400;
		display: block;
	}

	.raw-info .table-features-row.buttons {
		display: none;
	}

	.raw-info .raw-tables {
		margin-bottom: 3rem;
	}

	.blue-row .estimated-block .estimated {
		font-weight: 300;
		text-align: left;
	}

	.blue-row .estimated-block .estimated span {
		font-weight: 500;
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 550px) {
	.table-row-mobile .button-menu-mobile {
		flex-basis: 150px;
	}

	.table-row-mobile .button-mobile {
		background-color: #fff;
		color: #000;
		cursor: pointer;
		font-size: 14px;
		width: 100%;
	}

	.blue-row {
		padding-bottom: 4rem;
		padding-top: 1.5rem;
	}
}

@media screen and (max-width: 500px) {
	.blue-row .col-md-2.col-sm-2.col-xs-4.center {
		width: 100%;
		margin-top: 20px;
	}

	.blue-row .col-md-4.col-sm-4.estimated-block.col-xs-8 {
		width: 100%;
		text-align: center;
	}

	.blue-row .estimated-block div,
	.blue-row .estimated-block .estimated {
		text-align: center;
	}

	.blue-row .button {
		display: inline-block;
	}
}

@media screen and (max-width: 479px) {
	.table-features {
		max-width: 300px;
	}

	.table-features .table-features-row .fixed {
		display: none;
	}

	.table-features .table-features-row div.mobile-title {
		display: block;
		width: 100%;
		text-align: center;
	}

	.table-features.double .table-features-row &gt; div {
		padding: 1rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.col-sm-pull-4 {
		right: 0% !important;
	}

	.col-sm-push-4 {
		left: 0% !important;
	}
}

html[dir="rtl"] .table-features .table-features-row .fixed {
	text-align: right;
}

html[dir="rtl"]
	.table-features
	.table-features-row
	.feature.average-spread
	.rotator-prices.fa-chevron-left:before {
	content: "\f054";
}

html[dir="rtl"]
	.table-features
	.table-features-row
	.feature.average-spread
	.rotator-prices.fa-chevron-right:before {
	content: "\f053";
}

html[dir="rtl"] .slick-prev:before {
	transform: rotate(35deg);
}

html[dir="rtl"] .slick-prev:after {
	transform: rotate(-35deg);
}

html[dir="rtl"] .slick-next:before {
	transform: rotate(35deg);
}

html[dir="rtl"] .slick-next:after {
	transform: rotate(-35deg);
}

html[dir="rtl"] .features-table.top .feature-container .price-feature {
	text-align: left;
}

html[dir="rtl"] .table-features .table-features-row.heading .grey.fixed {
	border-right: 0;
	border-left: 1px solid #f7f9fa;
}

html[dir="rtl"] .table-features .table-features-row .fixed {
	border-right: 0;
	border-left: 1px solid #d6d6d6;
}

html[dir="rtl"] .after-list {
	margin-left: 0;
	margin-right: 30px;
}

html[dir="rtl"] .after-list li:before {
	margin-right: -2em;
	margin-left: -1em;
}
</pre></body></html>