
	@charset "UTF-8";
	/* Custom Theme */
	@import url("https://use.typekit.net/gnu0pch.css");
	@font-face {
		font-family: OpenSansSemiBold;
		src: url("fonts/OpenSans-SemiBold.ttf") format("truetype");
		font-weight: 600;
	}


	@font-face {
		font-family: 'SF Pro Text';
		src: url("fonts/SFProText-Regular.ttf") format("truetype");
		font-weight: 400;
	}


	html {
		/* Change the default font family in all browsers (opinionated). */
		font-family: "OpenSans";
		line-height: 1.15;
		/* 1 */
		-ms-text-size-adjust: 100%;
		/* 2 */
		-webkit-text-size-adjust: 100%;
		/* 2 */
	}

	/* Sections
	========================================================================== */
	/**
	* Remove the margin in all browsers (opinionated).
	*/
	body {
		margin: 0;
	}

	/**
	* Add the correct display in IE 9-.
	*/
	footer,
	nav {
		display: block;
	}

	/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
	*/

	/* Grouping content
	========================================================================== */
	/**
	* Add the correct display in IE 9-.
	*/

	/**
	* Add the correct margin in IE 8.
	*/

	/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
	*/

	/**
	* Add the correct display in IE.
	*/
	main {
		display: block;
	}

	/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/

	/* Links
	========================================================================== */
	/**
	* 1. Remove the gray background on active links in IE 10.
	* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	*/
	a {
		background-color: transparent;
		/* 1 */
		-webkit-text-decoration-skip: objects;
		/* 2 */
	}

	/* Text-level semantics
	========================================================================== */
	/**
	* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	*/

	/**
	* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
	*/

	/**
	* Add the correct font weight in Chrome, Edge, and Safari.
	*/

	/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/

	/**
	* Add the correct font style in Android 4.3-.
	*/

	/**
	* Add the correct background and color in IE 9-.
	*/

	/**
	* Add the correct font size in all browsers.
	*/

	/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
	*/

	/* Embedded content
	========================================================================== */
	/**
	* Add the correct display in IE 9-.
	*/

	/**
	* Add the correct display in iOS 4-7.
	*/

	/**
	* Remove the border on images inside links in IE 10-.
	*/
	img {
		border-style: none;
	}

	/**
	* Hide the overflow in IE.
	*/

	/* Forms
	========================================================================== */
	/**
	* 1. Change the font styles in all browsers (opinionated).
	* 2. Remove the margin in Firefox and Safari.
	*/

	/**
	* Show the overflow in IE.
	*/

	/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
	*/

	/**
	* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	*    controls in Android 4.
	* 2. Correct the inability to style clickable types in iOS and Safari.
	*/

	/**
	* Show the overflow in Edge.
	*/

	/**
	* 1. Add the correct box sizing in IE 10-.
	* 2. Remove the padding in IE 10-.
	*/

	/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
	*/

	/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
	*/

	/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
	*/
	::-webkit-file-upload-button {
		-webkit-appearance: button;
		/* 1 */
		font: inherit;
		/* 2 */
	}

	/**
	* Correct the padding in Firefox.
	*/

	/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*    `fieldset` elements in all browsers.
	*/

	/**
	* 1. Add the correct display in IE 9-.
	* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
	*/

	/**
	* Remove the default vertical scrollbar in IE.
	*/

	/* Interactive
	========================================================================== */
	/*
	* Add the correct display in Edge, IE, and Firefox.
	*/

	/*
	* Add the correct display in all browsers.
	*/

	/*
	* Add the correct display in IE 9-.
	*/

	/* Scripting
	========================================================================== */
	/**
	* Add the correct display in IE 9-.
	*/

	/**
	* Add the correct display in IE.
	*/

	/* Hidden
	========================================================================== */
	/**
	* Add the correct display in IE 10-.
	*/

	/**
* This stylesheet is for styles you want to include only when displaying demo
* styles for grids, animations, color swatches, etc.
* These styles will not be your production CSS.
*/

	/* class applies to select element itself, not a wrapper element */

	@-moz-document url-prefix('') {
	}

	@-moz-document url-prefix('') {
	}

	/* Hide arrow icon in IE browsers */

	/* Hover style */

	/* Focus style */

	/* Set options to normal weight */

	/* Disabled styles */

	/* Index of Mixins */
	/* Functions */
	/* Shared Mixins */
	/* Global Settings */

	.-spacer-big {
		margin-bottom: 3.125rem;
	}

	.-spacer-small {
		margin-bottom: 1.875rem;
	}

	.-spacer-tinny {
		margin-bottom: .625rem;
	}

	/* Index of Base */
	/* Normalize */
	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}

	html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
		background-color: #f8f8f8;
		font-family: "OpenSans";
		font-weight: 600;
		line-height: 24px;
		color: #5e5e5e;
		text-align: left;
	}

	footer,
	main,
	nav {
		display: block;
	}

	p {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	a {
		background-color: transparent;
		color: #1e1e1e;
		text-decoration: none;
	}

	a:hover {
		color: black;
		text-decoration: underline;
	}

	img {
		border-style: none;
	}

	::-webkit-file-upload-button {
		font: inherit;
		-webkit-appearance: button;
	}

	/* Typography */

	/* Basics */
	main {
		padding: 2.5rem 0;
	}

	/* Index of Grid */
	.container {
		width: calc(100% - 2rem);
		height: 100%;
		margin: 0 auto;
	}

	.container.-full {
		width: 100%;
	}

	.container.-customFull {
		width: 100%;
		max-width: 100%;
		padding: 0;
		background-color: #f8f8f8;
	}

	.container.-customFull.-bg-transparent {
		background-color: transparent;
	}

	/* Grid */
	.grid {
		display: flex;
		flex-flow: row wrap;
	}

	.grid.-inner-x .grid.-inner-x {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	@media (min-width: 450px) {

		.grid.-inner-x .grid.-inner-x {
			margin-left: -0.625rem;
			margin-right: -0.625rem;
		}
	}

	@media (min-width: 576px) {

		.grid.-inner-x .grid.-inner-x {
			margin-left: -0.625rem;
			margin-right: -0.625rem;
		}
	}

	@media (min-width: 768px) {

		.grid.-inner-x .grid.-inner-x {
			margin-left: -0.9375rem;
			margin-right: -0.9375rem;
		}
	}

	@media (min-width: 992px) {

		.grid.-inner-x .grid.-inner-x {
			margin-left: -0.9375rem;
			margin-right: -0.9375rem;
		}
	}

	@media (min-width: 1600px) {

		.grid.-inner-x .grid.-inner-x {
			margin-left: -0.9375rem;
			margin-right: -0.9375rem;
		}
	}

	.cell {
		flex: 0 0 auto;
		width: 100%;
		min-height: 1px;
	}

	.grid.-inner>.cell {
		padding: 0.625rem;
	}

	.grid.-inner-x>.cell {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.cell.-w-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	@media (min-width: 450px) {
		.grid.-inner>.cell {
			padding: 0.625rem;
		}

		.grid.-inner-x>.cell {
			padding-left: 0.625rem;
			padding-right: 0.625rem;
		}
	}

	@media (min-width: 576px) {
		.grid.-inner>.cell {
			padding: 0.625rem;
		}

		.grid.-inner-x>.cell {
			padding-left: 0.625rem;
			padding-right: 0.625rem;
		}

		.cell.-w-sm-4 {
			flex: 0 0 33.33333%;
			max-width: 33.33333%;
		}

		.cell.-w-sm-8 {
			flex: 0 0 66.66667%;
			max-width: 66.66667%;
		}

		.cell.-w-sm-12 {
			flex: 0 0 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 768px) {
		.grid.-inner>.cell {
			padding: 0.9375rem;
		}

		.grid.-inner-x>.cell {
			padding-left: 0.9375rem;
			padding-right: 0.9375rem;
		}
	}

	@media (min-width: 992px) {
		.grid.-inner>.cell {
			padding: 0.9375rem;
		}

		.grid.-inner-x>.cell {
			padding-left: 0.9375rem;
			padding-right: 0.9375rem;
		}
	}

	@media (min-width: 1600px) {
		.grid.-inner>.cell {
			padding: 0.9375rem;
		}

		.grid.-inner-x>.cell {
			padding-left: 0.9375rem;
			padding-right: 0.9375rem;
		}
	}

	/* Cell Offsets */

	/* Cell Ordering */

	/* Grid Alignment */

	/* Index of Atoms */
	.button {
		cursor: pointer;
		display: block;
		opacity: 1;
		font-family: OpenSansSemiBold;
		width: 15.0555rem;
		padding: 0.3333em 1.4762em;
		background-color: #fedb31;
		font-size: 1.125rem;
		color: #1e1e1e;
		text-align: center;
		text-decoration: none;
	}

	.button {
		display: inline-block;
		width: 100%;
		padding: 0.3333rem 1.4762rem;
		font-size: 1.125rem;
		font-weight: 600;
		color: #1e1e1e;
		text-align: center;
		text-decoration: none;
	}

	.button.-loginForm {
		height: 4.375rem;
		padding: 1.3125rem 1.4762rem;
		border: inherit;
		font-size: 1.375rem;
		font-weight: 600;
	}

	@media (max-width: 576px) {
		.button.-loginForm {
			height: auto;
			padding-top: 1.8rem;
			padding-bottom: 1.8rem;
			font-size: 1.825rem;
		}
	}

	.button.-backButton {
		background-color: #ffffff;
		color: #1e1e1e;
	}

	.button:hover {
		animation: buttonAnimation 0.25s forwards;
		text-decoration: none;
	}

	@media (min-width: 576px) {
		.button {
			min-width: 170px;
		}
	}

	.wizardButtonSpacer {
		margin-left: 0.125rem;
	}

	@media screen {
		@keyframes buttonAnimation {
			0% {
				background-color: #fedb31;
				color: #1e1e1e;
			}

			100% {
				background: #6f2875;
				color: #ffffff;
			}
		}
	}

	/* Radio button styling */

	/* Checkbox button */

	/* AML Checkbox button */

	/* SelectBox */

	/* Textarea */

	/* Dropdown */

	.text_base_class,
	p {
		margin: 0;
		font-family: "OpenSans";
		font-size: 1.25rem;
		font-weight: 100;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: left;
	}

	.text_base_class {
		display: block;
		width: auto;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.25rem;
		color: #085850;
	}

	p {
		font-size: 1rem;
		line-height: 1.5;
	}

	.icon {
		display: inline-block;
		min-width: 1.88rem;
		min-height: 1.88rem;
		background-color: transparent;
	}

	.icon {
		text-align: center;
	}

	/* Index of Molecules */

	.loginTitle {
		text-align: center;
		font-family: OpenSansSemiBold;
		font-size: 2.1875rem;
		line-height: 2.8125rem;
		color: #1e1e1e;
	}

	@media (min-width: 768px) {
		.boxx__trigger:not(:disabled)+.boxx__wrapper:hover {
			cursor: pointer;
			border: 3px solid #2eb8ff;
			box-shadow: 0 0 10px 0 rgba(46, 184, 255, 0.5);
		}
	}

	.boxxContainer {
		display: flex;
		justify-content: center;
	}

	footer {
		z-index: 2;
		text-align: left;
		padding-top: 6rem;
		background-color: #1e1e1e;
		font-family: "OpenSans";
		font-size: 1rem;
		line-height: 1.75em;
		color: #969696;
	}

	@media (max-width: 768px) {
		footer {
			padding-top: 2rem;
		}
	}

	@media (max-width: 992px) {
		footer {
			padding-top: 0;
		}

		footer .footer-contacts {
			padding-bottom: 5rem !important;
		}
	}

	footer .footer-contacts {
		padding: 5rem 2rem 8.8rem 2rem;
	}

	@media (max-width: 768px) {
		footer .footer-contacts {
			padding-left: 0;
			padding-right: 0;
		}
	}

	footer.narrow .footer-contacts {
		display: flex;
		padding: 1.2rem 0 !important;
		font-family: 'SF PRO Text';
		font-size: 1rem;
		line-height: 1.625rem;
		color: #888888;
	}

	footer.narrow .footer-contacts .companyPhone {
		justify-content: flex-end;
		align-items: center;
	}

	footer.narrow .footer-contacts a:hover {
		color: inherit;
	}

	footer.narrow .footer-contacts .icon {
		padding-right: 1rem;
		color: #ffffff;
	}

	@media (max-width: 576px) {
		footer.narrow .footer-contacts .companyPhone {
			justify-content: start;
			padding-top: 5px;
		}

		footer.narrow .footer-contacts .companyAddress {
			padding-bottom: 5px;
		}
	}

	footer i {
		font-size: 1.6em;
	}

	footer {
		z-index: 2;
		text-align: left;
		padding-top: 6rem;
		background-color: #1e1e1e;
		font-family: "OpenSans";
		font-size: 1rem;
		line-height: 1.75em;
		color: #969696;
	}

	@media (max-width: 768px) {
		footer {
			padding-top: 2rem;
		}
	}

	@media (max-width: 992px) {
		footer {
			padding-top: 0;
		}

		footer .footer-contacts {
			padding-bottom: 5rem !important;
		}
	}

	footer .footer-contacts {
		padding: 5rem 2rem 8.8rem 2rem;
	}

	@media (max-width: 768px) {
		footer .footer-contacts {
			padding-left: 0;
			padding-right: 0;
		}
	}

	footer.narrow .footer-contacts {
		display: flex;
		padding: 1.2rem 0 !important;
		font-family: 'SF PRO Text';
		font-size: 1rem;
		line-height: 1.625rem;
		color: #888888;
	}

	footer.narrow .footer-contacts .companyPhone {
		justify-content: flex-end;
		align-items: center;
	}

	footer.narrow .footer-contacts a:hover {
		color: inherit;
	}

	footer.narrow .footer-contacts .icon {
		padding-right: 1rem;
		color: #ffffff;
	}

	@media (max-width: 576px) {
		footer.narrow .footer-contacts .companyPhone {
			justify-content: start;
			padding-top: 5px;
		}

		footer.narrow .footer-contacts .companyAddress {
			padding-bottom: 5px;
		}
	}

	footer i {
		font-size: 1.6em;
	}

	.amlHeader {
		background-color: #ffffff;
	}

	.shiftUpAmlContent {
		margin-top: -4.35rem !important;
	}

	@media (max-width: 992px) {
		.shiftUpAmlContent {
			margin-top: -4.6rem !important;
		}
	}

	@media (max-width: 768px) {
		.shiftUpAmlContent {
			margin-top: -4.45rem !important;
		}
	}

	/* Index of Organisms */

	footer {
		width: 100%;
	}

	@media (min-width: 576px) {
		max-width: 35rem;
	}

	.loginTitleContainer {
		width: 100%;
	}

	/* spinner */

	@media (min-width: 576px) {

		.justifyLoginCenter {
			justify-content: center;
			display: flex;
		}
	}

	.navigation_base_class {
		display: flex;
		height: 4em;
		padding-top: 0.55rem;
		background-color: #ffffff;
		color: #1e1e1e;
		align-items: center;
	}

	.navigation_base_class.-transparent {
		opacity: 1;
		z-index: 1;
		position: relative;
		background-color: transparent;
	}

	.nav {
		color: inherit;
		/* arrow before ul */
	}

	.nav.-nav__logo {
		fill: #1e1e1e;
		box-sizing: initial;
		background-repeat: no-repeat;
	}

	.nav.-nav__logo img {
		width: 12.375rem;
		height: 5.4375rem;
	}

	.nav.-nav__list {
		display: flex;
		height: 4.6rem;
		margin-left: auto;
		padding: 0.8rem 3.4rem 0 0;
	}

	@media (min-width: 576px) {
		.navigation_base_class {
			height: 4.5rem;
		}
	}

	@media (max-width: 950px) {

		.navigation_base_class {
			min-width: auto;
		}
	}

	/* Responsive Styles */

	.amlContent main {
		padding: 1.875rem 4rem 1.875rem 3rem;
	}

	.amlContentClass {
		display: block;
		min-width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding: 1.875rem 0;
		background-color: #f8f8f8;
		box-shadow: none;
	}

	@media (min-width: 576px) {
		.amlContentClass {
			min-width: 27.6875rem;
			max-width: 27.6875rem;
		}
	}

	.amlSuccessContainer {
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.amlSuccessContainer .-amlSatisfiedIcon {
		width: 6.25rem;
		height: 6.25rem;
	}

	.amlSuccessContainer .-amlSatisfiedIcon .icon-smile {
		font-size: 6.25rem;
		color: #6f2875;
	}

	.amlButtonContainer {
		margin-top: 3rem;
		margin-bottom: 4.375rem;
	}

	/* Index of Components */

	/* Index of Utils */
	/* Backgrounds */

	.-bg-transparent {
		background-color: rgba(0, 0, 0, 0) !important;
	}

	.-spacer-big {
		margin-bottom: 3.125rem;
	}

	.-spacer-small {
		margin-bottom: 1.875rem;
	}

	.-spacer-tinny {
		margin-bottom: 0.625rem;
	}

	.-p-x-small {
		padding-left: 1.875rem !important;
		padding-right: 1.875rem !important;
	}

	.-m-b-extreeme {
		margin-bottom: 6.875rem !important;
	}

	.-d-block {
		display: block !important;
	}

	.-flex {
		display: flex;
	}

	.-w100 {
		width: 100%;
	}

	.-text-no-decoration {
		text-decoration: none;
	}

	.-text-no-decoration:hover {
		text-decoration: none;
	}

	.-no-paddings {
		padding: 0;
	}

	.-disable-paddings {
		padding: 0 !important;
	}

	.-transparent {
		opacity: 0;
	}

	/* Backgrounds */

	html,
	body {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}

	html {
		height: 100%;
		font-size: 65%;
	}

	@media (min-width: 992px) {
		html {
			font-size: 70%;
		}
	}

	@media (min-width: 1600px) {
		html {
			font-size: 90%;
		}
	}

	body {
		line-height: inherit;
	}

	/* Pattern Lab Helpers */

	ul {
		padding-left: 1.2em;
	}

	a {
		text-decoration: underline;
		color: inherit;
	}

	@media screen and (min-height: 560px) and (min-width: 576px) {
		.contentWrapper:not(.loginWindow) {
			padding: 0;
		}
	}

	@media screen and (min-height: 560px) and (min-width: 992px) {
		.contentWrapper:not(.loginWindow) {
			padding: 0 calc((100vw - 102rem) / 2);
		}
	}

	#loginFormWrapper {
		display: flex;
		height: auto;
		align-items: center;
	}

	@media (min-width: 576px) {
		#loginFormWrapper {
			flex: 1 0 auto;
		}
	}

	/* Information block for possible loss of pension. Used in "ReasonNotTosave" pattern */

	.amlTitleContainer {
		display: block;
		margin: 0 auto;
	}

	@media (max-width: 768px) {
		.progressBarPadding {
			padding-top: 5.625rem;
		}
	}

	@media (max-width: 576px) {
		.progressBarPadding {
			padding-top: 11rem;
		}
	}