@charset "UTF-8";

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr, acronym {
	border: 0;
}
iframe::-webkit-scrollbar {
	display: none;
}
html {
  scroll-behavior: smooth;
}


/* General styles */

body {
	font-family: "Gilroy", Verdana, san-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #161717;
	background: #e5e5e5;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.inline {
	vertical-align: middle;
}
h1, h2, h3 {
	font-family: "Gilroy", Verdana, san-serif;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: .25em;
}
h1 {
	font-size: 2.25em;
	margin-bottom: .5em;
}
h2 {
  font-size: 2.3em;
	margin-bottom: .5em;
	line-height: 1.1;
}
h3 {
  font-size: 1.25em;
}
h4 {
	font-size: 1.2em;
}
h1 br {
	display: none;
}
p {
	margin-bottom: 10px;
}
p.small {
  font-size: .7em;
  margin-top: 10px;
	text-align: center;
	margin-bottom: 35px;
}
span.small {
  font-size: .5em;
  font-weight: normal;
}
table p {
  margin-bottom: 0;
}
th, td {
  padding: 8px;
  text-align: center;
  font-size: .95em;
}
strong, b {
  font-weight: bold;
}
ul {
	padding-left: 30px;
}
[dir=rtl] ul {
	padding-left: 0;
	padding-right: 30px;
}
ul li {
	padding: 10px 0;
	list-style-type: disc;
}

/* Brand styles */

.btn {
	display: block;
	width: 100%;
	padding: .8em 1em 1em;
	color: #fff;
	background: linear-gradient(300deg, #ff6770 17.81%, #ff4b55 81.86%);
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	transition: all .3s;
	box-sizing: border-box;
	border-radius: 8px;
	max-width: 13em;
	margin: 30px auto 0;
}
.btn:hover {
	background: #13121b;
	color: #fff;
}
.btn-small {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 9px 15px;
	background: linear-gradient(300deg, #ff6770 17.81%, #ff4b55 81.86%);
	min-width: 150px;
	font-size: 1.125em;
}
.btn-small:hover {
	background: #13121b;
}
.markets-logo {
	display: inline-block;
}
.logo-x { 
	width: 200px;
	display: block;
}
.circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1;
}
.yellow {
	background-color: #fed86c;
}
.lilac {
	background-color: #cacdfc;
}
.green {
	background-color: #aee69d;
}
.turquoise {
	background-color: #87e1d7;
}

/* Embedded video */

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	margin-top: 40px;
}
.video-container iframe {
	width: 50%;
	height: 230px;
}


/* Layout styles */

.container {
	width: 90%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
/*	padding: 20px 0;*/
}
.container.narrow {
	width: 100%;
	max-width: 1150px;
}

.container > div {
	box-sizing: border-box;
	width: 100%;
}
.col-2, .col-3, .col-4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.col-2 > div, .col-3 > div, .col-4 > div {
	box-sizing: border-box;
}
 
@media (min-width: 1181px) {
  .col-2 > div {
    width: 50%;
  }
  .col-2 > div.wide {
    width: 58%;
  }
  .col-2 > div.narrow {
    width: 37%;
  }
  .col-3 > div {
    width: 33%;
  }
  .col-4 > div {
    width: 25%;
  }
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 581px) and (max-width: 1180px) {
  .col-2 > div {
    width: 100%;
  }
  .col-3 > div {
    width: 33%;
  }
  .col-4 > div {
    width: 50%;
  }	
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 580px) {
  .col-2 > div {
    width: 100%;
  }
  .col-3 > div {
    width: 33%;
  }
  .col-4 > div {
    width: 25%;
  }	
  .hidden-sm {
    display: none;
  }
}

/* Page Styles */


header .container {
	padding: 20px 0;
	align-items: center;
}

#section-1 .container {
	width: 100%;
	background-color: #fff;
	border-radius: 24px;
	padding: 48px;
}

.trustpilot-widget-wrap {
	border: 1px solid #E6E6EF;
	border-radius: 12px;
	padding: 24px;
	margin-top: 40px;
	background: url(../images/trustpilot.png) center right/cover no-repeat;
	display: flex;
	align-items: center;
}
[dir=rtl] .trustpilot-widget-wrap {
	background: url(../images/trustpilot-rtl.png) center left/cover no-repeat;
}

#leadform-form {
	max-width: 412px;
}

#leadform-form .form_wrapper {
	font-family: "Gilroy", Verdana, san-serif !important;
}

#leadform-form .form_wrapper .mid_wrapper .bonus_holder {
	margin-top: 10px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth.branded-sso .or-line {
	margin: 22px 0 10px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth.branded-sso .or-line:before, #leadform-form .form_wrapper .mid_wrapper .external-auth.branded-sso .or-line:after {
	border-bottom-color: #e8e8e8;
	width: 60px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth {
	margin-bottom: 10px !important;
}

#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-apple {
	background: url(../images/apple.png) center center/contain no-repeat !important;
}
#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-goog {
	background: url(../images/google.png) center center/contain no-repeat !important;
}
#leadform-form .form_wrapper .mid_wrapper .external-auth.display-sso-icons .ext-buttons.ext-buttons-fb {
	background: url(../images/facebook.png) center center/contain no-repeat !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_title {
	font-size: 14px !important;
	text-align: inherit !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input {
	border: 1px solid #D0D1D1 !important;
	padding: 15px !important;
	border-radius: 8px !important;
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #aaa !important;
	background-color: #fff;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input#telephone {
    padding-left: 40px !important;
}

[dir=rtl] #leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input input#telephone {
	padding-left: 0 !important;
	padding-right: 40px !important;
}

