@import url('https://fonts.googleapis.com/css?family=Karma:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500');
a {
	text-decoration: none;
	color: inherit;
}

ul > li,
ol > li {
	line-height: 1.8;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.alert {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	visibility: visible;
	opacity: 1;
	z-index: 13;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #212942;
	background: #f8f9fc;
	position: fixed;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	padding: 1rem 1.2rem;
}

@media screen and (min-width: 660px) {
	.alert {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		left: 1rem;
		max-width: 20rem;
	}
}

.alert.hidden {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.alert h3 {
	font-size: 0.85rem;
	font-weight: 500;
	margin: 0;
}

.alert .button {
	font-size: 0.8rem;
	margin: 0.7rem auto 0;
}

@media screen and (min-width: 660px) {
	.alert .button {
		margin: 0.7rem 0 0 auto;
	}
}

body {
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #b2bbd5;
}

body.page-loaded {
	opacity: 1 !important;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

body.page-loaded:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%2326304f' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23273152'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

body.noScroll {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.container__top .section {
	margin-top: 8rem;
}

.header {
	margin: 0 1.1rem;
}

@media screen and (min-width: 660px) {
	.header {
		margin: 0 4rem;
		padding: 1rem 0;
	}
}

@media screen and (min-width: 1024px) {
	.header {
		margin: 0 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.header {
		max-width: 1200px;
		margin: 0 auto;
	}
}

.header.sticky {
	position: fixed;
	width: calc(100% - 2.4rem);
	padding: 0.3rem 0;
	z-index: 10;
	top: 0;
	background: rgba(33, 41, 66, 0.6);
}

@media screen and (min-width: 660px) {
	.header.sticky {
		width: calc(100% - 8rem);
	}
}

@media screen and (min-width: 1024px) {
	.header.sticky {
		width: calc(100% - 16rem);
	}
}

@media screen and (min-width: 1600px) {
	.header.sticky {
		max-width: 1200px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 768px) {
	.header.sticky .container {
		height: 3rem;
	}
}

.header.sticky .logo img {
	width: 5rem;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
}

.header.sticky .nav {
	margin-bottom: 0;
}

.header.sticky .nav a {
	font-size: 1rem;
}

.header__inner {
	display: none;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.header__inner--mobile {
	display: block;
}

@media screen and (min-width: 768px) {
	.header__inner--mobile {
		display: none;
	}
}

.header .container {
	height: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem 0;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.header .container {
		height: 3rem;
	}
}

@media screen and (min-width: 768px) {
	.header .container {
		height: auto;
		margin: 0;
	}
}

.header .menu-toggle.close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	padding: 2rem;
}

.header .menu-toggle.close img {
	width: 1.7rem;
}

.header .menu-toggle img {
	width: 2rem;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 1rem;
}

.nav__inner {
	height: 100%;
	margin-top: 7rem;
}

.nav .item {
	margin-left: 2rem;
	padding: 1rem 2rem;
}

@media screen and (min-width: 768px) {
	.nav .item {
		padding: 0;
	}
}

.nav .item a {
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
	letter-spacing: 1.3px;
	margin: 0;
	color: #cfd6ec;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	white-space: nowrap;
}

.nav .item a:hover {
	color: #8990ac;
}

.nav .item:hover a,
.nav .item.active a {
	color: #555d7a;
}

.nav--mobile {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background: #1e253b;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.nav--mobile {
		height: 100%;
		overflow: auto;
	}
}

@media screen and (min-width: 660px) {
	.nav--mobile {
		width: calc(100% - 8rem);
	}
}

.nav--mobile.visible {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.nav--mobile .item {
	margin-left: 0;
}

.nav--mobile .item .button {
	padding: 1rem 0;
	margin: 0;
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.form {
		max-width: 70%;
		margin: auto;
	}
}

.form .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.form .inner {
		width: 38rem;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.form .label {
	font-size: 0.85rem;
	margin-right: 1.3rem;
	min-width: 5rem;
	color: #d4d8e5;
}

.select {
	width: 4rem;
}

.select,
.datepicker {
	display: block;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: 300;
	color: #b2bbd5;
	border: 1px solid #adb5ce;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.3;
	padding: 0.5rem 1.4rem 0.5rem 0.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjUgOUwwLjEzODc4NCAwTDE0Ljg2MTIgMEw3LjUgOVoiIGZpbGw9IiM1NTVEN0EiLz4KPC9zdmc+Cg=='),
		-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjUgOUwwLjEzODc4NCAwTDE0Ljg2MTIgMEw3LjUgOVoiIGZpbGw9IiM1NTVEN0EiLz4KPC9zdmc+Cg=='),
		linear-gradient(to bottom, transparent 0%, transparent 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 0.7em top 50%, 0 0;
	background-size: 0.65rem auto, 100%;
}

.select:focus,
.datepicker:focus {
	border-color: #aaa;
	-webkit-box-shadow: 0 0 1px 0 #d4d8e5;
	box-shadow: 0 0 1px 0 #d4d8e5;
	outline: none;
}

.select .option,
.datepicker .option {
	font-weight: normal;
}

.select::-ms-expand {
	display: none;
}

*[dir='rtl'] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
	background-position: left 0.7em top 50%, 0 0;
	padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select:disabled,
.select[aria-disabled='true'] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select:disabled:hover,
.select[aria-disabled='true'] {
	border-color: #aaa;
}

.button,
.slick-arrow {
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	margin: 0;
	color: #b2bbd5;
	padding: 1rem 0.6rem;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.btn {
	height: 3.125rem;
	font-size: 1rem;
	font-weight: 300;
	display: block;
	letter-spacing: 0;
	padding: 1rem 1.3rem;
	cursor: pointer;
	-webkit-transition: background 0.4s, color 0.4s;
	transition: background 0.4s, color 0.4s;
	white-space: nowrap;
}

.btn:hover {
	color: #8990ac;
	background: #191e31;
	outline: 1px solid #555d7a;
}

.btn.cancel {
	font-weight: 400;
	color: #707692;
	border: 1px solid transparent;
	outline: none;
	background: transparent;
}

.btn.dark {
	font-size: 0.9rem;
	font-weight: 500;
	color: #b2bbd5;
	background: #141c33;
	border: none;
	outline: 1px solid #555d7a;
}


@media screen and (min-width: 660px) {
	.btn.advanced {
		margin-left: 1rem;
		height: auto;
	}
}

.arrows {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	z-index: 10;
	top: 5.3rem;
}

@media screen and (min-width: 1024px) {
	.arrows {
		top: 50%;
	}
}

.arrows .icon {
	font-size: 1.2rem;
}

@media screen and (min-width: 660px) {
	.arrows .icon {
		font-size: 1.5rem;
	}
}

.slick-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: black;
	background: transparent;
}

.slick-arrow:focus {
	outline: none;
}

.slick-arrow:hover:before {
	width: 0;
}

.slick-arrow:before {
	content: '';
	display: block;
	background: #1e253b;
	width: 2.5rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
}

.slick-arrow.prev {
	left: -0.9rem;
}

@media screen and (min-width: 660px) {
	.slick-arrow.prev {
		left: 0;
	}
}

.slick-arrow.prev:before {
	left: -3px;
}

.slick-arrow.next {
	right: -0.9rem;
}

@media screen and (min-width: 660px) {
	.slick-arrow.next {
		right: 0;
	}
}

.slick-arrow.next:before {
	left: auto;
	right: 3px;
}

.slick-arrow.slick-disabled {
	visibility: hidden;
}

.logo img {
	width: 8rem;
}

@media screen and (min-width: 660px) {
	.logo img {
		width: 9.5rem;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.logo img {
		width: 6rem;
	}
}

.section {
	position: relative;
	z-index: 1;
	padding: 1.2rem;
}

@media screen and (min-width: 660px) {
	.section {
		padding: 2rem 4rem;
	}
}

@media screen and (min-width: 1024px) {
	.section {
		padding: 2rem 4rem;
	}
}

@media screen and (min-width: 1600px) {
	.section {
		max-width: 1400px;
		padding: 0;
		margin: 2rem auto;
	}
}

.section__data {
	margin: 4rem auto 0;
	overflow: hidden;
}

.section__data .subheading {
	font-size: 20px;
	font-weight: 300;
}

@media (min-width: 1200px) {
	.section__data .subheading {
		width: 60%;
	}
}

.section__news {
	padding: 0;
	margin: 4rem 1.2rem 1.2rem 1.2rem;
}

@media screen and (min-width: 660px) {
	.section__news {
		margin: 4rem;
	}
}

@media screen and (min-width: 1024px) {
	.section__news {
		margin: 8rem 8rem 5rem;
	}
}

@media screen and (min-width: 1600px) {
	.section__news {
		margin: 8rem auto;
	}
}

@media screen and (min-width: 660px) {
	.section__block {
		margin-bottom: 5rem;
	}
}

.section__block:last-of-type {
	margin-bottom: 0;
}

.section__heading {
	font-family: 'Karma', serif;
	font-size: 1.8rem;
	color: #d4d8e5;
	margin: 0 0 1.5rem 0;
}

@media screen and (min-width: 1024px) {
	.section__heading {
		font-size: 2.5rem;
	}
}

.section .news {
	width: 100%;
}

@media screen and (min-width: 660px) {
	.section .news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.section .news__item {
	font-size: 0.95rem;
	width: 100%;
	margin-bottom: 2.5rem;
	padding: 0 1rem;
}

@media screen and (min-width: 660px) {
	.section .news__item {
		width: 46%;
		padding: 1rem 6rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 660px) and (min-width: 1024px) {
	.section .news__item {
		height: 20rem;
	}
}

.section .news__item .inner {
	padding: 1rem;
}

@media screen and (min-width: 660px) {
	.section .news__item .inner {
		padding: 0;
	}
}

.section .news__item:focus {
	outline: none;
}

.section .news__item--long {
	font-size: 0.9rem;
}

.section .news__title {
	font-size: 1.3rem;
	line-height: 1.35;
}

.section .news__author {
	font-size: 0.8rem;
	color: #8590b5;
}

.section__subheading {
	font-family: 'Karma', serif;
	font-size: 1.4rem;
	color: #d4d8e5;
}

@media screen and (min-width: 1024px) {
	.section__subheading {
		font-size: 1.7rem;
	}
}

.section__text {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.section__text {
		width: 70%;
	}
}

.section ul li.hoverable {
	position: relative;
}

.section ul li.hoverable .buttonCopy {
	opacity: 0;
	position: relative;
	left: 0.8rem;
	border: none;
	color: #f2f2f2;
	background: #ab82e7;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#eb78c1),
		to(#ab82e7)
	);
	background-image: linear-gradient(to right, #eb78c1, #ab82e7);
	padding: 0.6rem 1rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}

.section ul li.hoverable .buttonCopy:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent;
	border-right: 0.4rem solid #eb78c1;
	position: absolute;
	left: -0.41rem;
}

.section ul li.hoverable .buttonCopy:focus {
	outline: none;
}

.section ul li.hoverable span {
	word-break: break-all;
}

.section ul li.hoverable:hover .buttonCopy {
	opacity: 1;
}
.graphs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 1024px) {
	.graph {
		width: 48%;
	}
}
.graphContainer {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #212942;
}

@media screen and (min-width: 1024px) {
	.graphContainer {
		overflow: visible;
	}
}

@media screen and (min-width: 1200px) {
	.graphContainer {
		padding: 4rem 0;
	}
}

.graphContainer button.button:hover {
	color: #8990ac;
}

.graphContainer button.button.priceToggle {
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	margin: auto;
	padding: 0;
}

.graphContainer button.button.priceToggle:focus {
	outline: none;
	border: none;
}

.graphContainer button.button.priceToggle:hover {
	border: none;
}

.graphContainer button.button.priceToggle .icon {
	width: 1.8rem;
	padding-top: 0.4rem;
}

.graphContainer button.button.priceToggle .label {
	font-size: 0.9rem;
	font-weight: 400;
	margin-left: 0.7rem;
}

.graphContainer button.action-button {
	margin: 0 0.15rem;
}

.graphContainer .action_buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2.5rem 0 1rem;
}

@media screen and (min-width: 375px) {
	.graphContainer .action_buttons {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons {
		margin: 4.5rem 0 2.5rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1200px) {
	.graphContainer .action_buttons {
		margin-top: 2.5rem;
	}
}

.graphContainer .action_buttons .container_col {
	width: 100%;
}

@media screen and (min-width: 320px) {
	.graphContainer .action_buttons .container_col {
		width: 46%;
	}
}

@media screen and (min-width: 460px) {
	.graphContainer .action_buttons .container_col {
		margin: 0.2rem 0.4rem;
	}
}

@media screen and (min-width: 768px) {
	.graphContainer .action_buttons .container_col {
		width: 5.7rem;
		margin: 0 0.15rem;
	}
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons .container_col.mobile-select {
		display: none;
	}
}

.graphContainer .action_buttons .container_col.mobile-button {
	width: 100%;
	margin-top: 0.7rem;
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons .container_col.mobile-button {
		display: none;
	}
}

.graphContainer .action_buttons .container_col.mobile-button .btn {
	width: 100%;
}

.graphContainer .action_buttons .container_col.date {
	width: auto;
}

.graphContainer .action_buttons .label {
	font-size: 0.9rem;
	display: block;
	width: 100%;
	margin-bottom: 0.2rem;
	color: #9ca4bb;
	white-space: nowrap;
}

.graphContainer .action_buttons .select {
	display: block;
	height: 3.125rem;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	background: transparent;
	color: #d4d8e5;
	padding: 1rem 1.3rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDk5OTkgN0wwLjg3MDgxOSAwLjI1TDEyLjEyOTIgMC4yNUw2LjQ5OTk5IDdaIiBmaWxsPSIjMjEyOTQyIi8+PC9zdmc+'),
		-webkit-gradient(linear, left top, left bottom, from(#d4d8e5), to(#e5e5e5));
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDk5OTkgN0wwLjg3MDgxOSAwLjI1TDEyLjEyOTIgMC4yNUw2LjQ5OTk5IDdaIiBmaWxsPSIjMjEyOTQyIi8+PC9zdmc+'),
		linear-gradient(to bottom, #d4d8e5 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 0.7em top 50%, 0 0;
	background-size: 0.65rem auto, 100%;
}

.graphContainer .action_buttons .select:focus {
	outline: none;
}

.graphContainer .action_buttons .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.graphContainer .action_buttons .container .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.graphContainer .action_buttons .mobile-h {
	display: none;
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons .mobile-h {
		display: block;
	}
}

.graphContainer .action_buttons .action-button {
	font-size: 0.9rem;
	font-weight: 600;
	height: 3.125rem;
	padding: 1rem;
	color: #212942;
	background: #d4d8e5;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons .action-button {
		width: 7rem;
		white-space: nowrap;
	}
}

.graphContainer .action_buttons .action-button:hover,
.graphContainer .action_buttons .action-button.active {
	color: #545d7a;
	background: #f2f2f2;
}

.graphContainer .action_buttons .action-button:focus {
	outline: none;
}

.graphContainer .action_buttons .disabled {
	opacity: 0.2;
}

.graphContainer .action_buttons .selectric-wrapper {
	position: relative;
	height: 3.125rem;
}

.graphContainer .action_buttons .selectric,
.graphContainer .action_buttons .datepicker {
	border: 1px solid #adb5ce;
}

.graphContainer .action_buttons .selectric .label,
.graphContainer .action_buttons .datepicker .label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #b2bbd5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.graphContainer .action_buttons .datepicker {
	padding: 1rem 1.3rem;
	width: 100%;
}

@media screen and (min-width: 660px) {
	.graphContainer .action_buttons .datepicker {
		height: 3.125rem;
	}
}

.graphContainer .action_buttons .selectric {
	height: calc(3.125rem - 2px);
	background: transparent;
}

.graphContainer .action_buttons .selectric-items {
	min-width: 100%;
	width: auto !important;
	border: 1px solid #d4d8e5;
	position: absolute;
	bottom: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}

.graphContainer__inner {
	overflow-x: auto;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

@media screen and (min-width: 768px) {
	.graphContainer__inner {
		overflow-x: hidden;
	}
}

.graphContainer__inner .error {
	text-align: center;
}

.chart {
	width: 800px;
	height: 300px;
	margin: 2.5rem 0 2.5rem 0;
}

@media screen and (min-width: 660px) {
	.chart {
		width: 700px;
		margin: 2.5rem auto;
	}
}

@media screen and (min-width: 1023px) {
	.chart {
		width: 600px;
	}
}

@media screen and (min-width: 1200px) {
	.chart {
		margin: 3rem auto 1rem;
		height: 350px;
	}
}

@media screen and (min-width: 1800px) {
	.chart {
		height: 400px;
	}
}

@media screen and (min-width: 1900px) {
	.chart {
		height: 450px;
	}
}

.chart.chart-price {
	margin-bottom: 1rem;
}

.chart.chart-transactions {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

/* Styles for buttons */
.action_buttons {
	margin-top: 1.5rem;
}

@media screen and (min-width: 660px) {
	.action_buttons {
		margin-top: 2.5rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.action_buttons {
		margin-top: 3.5rem;
	}
}

.action_buttons .container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 660px) {
	.action_buttons .container {
		width: auto;
	}
}

@media screen and (min-width: 660px) {
	.action_buttons.normal_querying .container_col:first-of-type {
		margin-right: 1rem;
	}
}

.action_buttons > .button {
	font-size: 0.75rem;
	padding: 0.8rem 0.6rem;
	width: 100%;
}

@media screen and (min-width: 660px) {
	.action_buttons > .button {
		font-size: 0.9rem;
		padding: 1rem 1.6rem;
		width: auto;
	}
}

.action_buttons > .button:hover,
.action_buttons > .button.active {
	color: #212942;
	background: #f8f9fc;
	border: 1px solid #d4d8e5;
}

.action_buttons > .button:hover .icon:before,
.action_buttons > .button.active .icon:before {
	color: #212942;
}

.action_buttons > .button:focus {
	outline: none;
}

.action_buttons .disabled {
	opacity: 0.2;
}

.action_buttons.adv_querying {
	display: block;
}

.action_buttons.adv_querying .container_col {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.action_buttons.adv_querying .container_col {
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.action_buttons.adv_querying .container_col:not(.last) {
		margin-right: 1rem;
	}
}

.action_buttons.adv_querying .container_col.date {
	width: 100%;
}

@media screen and (min-width: 660px) {
	.action_buttons.adv_querying .container_col.date {
		width: 46%;
	}
}

@media screen and (min-width: 768px) {
	.action_buttons.adv_querying .container_col.date {
		width: auto;
	}
}

.action_buttons.adv_querying .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.action_buttons.adv_querying .buttons .btn-wrap:first-of-type {
	margin-right: 2rem;
}

.action_buttons.adv_querying .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 660px) {
	.action_buttons.adv_querying .btn {
		margin: 0 4rem;
	}
}

.action_buttons.adv_querying .btn-wrap {
	width: 7rem;
}

@media screen and (min-width: 375px) {
	.action_buttons.adv_querying .btn-wrap {
		width: 9rem;
	}
}

.action_buttons.adv_querying .btn-wrap .btn {
	margin-top: 1rem;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.action_buttons.adv_querying .btn-wrap .btn {
		margin: 2rem 0.15rem 0 0;
	}
}

.intextlink {
	color: #cfd6ec;
	border-bottom: 1px solid rgba(207,214,236, 0.6);
}

.intextlink:hover {
	color: #555d7a;
	border-bottom-color: #555d7a;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.copyright {
	font-size: 0.85rem;
	text-align: center;
	margin: 1rem auto 0.5rem;
	margin: 1rem auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright a {
	text-decoration: underline;
	margin-right: 2rem;
}

.copyright a:hover {
	color: #555d7a;
	transition: all 0.3s;
}

@keyframes sideNavAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes sideNavAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		opacity: 1;
	}
}

.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #ffa795;
	border-right: 16px solid #d37598;
	border-bottom: 16px solid #6f5aaa;
	border-left: 16px solid #d8749a;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: auto;
	margin-top: 100px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.social_media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
}

@media screen and (min-width: 460px) {
	.social_media {
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.social_media {
		margin-top: 0;
	}
}

.social_media .fb-share-button {
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
}

.validation_error {
	background-color: red;
}

.xdsoft_datetimepicker {
	font-family: 'Raleway', sans-serif;
	background: #d4d8e5;
	color: #141c33;
}

.xdsoft_datetimepicker .xdsoft_label,
.xdsoft_datetimepicker .xdsoft_calendar th {
	background-color: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div.xdsoft_current {
	background: #141c33 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #568ec2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #141c33 !important;
	background: #d4d8e5 !important;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 0.7;
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 2rem;
}
.breadcrumbs a:hover {
	color: #8990ac;
}

.current-page{
	opacity: 0.5;
}

.graphWrapper {
	margin-bottom: 2rem;
}

.page-summary h2, .page-summary h3 {
	font-family: 'Karma', serif;
	color: #d4d8e5;
}

.buttons-container {
	display: flex;
	margin: 1.5rem 0;
}

.buttons-container button{
	height: 2rem;
	padding: 0 1rem;
	margin-right: 0.5rem;
}
.buttons-container .btn {
	margin-left: 0.5rem;
}

.btn--zoom {
	border: none;
	background: none;
	color: #b2bbd5;
	cursor: pointer;
	display: flex;
	align-items:center;
}
.btn--zoom img{
	width: 1.5rem;
	margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
	.breadcrumbs {
		font-size: 14px;
	}
	.graphWrapper {
		margin-bottom: 6rem;
	}
}



/*# sourceMappingURL=styles.css.map */
/* 141c33 */
/* d4d8e5 */
/* f8f9fc */
