body {
	font-family: "Gilroy", serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	cursor: default;
	background-color: #e4eaee;
	color: #000
}

::selection {
	background: #64839a;
	color: #fff
}

a {
	color: #0e57d0
}

a:hover {
	text-decoration: none;
	color: #0e57d0
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.test2 {
	height: 150vh
}

.app-wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px
}

@media (max-width: 870px) {
	.app-wrapper {
		padding-top: 10px
	}
}

@media (max-width: 576px) {
	.app-wrapper {
		padding-top: 0px
	}
}

.app-bg {
	user-select: none
}

.app-bg span {
	display: block;
	position: absolute;
	z-index: -2
}

.app-bg .light {
	background: -moz-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0) 55%);
	background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0) 55%);
	background: radial-gradient(ellipse at center, #fff 0%, rgba(255, 255, 255, 0) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	mix-blend-mode: overlay;
	opacity: 0.7;
	z-index: -1;
	width: 2300px;
	height: 1600px;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%)
}

.app-bg .shadow1 {
	background-image: url(src/assets/images/bg/bg-elem1.svg);
	width: 495px;
	height: 674px;
	top: 0;
	left: 0
}

.app-bg .shadow2 {
	background-image: url(src/assets/images/bg/bg-elem2.svg);
	width: 279px;
	height: 272px;
	bottom: 0;
	right: 0
}

.app-bg .stroke {
	background-image: url(src/assets/images/bg/bg-elem3.svg);
	background-position: top left;
	width: 510px;
	height: 870px;
	bottom: 0;
	right: 0;
	opacity: 0.08
}

.app-bg .bg-pluses {
	display: inline-block;
	background-image: url(src/assets/images/bg/bg-pluses.svg);
	height: 143px;
	width: 20px;
	margin-right: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.2
}

.app-bg .bg-group1,
.app-bg .bg-group2 {
	position: absolute;
	z-index: -2
}

.app-bg .bg-group1 {
	top: 5%;
	left: 5%
}

.app-bg .bg-group2 {
	position: absolute;
	bottom: 320px;
	right: 300px;
	opacity: 0.5
}

@media (max-width: 1550px) {
	.app-bg .bg-group2 {
		display: none
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

@media (min-width: 1200px) {
	.no-gutters-xl {
		margin-right: 0;
		margin-left: 0
	}
	.no-gutters-xl>.col,
	.no-gutters-xl>[class*="col-"] {
		padding-right: 0;
		padding-left: 0
	}
}

@media (max-width: 576px) {
	.no-gutters-sm-max {
		margin-right: 0;
		margin-left: 0
	}
	.no-gutters-sm-max>.col,
	.no-gutters-sm-max>[class*="col-"] {
		padding-right: 0;
		padding-left: 0
	}
}

.small-gutters {
	padding-left: 10px;
	padding-right: 10px
}

.small-gutters>.col,
.small-gutters>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

@media (min-width: 576px) {
	.small-gutters-sm {
		padding-left: 10px;
		padding-right: 10px
	}
	.small-gutters-sm>.col,
	.small-gutters-sm>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px
	}
}

@media (min-width: 992px) {
	.small-gutters-lg {
		padding-left: 10px;
		padding-right: 10px
	}
	.small-gutters-lg>.col,
	.small-gutters-lg>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px
	}
}

.button-border {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .75rem;
	letter-spacing: 0.04em;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	padding: 5px 10px;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5)
}

.button-border img {
	margin-right: 5px
}

.button-border:hover {
	border-color: rgba(255, 255, 255, 0.3)
}

.button-border:active {
	border-color: #fff;
	transition-duration: 50ms;
	transform: scale(0.98);
	outline: none
}

.button-border2 {
	color: #5a768b;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: .75rem;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 15px;
	border: 2px solid rgba(90, 118, 139, 0.2);
	border-radius: 10px;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5)
}

.button-border2:active {
	transition-duration: 50ms;
	transform: scale(0.98);
	outline: none
}

.button-border2:hover {
	background-color: #5a768b;
	color: #fff
}

.button-border2:hover .icon.icon-file {
	background-image: url(src/assets/images/icons/file-white.svg)
}

.button-border2 .icon-wrapper {
	height: 12px;
	width: 16px;
	display: inline-block;
	position: relative;
	margin-right: 5px
}

.button-border2 .icon {
	display: inline-block;
	width: 16px;
	height: 20px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 300ms;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.button-border2 .icon.icon-file {
	background-image: url(src/assets/images/icons/file.svg)
}

.button-no-bg {
	border: 0;
	background-color: transparent;
	padding: 0;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(90, 118, 139, 0.6);
	letter-spacing: 0.04em;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5)
}