#leadform-form .form_wrapper .mid_wrapper .form_holder .button {
	background: linear-gradient(300deg, #ff6770 17.81%, #ff4b55 81.86%) !important;
	border-radius: 8px !important;
	padding: 15px !important;
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700;
}

#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure, #leadform-form .form_wrapper .mid_wrapper .legal, #leadform-form .form_wrapper .mid_wrapper .legal span {
	font-size: 12px !important;
	color: #8A8B8B !important;
}

.gdpr-disclosure a {
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700;
	color: #161717 !important;
}

.layer_text {
	margin: 0 auto !important;
}

.row-password2 .field_title {
	display: none;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: 0 !important;
}

/* Desktop View */

@media (min-width: 1181px) {
	h2 {
		margin-left: 30px;
	}
	#section-1 {
		padding: 0 0 60px;
	}
	#section-1 .container .wide {
		border: 1px solid #E6E6EF;
		border-radius: 24px;
		padding: 84px 48px 48px;
		background: url(../images/bkgr.png) center right/cover no-repeat;
	}
	[dir=rtl] #section-1 .container .wide {
		background: url(../images/bkgr-rtl.png) center left/cover no-repeat;
	}	
	div.hidden-sm {
		text-align: right;
	}
	[dir=rtl] div.hidden-sm {
		text-align: left;
	}
	ul {
		font-size: 1.125em;
	}
	ul li {
		padding: 10px 0;
	}
	#leadform-form {
		margin: 0 auto 0 30px;
	}
	.trustpilot-widget-wrap h3 {
		width: 25%;
	}
	.trustpilot-widget {
		width: 90%;
		left: -10%;
	}
	[dir=rtl] .trustpilot-widget {
		left: auto;
		right: -10%;
	}
}


/* Small Desktop View */

@media (max-width:1180px) {
	h2 {
		text-align: center;
	}
	#section-1 .container {
		padding: 36px 24px 98px 24px;
		margin-bottom: -50px;
		background: #fff url(../images/bkgr-mob.png) bottom center/100% auto no-repeat;
	}
	#section-1 .container .wide > div {
		max-width: 412px;
		margin: 0 auto;
	}
	#leadform-form {
		margin: 0 auto 30px;
	}
	#leadform-form .form_wrapper .mid_wrapper .footer_holder {
		background: #FAFAFA;
		border-radius: 6px;
		padding: 20px;
		box-sizing: border-box;
	}
	#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure, #leadform-form .form_wrapper .mid_wrapper .legal, #leadform-form .form_wrapper .mid_wrapper .legal span {
		margin-top: 0 !important;
	}
	.trustpilot-widget-wrap h3 {
		width: 30%;
	}
}

@media (max-width:760px) {
	.trustpilot-widget-wrap {
		background: #fff;
		flex-direction: column;
	}
	.trustpilot-widget-wrap h3 {
		width: 100%;
		text-align: center;
	}
}

/* Mobile View */

@media (max-width:580px) {
	.markets-logo {
		width: 190px;
		height: 23px;
	}
	header .container {
		padding: 20px 0;
	}
	h1 {
		font-size: 1.625em;
	}
	h2 {
		font-size: 2.125em;
	}
	h3 {
		font-size: 1.1em;
		margin-bottom: .5em;
	}
	h4 {
		font-size: 1.1em;
	}
	ul li {
		padding: 5px 0;
	}
	#leadform-form, #section-1 .container .wide > div {
		max-width: 100%;
	}
	.trustpilot-widget-wrap {
		padding: 16px;
	}
}


/* Footer */

footer {
	background-color: #161717;
	color: #acafaf;
	padding-top: 30px;
	padding-bottom: 90px;
	border-radius: 24px 24px 0px 0px;
}

footer .container {
  font-size: .75em;
}

footer strong{
	font-size:18px;
	font-weight:600;
}

footer a{
	text-decoration:underline;
	color:white;
}
.footer-links a {
	color: #09C6F9;
	text-decoration:none;
}
footer p {
  margin-bottom: 20px;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
	margin-right: 14px;
	margin-left: 0;
}
[dir=rtl] .awards img.logo-footer {
	margin-right: 0;
	margin-left: 14px;
}

.disclaimer .title {
	text-transform: uppercase;
}

.disclaimer strong {
	color: #fff;
	font-family: "Gilroy", Verdana, san-serif !important;
	font-weight: 700;
}

.rw-fixed {
	position: fixed;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e4e4e4;
	color: #3a424c;
	box-sizing: border-box;
	padding: 10px 0 8px;
	font-size: 14px;
	text-align: center;
	z-index: 1000;
}

.rw-fixed .container {
	padding: 0;
}

@media (min-width: 1181px) {
  footer {
		padding-top: 50px;
	}
	footer .col-2 > div.wide {
    width: 65%;
  }
  footer .col-2 > div.narrow {
    width: 25%;
  }
	.disclaimer .title {
		font-size: 14px;
	}
  .awards img {
    margin: 10px 20px;
  }
  .awards br {
    display: none;
  }
}

@media (max-width: 580px) {
	.awards img.logo-footer {
		width: 190px;
		height: 23px;
	}
}