.button-no-bg .small-icon {
	height: 12px;
	display: inline-block;
	background-size: contain;
	margin-right: 6px;
	opacity: 0.6;
	transition: all 300ms;
	position: relative;
	left: 0;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.button-no-bg .small-icon.icon-arrow-left {
	width: 7px;
	background-image: url(src/assets/images/icons/small-arrow-blue.svg);
	transform: scaleX(-1)
}

.button-no-bg:hover {
	color: #5a768b
}

.button-no-bg:hover .small-icon {
	left: -5px;
	opacity: 1
}

.button-no-bg:active {
	transition-duration: 50ms;
	transform: scale(0.98);
	outline: none
}

.button-no-bg:active .small-icon {
	transition-duration: 100ms;
	left: -15px
}

.button-submit {
	display: block;
	width: 100%;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5);
	overflow: hidden;
	position: relative;
	background: #147de4;
	background: -moz-linear-gradient(top, #147de4 0%, #0830bb 100%);
	background: -webkit-linear-gradient(top, #147de4 0%, #0830bb 100%);
	background: linear-gradient(to bottom, #147de4 0%, #0830bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147de4', endColorstr='#0830bb', GradientType=0)
}

.button-submit:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 2;
	border-radius: 10px;
	transition: all 300ms;
	opacity: 0
}

.button-submit:active {
	transition-duration: 50ms;
	transform: scale(0.98);
	outline: none
}

.button-submit:hover:after {
	opacity: 1
}

.button-submit--small {
	padding: 15px;
	font-size: .75rem;
	letter-spacing: 0.04em
}

.button-wallet {
	border: 0;
	border-radius: 10px;
	background-color: #1e272e;
	color: #fff;
	width: 100%;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	margin-bottom: 10px;
	padding: 30px 5px;
	display: flex;
	justify-content: center;
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5)
}

.button-wallet:hover {
	background-color: #28343e
}

.button-wallet:active {
	transition-duration: 50ms;
	transform: scale(0.98);
	outline: none
}

.button-wallet .icon {
	display: inline-block;
	width: 60px;
	height: 25px;
	margin-left: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.button-wallet .icon.icon-apple {
	background-image: url(src/assets/images/logo-apple-pay.svg)
}

.button-wallet .icon.icon-gpay {
	background-image: url(src/assets/images/logo-google-pay.svg)
}

.form-desc {
	font-size: .875rem;
	font-family: "Inter", sans-serif;
	margin-bottom: 15px
}

.form-group {
	position: relative
}

.form-group input.form-control-large {
	display: block;
	width: 100%;
	height: 100px;
	padding: 20px;
	border-radius: 20px;
	background: #edf3f8;
	background: -moz-linear-gradient(top, #edf3f8 0%, #f4f8fb 100%);
	background: -webkit-linear-gradient(top, #edf3f8 0%, #f4f8fb 100%);
	background: linear-gradient(to bottom, #edf3f8 0%, #f4f8fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3f8', endColorstr='#f4f8fb', GradientType=0);
	box-shadow: 0px 15px 40px rgba(90, 118, 139, 0.1);
	border: 1px solid rgba(90, 118, 139, 0.08);
	transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	font-weight: 700;
	font-size: 1.75rem;
	text-align: center
}

.form-group input.form-control-large:focus,
.form-group input.form-control-large:active {
	box-shadow: 0px 25px 40px rgba(90, 118, 139, 0.2);
	outline: none;
	border-color: rgba(90, 118, 139, 0.5)
}

.form-group input.form-control-large:hover {
	border: 1px solid rgba(90, 118, 139, 0.3)
}

.form-group input.form-control-large::placeholder {
	color: rgba(90, 118, 139, 0.4)
}

.form-group input.form-control {
	background-color: transparent;
	border: 1px solid rgba(90, 118, 139, 0.3);
	border-radius: 10px;
	font-family: "Inter", sans-serif;
	padding: 20px;
	height: 50px
}

.form-group input.form-control:focus,
.form-group input.form-control:active {
	border-color: rgba(90, 118, 139, 0.6);
	box-shadow: 0px 0px 0px 2px rgba(90, 118, 139, 0.1);
	outline: none
}

.form-group input.form-control:hover {
	border: 1px solid rgba(90, 118, 139, 0.5)
}

.form-group input.form-control::placeholder {
	opacity: 0
}

.form-group .input-label {
	color: #5a768b;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.04em;
	font-size: .75rem;
	position: absolute;
	z-index: 2;
	left: 21px;
	top: -8px;
	transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.form-group .input-label .hint {
	opacity: 0.5;
	display: none
}

.form-group .input-label:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 15px);
	display: block;
	height: 2px;
	background-color: #f0f5f9;
	opacity: 1;
	transition: all 500ms
}

.form-group input.form-control:placeholder-shown+.input-label {
	z-index: -1;
	font-size: .875rem;
	top: 50%;
	transform: translate(0%, -50%)
}

.form-group input.form-control:placeholder-shown+.input-label .hint {
	display: inline-block
}

.form-group input.form-control:placeholder-shown+.input-label:before {
	width: 0
}

.form-group .form-text2 {
	margin-top: 15px;
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: rgba(90, 118, 139, 0.7);
	transition: all 300ms
}

.form-group .form-text2.content-card-nav-item {
	cursor: pointer
}

.form-group .form-text2.content-card-nav-item:hover {
	color: #5a768b;
	text-decoration: underline
}

.form-checkbox {
	position: relative;
	margin-bottom: 4px
}

.form-checkbox:hover .form-checkbox-box {
	background-color: rgba(90, 118, 139, 0.5)
}

.form-checkbox:active .form-checkbox-box {
	transition-duration: 50ms;
	transform: scale(0.93)
}

.form-checkbox .form-checkbox-box {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	background-color: rgba(90, 118, 139, 0.2);
	transition: all 300ms ease, transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5)
}

.form-checkbox .form-checkbox-box .tick-mark {
	position: absolute;
	mix-blend-mode: lighten;
	top: 3px;
	right: 0;
	left: -3px;
	width: 12px;
	height: 13px;
	margin: 0 auto;
	transform: rotateZ(-50deg)
}

.form-checkbox .form-checkbox-box .tick-mark:before,
.form-checkbox .form-checkbox-box .tick-mark:after {
	content: "";
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	opacity: 0;
	transition: transform 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 800ms ease
}

.form-checkbox .form-checkbox-box .tick-mark:before {
	left: 0;
	bottom: 0;
	width: 2px;
	height: 7px;
	transform: translateY(-22px)
}

.form-checkbox .form-checkbox-box .tick-mark:after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	transform: translateX(20px)
}

.form-checkbox .form-checkbox-input {
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	opacity: 0
}

.form-checkbox .form-checkbox-input:focus~.form-checkbox-box {
	background-color: rgba(90, 118, 139, 0.4)
}

.form-checkbox .form-checkbox-input:checked~.form-checkbox-box {
	background-color: #5a768b;
	box-shadow: 0 0 0 3px rgba(90, 118, 139, 0.2)
}

.form-checkbox .form-checkbox-input:checked~.form-checkbox-box .tick-mark:before,
.form-checkbox .form-checkbox-input:checked~.form-checkbox-box .tick-mark:after {
	transform: translate(0);
	opacity: 1
}

.form-checkbox label {
	position: relative;
	display: block;
	z-index: 2;
	padding-top: 4px;
	padding-bottom: 4px;
	user-select: none;
	padding-left: 35px;
	font-family: "Inter", sans-serif;
	font-size: .75rem;
	color: #5a768b;
	cursor: pointer
}

.form-checkbox label a {
	color: #5a768b;
	text-decoration: underline;
	transition: all 300ms;
	font-weight: 600
}

.form-checkbox label a:hover {
	color: #0e57d0
}

.form-checkbox.partially-hidden {
	height: 43px;
	overflow: hidden;
	transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.form-checkbox.partially-hidden.shown .partially-hidden-toggle {
	opacity: 0;
	visibility: hidden
}

.form-checkbox.partially-hidden .partially-hidden-toggle {

}

.form-checkbox.partially-hidden .partially-hidden-toggle:after {
	margin-left: 2px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #0e57d0;
	position: relative;
	top: -1px
}

.form-checkbox.partially-hidden .partially-hidden-toggle:hover {
	text-decoration: underline
}

.form-checkbox.partially-hidden .partially-hidden-toggle:active {
	outline: none
}

.form-radio-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.form-radio-boxes-wrapper.selected .form-radio-box input:checked~label img {
	opacity: 1
}

.form-radio-boxes-wrapper.selected .form-radio-box label img {
	opacity: 0.6
}

.form-radio-boxes-wrapper.selected .form-radio-box label:hover img {
	opacity: 1
}

.form-radio-box {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	width: calc(25% - 10px);
	text-align: center;
	height: 80px;
	margin-bottom: 10px;
	user-select: none
}

.form-radio-box.placeholder {
	height: 0;
	margin-bottom: 0px
}

@media (max-width: 576px) {
	.form-radio-box {
		width: calc(33% - 10px)
	}
}

.form-radio-box input {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0
}

.form-radio-box input:focus~label {
	border: 1px solid rgba(90, 118, 139, 0.4)
}

.form-radio-box input:checked~label {
	border: 1px solid rgba(90, 118, 139, 0.2);
	box-shadow: 0px 15px 30px rgba(90, 118, 139, 0.2)
}

.form-radio-box input:checked~label:before {
	opacity: 1
}

.form-radio-box input:checked~label img {
	z-index: 1
}

.form-radio-box label {
	border: 1px solid rgba(90, 118, 139, 0.15);
	border-radius: 10px;
	height: 80px;
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
	transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 300ms cubic-bezier(0.42, -0.53, 0.39, 2.5);
	cursor: pointer
}

.form-radio-box label:hover {
	box-shadow: 0px 10px 30px rgba(90, 118, 139, 0.1);
	border-color: rgba(90, 118, 139, 0.4)
}

.form-radio-box label:active {
	transition-duration: 50ms;
	transform: scale(0.98)
}

.form-radio-box label:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	background: #fafcfd;
	background: -moz-linear-gradient(top, #fafcfd 0%, #ebf2f6 100%);
	background: -webkit-linear-gradient(top, #fafcfd 0%, #ebf2f6 100%);
	background: linear-gradient(to bottom, #fafcfd 0%, #ebf2f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfd', endColorstr='#ebf2f6', GradientType=0);
	transition: all 300ms;
	opacity: 0
}

.form-radio-box label img {
	z-index: -1;
	display: inline-block;
	width: 100%;
	max-width: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 200ms;
	max-width: 80px
}

.form-range-slider {
	margin-bottom: 40px
}

.form-range-slider label {
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0px 5px
}

.form-range-slider label.double-digit span {
	width: 16px
}

.form-range-slider label span {
	display: inline-block;
	font-size: .875rem;
	font-family: "Inter", sans-serif;
	color: rgba(90, 118, 139, 0.7)
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}

@media (min-width: 1200px) {
	.col-no-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

body.modal-open-noscroll {
	margin-right: 0 !important;
	overflow: hidden
}

.modal-open .navbar-fixed-bottom,
.modal-open-noscroll .navbar-fixed-top {
	margin-right: 0 !important
}

.color-blue {
	color: #0e57d0
}

.color-orange {
	color: #fb9303
}

.color-green {
	color: #00c039
}

.color-red {
	color: #e30000
}

.color-pink {
	color: #e4133b
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 800
}

.section-heading h4 {
	font-size: 1.625rem
}

.section-heading h5 {
	font-size: 1.125rem
}

.large-heading {
	color: #50697c
}

.large-heading h3 {
	font-size: 1.875rem
}

.text-block {
	color: #5a768b;
	position: relative;
	z-index: 2
}

.text-block--small {
	font-size: .75rem
}

.text-block--small a {
	color: #5a768b;
	text-decoration: underline;
	cursor: pointer
}

.text-block--small a:hover {
	color: #0e57d0
}

.text-block2 {
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: #5a768b
}

@font-face {
	font-family: 'Gilroy';
	src: url(src/assets/fonts/Gilroy/Gilroy-Light.eot);
	src: local("Gilroy Light"), local("Gilroy-Light"), url(src/assets/fonts/Gilroy/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(src/assets/fonts/Gilroy/Gilroy-Light.woff) format("woff"), url(src/assets/fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Gilroy';
	src: url(src/assets/fonts/Gilroy/Gilroy-Extrabold.eot);
	src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url(src/assets/fonts/Gilroy/Gilroy-Extrabold.eot?#iefix) format("embedded-opentype"), url(src/assets/fonts/Gilroy/Gilroy-Extrabold.woff) format("woff"), url(src/assets/fonts/Gilroy/Gilroy-Extrabold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url(src/assets/fonts/Inter/inter-v1-latin-regular.eot);
	src: local(""), url(src/assets/fonts/Inter/inter-v1-latin-regular.eot?#iefix) format("embedded-opentype"), url(src/assets/fonts/Inter/inter-v1-latin-regular.woff2) format("woff2"), url(src/assets/fonts/Inter/inter-v1-latin-regular.woff) format("woff"), url(src/assets/fonts/Inter/inter-v1-latin-regular.ttf) format("truetype"), url(src/assets/fonts/Inter/inter-v1-latin-regular.svg#Inter) format("svg")
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url(src/assets/fonts/Inter/inter-v1-latin-600.eot);
	src: local(""), url(src/assets/fonts/Inter/inter-v1-latin-600.eot?#iefix) format("embedded-opentype"), url(src/assets/fonts/Inter/inter-v1-latin-600.woff2) format("woff2"), url(src/assets/fonts/Inter/inter-v1-latin-600.woff) format("woff"), url(src/assets/fonts/Inter/inter-v1-latin-600.ttf) format("truetype"), url(src/assets/fonts/Inter/inter-v1-latin-600.svg#Inter) format("svg")
}

.main-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (min-width: 650px) {
	.main-container {
		max-width: 650px
	}
}

@media (min-width: 1920px) {
	.main-container {
		max-width: 768px
	}
}

@media (max-width: 870px) {
	.main-container {
		padding: 0px 10px
	}
}

@media (max-width: 576px) {
	.main-container {
		padding: 0px
	}
}

.main-container.bg:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 20px);
	height: calc(100% + 25px);
	background-color: rgba(90, 118, 139, 0.04);
	border-radius: 20px
}

.br-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}

.br-bottom {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}

.br-all {
	border-radius: 20px
}

.main-header {
	background: #161617;
	background: -moz-linear-gradient(45deg, #161617 0%, #262628 100%);
	background: -webkit-linear-gradient(45deg, #161617 0%, #262628 100%);
	background: linear-gradient(45deg, #161617 0%, #262628 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161617', endColorstr='#262628', GradientType=1);
	padding: 45px 0px 40px 0px;
	color: #fff;
	position: relative;
	overflow: hidden
}

@media (max-width: 576px) {
	.main-header {
		padding-top: 25px;
		padding-bottom: 30px
	}
}

.main-header .content-wrapper {
	position: relative;
	z-index: 2
}

@media (max-width: 576px) {
	.main-header.br-top {
		border-radius: 0
	}
}

.main-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(src/assets/images/bg/bg-header.png);
	width: 578px;
	height: 501px
}

.main-header .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 25px
}

.main-header .header-top .brand-small {
	position: relative;
	top: 4px
}

.main-header .header-top .dropdown {
	display: inline-block
}

.main-header .header-top .dropdown .dropdown-toggle:after {
	position: relative;
	top: 1px;
	opacity: 0.5
}

.main-header .header-top .dropdown .dropdown-menu {
	min-width: 140px
}

.main-header .header-top .dropdown .dropdown-menu .dropdown-item {
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .75rem;
	letter-spacing: 0.04em
}

.main-header .header-top .dropdown .dropdown-menu .dropdown-item img {
	margin-right: 10px;
	position: relative;
	top: -1px
}

.main-header hr {
	height: 2px;
	width: 100%;
	display: block;
	border: 0;
	background-color: #fff;
	opacity: 0.05
}

.main-header .payment-title .title,
.main-header .payment-title .desc {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main-header .payment-title .desc {
	font-family: "Inter", sans-serif;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 7px;
	font-size: 1em;
	display: block;
	width: 100%
}

.main-header .payment-title .title {
	font-size: 1.375rem;
	margin: 0;
	max-width: calc(100% - 30px)
}

.main-header .payment-title .title-wrapper {
	display: flex;
	align-items: flex-end
}

.main-header .payment-title .title-wrapper h4 {
	display: inline-block
}

@media (max-width: 576px) {
	.main-header .payment-title .title {
		font-size: 1.125rem
	}
}

.main-header .payment-info-wrapper {
	position: relative;
	transition: height 200ms ease
}

.main-header .payment-info-wrapper .pos-absolute {
	position: absolute;
	width: 100%
}

.main-header .full-payment-info {
	animation-delay: 500ms
}

.main-header .full-payment-info p {
	margin: 0;
	font-family: "Inter", sans-serif;
	color: rgba(255, 255, 255, 0.9);
	font-size: .875rem
}

.main-header .full-payment-info p .amount {
	font-size: 1.25rem
}

.main-header .full-payment-info p b {
	font-family: "Gilroy", serif;
	font-weight: 700;
	color: #fff;
	font-size: 1.125rem
}

.main-header .full-payment-info p b small {
	font-weight: 700
}

.main-header .full-payment-info .info-box {
	margin-top: 20px;
	border-color: rgba(255, 255, 255, 0.05)
}

.main-header .full-payment-info .info-box__content {
	color: rgba(255, 255, 255, 0.6)
}

.main-header .full-payment-info-toggle {
	display: inline-block;
	position: relative;
	top: -5px;
	right: -6px;
	width: 18px;
	height: 18px;
	background-image: url(src/assets/images/icons/info-icon2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 300ms
}

@media (max-width: 768px) {
	.main-header .full-payment-info-toggle {
		top: -3px
	}
}

@media (max-width: 576px) {
	.main-header .full-payment-info-toggle {
		top: -1px
	}
}

.main-header .full-payment-info-toggle:hover,
.main-header .full-payment-info-toggle:focus {
	opacity: 1
}

.main-header .payment-amount {
	margin-top: 5px
}

.main-header .payment-amount .amount {
	font-size: 2.375rem;
	margin: 0;
	line-height: 1.875rem;
	white-space: nowrap;
	margin-bottom: 5px
}

.main-header .payment-amount .amount small {
	font-size: 1.5rem
}

@media (max-width: 576px) {
	.main-header .payment-amount .amount {
		font-size: 1.875rem
	}
}

.main-header .payment-amount .desc-wrapper {
	position: relative
}

.main-header .payment-amount .desc-wrapper .desc,
.main-header .payment-amount .desc-wrapper .protected-info {
	font-family: "Inter", sans-serif;
	letter-spacing: 0.08em;
	font-size: .625rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.main-header .payment-amount .desc-wrapper .desc {
	display: block;
	top: 0;
	position: relative;
	text-transform: uppercase
}

.main-header .payment-amount .desc-wrapper .protected-info {
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	font-size: .75rem;
	padding: 1px 10px;
	border-radius: 10px;
	background-color: #0e57d0;
	position: absolute;
	top: 20px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-weight: "Gilroy", serif;
	font-weight: 700
}

@media (max-width: 768px) {
	.main-header .payment-amount .desc-wrapper .protected-info {
		right: auto;
		left: 0
	}
}

.main-header .payment-amount .desc-wrapper.shown .protected-info {
	opacity: 1;
	visibility: visible;
	top: 0
}

.main-header .payment-amount .desc-wrapper.shown .desc {
	top: 20px;
	opacity: 0;
	visibility: hidden
}

.brand {
	width: 151px;
	height: 32px;
	background-image: url(src/assets/images/logo-white.svg);
	position: relative;
	box-sizing: border-box
}

.brand:after {
	content: '';
	position: absolute;
	right: 26.4%;
	top: 0px;
	background-color: #e4133b;
	border-radius: 100%;
	width: 5px;
	height: 5px;
	animation-duration: 1s;
	animation-fill-mode: both
}

.brand:hover:after {
	animation-name: bounce
}

.brand h2 {
	font-size: 0em
}

.brand-small {
	width: 122px;
	height: 28px;
	display: inline-block;
	background-image: url(src/assets/images/logo-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box
}

.brand-small:after {
	content: '';
	position: absolute;
	right: 26.1%;
	top: 0px;
	background-color: #e4133b;
	border-radius: 100%;
	width: 4px;
	height: 4px;
	animation-duration: 1s;
	animation-fill-mode: both;
	transition: all 300ms;
	transition-delay: 200ms
}

.brand-small:hover:after {
	animation-name: bounce;
	background-color: #fff
}

.brand-small h2 {
	font-size: 0;
	display: none
}

.main-content {
	background-color: #f0f5f9;
	position: relative;
	min-height: 100px;
	overflow: hidden
}

.main-content:after,
.main-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.main-content:after {
	z-index: 1;
	background: #000;
	background: -moz-linear-gradient(45deg, #000 0%, #fff 100%);
	background: -webkit-linear-gradient(45deg, #000 0%, #fff 100%);
	background: linear-gradient(45deg, #000 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
	mix-blend-mode: overlay;
	opacity: 0.3;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}

.main-content .main-content-wrapper {
	position: relative;
	z-index: 3;
	will-change: height
}

.main-content hr {
	background-color: rgba(90, 118, 139, 0.2);
	border: 0;
	height: 1px;
	margin: 20px 0px
}

.footer-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 45px
}

.logo {
	height: 45px;
	display: inline-block;
	background-size: contain;
	opacity: 0.35;
	transition: all 600ms;
	max-width: 25%;
	background-repeat: no-repeat;
	background-position: center
}

.logo:hover {
	opacity: 1
}

.logo.logo-knf {
	background-image: url(src/assets/images/logo-knf.svg);
	width: 202px;
	margin-right: -10px
}

.logo.logo-certum {
	background-image: url(src/assets/images/logo-certum.svg);
	width: 141px
}

.logo.logo-visa-verified {
	background-image: url(src/assets/images/logo-visa-verified.svg);
	width: 90px;
	height: 50px
}

.logo.logo-ipay {
	background-image: url(src/assets/images/logo-ipay.svg);
	width: 119px
}

.content-wrapper {
	padding: 0px 60px
}

.content-wrapper.p-all {
	padding: 40px 60px 50px 60px
}

@media (max-width: 768px) {
	.content-wrapper {
		padding: 0px 25px
	}
	.content-wrapper.p-all {
		padding: 25px 25px 40px 25px
	}
}

.wrapper-w-410,
.wrapper-w-540 {
	margin-left: auto;
	margin-right: auto
}

.wrapper-w-410 {
	max-width: 410px
}

.wrapper-w-540 {
	max-width: 540px
}

.content-card {
	animation-duration: 600ms;
	will-change: opacity, transform
}

.content-card .button-no-bg {
	margin-bottom: 20px
}

.content-card.pos-absolute {
	position: absolute;
	top: 0;
	width: 100%
}

.content-box {
	display: inline-block
}

.content-box .amount-value {
	font-weight: 700;
	font-size: 1.875rem
}

.content-box .amount small {
	font-size: 1.375rem
}

.content-box .small-desc {
	display: block;
	font-size: .75rem;
	text-transform: uppercase;
	color: #5a768b;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.04em
}

.info-box {
	position: relative;
	border: solid 2px rgba(90, 118, 139, 0.08);
	padding: 20px 20px 20px 58px;
	border-radius: 10px
}

.info-box__icon {
	position: absolute;
	top: 23px;
	left: 20px
}

.info-box__content {
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: rgba(0, 0, 0, 0.7)
}

.xsmall-icon {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat
}

.xsmall-icon.icon-info {
	width: 25px;
	height: 25px;
	background-image: url(src/assets/images/icons/info-icon.svg)
}

.xsmall-icon.icon-lock {
	width: 25px;
	height: 25px;
	background-image: url(src/assets/images/icons/lock-icon.svg)
}

.xsmall-icon.icon-shield {
	width: 25px;
	height: 25px;
	background-image: url(src/assets/images/icons/shield-icon.svg)
}

.status-wrapper {
	padding: 50px 0px 40px 0px
}

.status-wrapper .text-block {
	font-family: "Inter", sans-serif
}

.status-wrapper .button-border2 {
	display: inline-block;
	padding: 12px 30px
}

.status-wrapper hr {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px
}

.status-wrapper .text-block {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 576px) {
	.status-wrapper {
		padding-top: 20px
	}
}

.pbl-status-info {
	margin-top: 35px
}

.pbl-status-info .brand-small {
	background-image: url(src/assets/images/logo.svg);
	transform: scale(0.9)
}

.pbl-status-info .brand-small:hover:after {
	background-color: #e4133b
}

.pbl-status-info p {
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: #5a768b
}

.pbl-status-info p .color-pink {
	font-family: "Gilroy", serif
}

.pbl-status-info .pbl-id {
	font-size: .75rem;
	color: rgba(90, 118, 139, 0.5)
}

.status-icon-wrapper {
	text-align: center;
	margin-bottom: 30px;
	position: relative
}

.status-icon-wrapper .bg {
	width: 100%;
	height: 254px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.status-icon-wrapper .bg.bg-green {
	background-image: url(src/assets/images/bg-dots-green.svg)
}

.status-icon-wrapper .bg.bg-red {
	background-image: url(src/assets/images/bg-dots-red.svg);
	opacity: 0.3;
	max-width: 500px
}

.status-icon {
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 100%;
	position: relative;
	background: #dfeaf3;
	background: -moz-linear-gradient(45deg, #dfeaf3 0%, #fff 100%);
	background: -webkit-linear-gradient(45deg, #dfeaf3 0%, #fff 100%);
	background: linear-gradient(45deg, #dfeaf3 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaf3', endColorstr='#ffffff', GradientType=1);
	box-shadow: 25px -25px 35px #f6fbfd, -30px 20px 35px #e3edf5
}

.status-icon .icon {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%)
}

.status-icon .icon.icon-check {
	width: 81px;
	height: 57px;
	background-image: url(src/assets/images/icons/check-icon.svg)
}

.status-icon .icon.icon-x {
	width: 58px;
	height: 58px;
	background-image: url(src/assets/images/icons/x-icon.svg)
}

@media (max-width: 768px) {
	.status-icon {
		width: 160px;
		height: 160px
	}
	.status-icon .icon {
		transform: scale(0.5) translate(-100%, -100%)
	}
	.status-icon .loading-spinner {
		transform: scale(0.7) translate(-70%, -70%)
	}
}

.loading-spinner {
	display: inline-block;
	position: absolute;
	width: 180px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.loading-spinner span {
	position: absolute;
	border: 4px solid rgba(90, 118, 139, 0.5);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.loading-spinner span:nth-child(2) {
	animation-delay: -0.5s
}

@keyframes lds-ripple {
	0% {
		width: 0;
		height: 0;
		border-color: rgba(90, 118, 139, 0.5)
	}
	100% {
		width: 180px;
		height: 180px;
		border-color: rgba(90, 118, 139, 0)
	}
}

.payment-button {
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
	transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@media (max-width: 576px) {
	.payment-button {
		padding-top: 5px;
		padding-bottom: 5px
	}
}

.payment-button:hover:after,
.payment-button:focus:after {
	background-color: rgba(0, 92, 154, 0.04)
}

.payment-button:hover:before,
.payment-button:focus:before {
	opacity: 0.04;
	width: 100%
}

.payment-button:hover .payment-button__icon .large-icon,
.payment-button:focus .payment-button__icon .large-icon {
	opacity: 1
}

.payment-button:hover .payment-button__icon .large-icon.apple-gpay,
.payment-button:focus .payment-button__icon .large-icon.apple-gpay {
	background-image: url(src/assets/images/icons/apple-gpay-color.svg)
}

.payment-button:focus {
	outline: none
}

.payment-button.blik-bg {
	background-image: -moz-linear-gradient(-79deg, #e6331c 0%, #e84a80 100%);
	background-image: -webkit-linear-gradient(-79deg, #e6331c 0%, #e84a80 100%);
	background-image: -ms-linear-gradient(-79deg, #e6331c 0%, #e84a80 100%);
	color: #fff;
	padding-top: 28px;
	padding-bottom: 29px;
	overflow: hidden
}

@media (max-width: 576px) {
	.payment-button.blik-bg {
		padding-top: 19px;
		padding-bottom: 19px
	}
}

.payment-button.blik-bg .blik-bg-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.08);
	transition: all 600ms;
	opacity: 0;
	z-index: 3
}

.payment-button.blik-bg .payment-button__content {
	position: relative;
	z-index: 3
}

.payment-button.blik-bg .payment-button__content .desc {
	color: rgba(255, 255, 255, 0.8)
}

.payment-button.blik-bg .payment-button__button {
	z-index: 2;
	background: #e84a80;
	background: -moz-linear-gradient(45deg, #e84a80 0%, #e52914 100%);
	background: -webkit-linear-gradient(45deg, #e84a80 0%, #e52914 100%);
	background: linear-gradient(45deg, #e84a80 0%, #e52914 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a80', endColorstr='#e52914', GradientType=1);
	box-shadow: inset 2px -2px 2px rgba(255, 255, 255, 0.05)
}

.payment-button.blik-bg .payment-button__button.arrow {
	background-image: url(src/assets/images/icons/small-arrow-white.svg)
}

.payment-button.blik-bg:after,
.payment-button.blik-bg:before {
	display: none
}

.payment-button.blik-bg:hover .blik-bg-hover {
	opacity: 1
}

.payment-button.blik-bg:hover .payment-button__content .title {
	color: #fff
}

.payment-button:before,
.payment-button:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%
}

.payment-button:before {
	height: 100%;
	width: 0%;
	background: -moz-linear-gradient(left, #005c9a 0%, rgba(214, 229, 239, 0) 83%, rgba(255, 255, 255, 0) 99%);
	background: -webkit-linear-gradient(left, #005c9a 0%, rgba(214, 229, 239, 0) 83%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(to right, #005c9a 0%, rgba(214, 229, 239, 0) 83%, rgba(255, 255, 255, 0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c9a', endColorstr='#00ffffff', GradientType=1);
	opacity: 0;
	transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.payment-button:after {
	height: 3px;
	background-color: rgba(0, 92, 154, 0.08);
	border-bottom: 1px solid #fff;
	mix-blend-mode: overlay;
	transition: all 300ms
}

.payment-button:last-child:after {
	display: none
}

.payment-button__icon {
	width: 140px;
	height: 80px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	z-index: 3
}

.payment-button__icon .large-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.3;
	mix-blend-mode: overlay;
	transition: all 400ms
}

@media (max-width: 576px) {
	.payment-button__icon {
		width: 80px;
		margin-right: 20px
	}
	.payment-button__icon .large-icon {
		transform: scale(0.7) translate(-70%, -70%)
	}
	.payment-button__icon .blik-logo {
		width: 80px;
		height: 50px;
		background-size: contain;
		position: absolute;
		left: 50%;
		top: 49%;
		transform: translate(-50%, -50%);
		background-repeat: no-repeat;
		background-position: center
	}
}

.payment-button__content {
	display: inline-block;
	padding-top: 4px
}

.payment-button__content .title {
	font-size: 1.375rem;
	margin-bottom: 3px;
	transition: all 300ms
}

.payment-button__content .title .separate {
	opacity: 0.3
}

.payment-button__content .desc {
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: #5a768b
}

@media (max-width: 576px) {
	.payment-button__content {
		width: calc(100% - 20px - 80px)
	}
	.payment-button__content .title {
		font-size: 1.125rem
	}
	.payment-button__content .desc {
		font-size: .75rem
	}
}

.payment-button__button {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate(0%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #f8fafc;
	background: -moz-linear-gradient(45deg, #f8fafc 0%, #dee8f1 100%);
	background: -webkit-linear-gradient(45deg, #f8fafc 0%, #dee8f1 100%);
	background: linear-gradient(45deg, #f8fafc 0%, #dee8f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafc', endColorstr='#dee8f1', GradientType=1);
	box-shadow: inset 2px -2px 2px #fff
}

@media (max-width: 768px) {
	.payment-button__button {
		right: 40px
	}
}

.payment-button__button .arrow {
	position: absolute;
	display: block;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(src/assets/images/icons/small-arrow-light-blue.svg);
	height: 18px;
	width: 11px
}

@media (max-width: 576px) {
	.payment-button__button {
		display: none
	}
}

.large-icon {
	display: block;
	background-repeat: no-repeat;
	background-position: center
}

.large-icon.glob {
	width: 64px;
	height: 64px;
	background-image: url(src/assets/images/icons/glob.svg)
}

.large-icon.payment-card {
	width: 60px;
	height: 44px;
	background-image: url(src/assets/images/icons/card.svg)
}

.large-icon.bag {
	width: 55px;
	height: 61px;
	background-image: url(src/assets/images/icons/bag.svg)
}

.large-icon.paypal {
	width: 45px;
	height: 53px;
	background-image: url(src/assets/images/icons/paypal.svg)
}

.large-icon.psc {
	width: 36px;
	height: 53px;
	background-image: url(src/assets/images/icons/psc.svg)
}

.large-icon.apple-gpay {
	width: 95px;
	height: 51px;
	background-image: url(src/assets/images/icons/apple-gpay.svg)
}

.blik-logo {
	display: block;
	width: 140px;
	height: 80px;
	background-image: url(src/assets/images/icons/blik-logo.svg)
}

.blik-wrapper .blik-logo {
	margin-left: auto;
	margin-right: auto
}

.blik-wrapper .form-desc {
	margin-top: 30px
}

.blik-wrapper .blik-number {
	margin-bottom: 35px
}

.apps-icon-list {
	text-align: center;
	margin-bottom: 20px
}

.apps-icon-list img {
	margin: 10px
}

.banks-list {
	margin-bottom: 35px
}

.banks-list .traditional-transfer label:hover {
	border-color: #5a768b
}

.banks-list .traditional-transfer img {
	max-width: 80px
}

.bank-transfer-channel-container {
	width: 100%;
	background-color: rgba(90, 118, 139, 0.08);
	padding: 20px 30px 10px 30px;
	border-radius: 10px;
	margin-bottom: 10px
}

.bank-transfer-channel-container.not-shown .channel-type-box {
	opacity: 0;
	transform: scale(0.9)
}

.bank-transfer-channel-container .box-title {
	display: block;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: #5a768b;
	margin-bottom: 15px
}



.spinner {
	width: 40px;
	height: 40px;
	margin: 50px auto;
	background-color: #5a768b;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out
}

@keyframes sk-scaleout {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1);
		opacity: 0
	}
}

.payment-card-type {
	text-align: center;
	margin-bottom: 30px
}

.payment-card-type.selected img {
	opacity: 0.3;
	filter: grayscale(1)
}

.payment-card-type.selected .active {
	opacity: 1;
	filter: grayscale(0)
}

.payment-card-type img {
	display: inline-block;
	margin: 0px 10px;
	transition: all 300ms
}

.instalments-wrapper {
	padding-top: 20px
}

.instalments-wrapper .form-range-slider {
	margin-top: 10px
}

.instalments-bank {
	padding-top: 7px;
	padding-bottom: 11px
}

.paypal-wrapper .paypal-logo {
	margin-bottom: 20px
}

.paypal-logo {
	background-image: url(src/assets/images/paypal-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 40px;
	display: inline-block
}

.psc-wrapper .psc-logo {
	margin-bottom: 20px
}

.psc-logo {
	background-image: url(src/assets/images/psc-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 43px;
	display: inline-block
}

.apple-gpay-wrapper {
	text-align: center
}

.protection-info {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	top: 40px;
	z-index: -1;
	float: left;
	transition: all 400ms ease-in-out, height 0ms;
	height: 0;
	opacity: 0;
	visibility: hidden;
	will-change: top, opacity, margin-top, height;
	margin-top: -15px;
	padding-top: 3px
}

.protection-info.shown {
	top: 0;
	visibility: visible;
	opacity: 1;
	height: 40px
}

.protection-info__icon {
	position: absolute;
	left: 0%;
	top: 3px
}

.protection-info__icon .small-icon {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.protection-info__icon .small-icon.icon-shield {
	background-image: url(src/assets/images/icons/shield-icon.svg);
	width: 25px;
	height: 30px
}

.protection-info__content {
	padding-left: 38px;
	line-height: 1.25rem;
	font-size: .875rem
}

.protection-info__content .title {
	font-weight: 700;
	display: block;
	color: #0e57d0
}

.protection-info__content .desc {
	font-weight: 700
}

.protection-info__content .desc b {
	text-decoration: underline
}

.rangeslider {
	position: relative;
	display: block;
	cursor: pointer;
	height: 25px;
	width: 100%
}

.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle {
	display: block;
	position: absolute;
	top: 50%;
	height: 10px;
	z-index: 2;
	background: rgba(90, 118, 139, 0.3);
	border-radius: 10px;
	will-change: width
}

.rangeslider__handle {
	will-change: width, height, top;
	width: 23px;
	height: 23px;
	display: inline-block;
	position: relative;
	top: 18px;
	z-index: 3;
	cursor: pointer;
	border: solid 3px #fff;
	border-radius: 50%;
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, top 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, top 0.1s ease-in-out, box-shadow 200ms;
	box-shadow: 0px 5px 15px rgba(90, 118, 139, 0.15);
	background: #bbccdb;
	background: -moz-linear-gradient(top, #bbccdb 0%, #e2e9ef 100%);
	background: -webkit-linear-gradient(top, #bbccdb 0%, #e2e9ef 100%);
	background: linear-gradient(to bottom, #bbccdb 0%, #e2e9ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbccdb', endColorstr='#e2e9ef', GradientType=0)
}

.rangeslider__handle:active,
.rangeslider__handle:hover {
	box-shadow: 0px 4px 18px rgba(90, 118, 139, 0.4)
}

.rangeslider__fill__bg {
	background: rgba(90, 118, 139, 0.2);
	width: 100%
}

.rangeslider--disabled {
	opacity: 0.4
}


/*# sourceMappingURL=bundle.css.map*/