.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide img {
	display: block
}

.slick-initialized .slick-slide {
	display: block
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../assets/slick.25572f22.eot);
	src: url(../assets/slick.25572f22.eot) format("embedded-opentype"), url(../assets/slick.653a4cbb.woff) format("woff"), url(../assets/slick.6aa1ee46.ttf) format("truetype"), url(../assets/slick.f895cfdf.svg) format("svg")
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

.slick-prev:before {
	content: "←"
}

.slick-next {
	right: -25px
}

.slick-next:before {
	content: "→"
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.footerAccordion {
	padding-top: 16px
}

@media(min-width:1366px) {
	.footerAccordion {
		display: none
	}
}

@media(min-width:768px) {
	.footerAccordion {
		max-width: 720px;
		margin: 0 auto;
		padding-top: 40px
	}
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition-delay: 10ms
}

.slick-prev {
	background-size: cover !important;
	width: 24px;
	height: 24px;
	background-image: url(../assets/carousel-chevron-left.svg) !important;
	background-color: transparent;
	opacity: 1;
	top: unset
}

.slick-prev:before {
	display: none
}

.slick-next {
	background-size: cover !important;
	width: 24px;
	height: 24px;
	background-image: url(../assets/carousel-chevron-right.svg) !important;
	background-color: transparent;
	top: unset
}

.slick-next:before {
	display: none
}

.slick-dots {
	bottom: -35px
}

.slick-dots li button:before {
	opacity: 1;
	color: #616267
}

.slick-dots li.slick-active button:before {
	font-size: 8px;
	color: #030e31
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: none;
	background-size: inherit
}

.slick-next:focus,
.slick-next:hover {
	background-image: inherit
}

@media(min-width:414px) {

	.slick-next,
	.slick-prev {
		width: 32px;
		height: 32px
	}

	.slick-dots li button:before {
		font-size: 9px
	}

	.slick-dots li.slick-active button:before {
		font-size: 12px
	}
}

@media(min-width:1366px) {
	.slick-dots {
		bottom: -40px
	}

	.slick-next,
	.slick-prev {
		width: 24px;
		height: 24px
	}

	.slick-dots li button:before {
		font-size: 6px
	}

	.slick-dots li.slick-active button:before {
		font-size: 8px
	}
}

.ourPartnersCarousel {
	position: relative;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	height: 64px
}

.ourPartnersCarouselSlide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.ourPartnersCarouselSlide,
.ourPartnersCarouselSlideImage {
	height: 64px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ourPartnersCarouselSlideImage {
	-o-object-fit: contain;
	object-fit: contain;
	width: auto
}

@media(min-width:414px) {

	.ourPartnersCarousel,
	.ourPartnersCarouselSlide {
		height: 72px
	}

	.ourPartnersCarouselSlideImage {
		height: 72px;
		width: auto
	}
}

@media(min-width:768px) {
	.ourPartnersCarouselSlide {
		height: 56px
	}

	.ourPartnersCarousel {
		height: 56px;
		width: 595px
	}

	.ourPartnersCarouselSlideImage {
		width: 182px;
		height: 56px
	}
}

@media(min-width:1366px) {

	.ourPartnersCarousel,
	.ourPartnersCarouselSlide {
		height: 48px
	}

	.ourPartnersCarousel {
		width: 792px
	}

	.ourPartnersCarouselSlideImage {
		width: 174px;
		height: 48px
	}
}

.lastArticlesCarousel {
	position: relative;
	padding-bottom: 48px;
	margin: 0 auto;
	max-width: 470px
}

.lastArticlesCarousel .slick-prev {
	left: 16px;
	bottom: -58px;
	z-index: 10
}

.lastArticlesCarousel .slick-next {
	position: absolute;
	right: 16px;
	bottom: -58px;
	z-index: 10
}

.lastArticlesCarousel .slick-dots {
	bottom: -45px
}

.lastArticlesCarouselSlide {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center;
	align-items: flex-start;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer
}

.lastArticlesCarouselImage {
	width: 100%;
	min-height: 160px;
	height: auto;
	margin-bottom: 16px;
	position: relative
}

.lastArticlesCarouselImage .slideImage {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100% !important;
	position: relative !important;
	height: unset !important
}

.lastArticlesCarouselDate {
	position: relative;
	color: #616267;
	padding-left: 20px;
	margin-bottom: 8px
}

.lastArticlesCarouselDate:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../assets/calendar.svg)
}

.lastArticlesCarouselTitle {
	display: -webkit-box;
	max-height: 64px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-y: hidden
}

@media(min-width:414px) {
	.lastArticlesCarousel {
		padding-bottom: 64px
	}

	.lastArticlesCarousel .slick-dots {
		bottom: -64px
	}

	.lastArticlesCarousel .slick-prev {
		left: 16px;
		bottom: -84px
	}

	.lastArticlesCarousel .slick-next {
		position: absolute;
		right: 16px;
		bottom: -84px
	}

	.lastArticlesCarouselDate {
		padding-left: 32px
	}

	.lastArticlesCarouselDate:before {
		top: 1px;
		width: 24px;
		height: 24px
	}
}

@media(min-width:768px) {
	.lastArticlesCarousel {
		max-width: 752px;
		padding-bottom: 64px
	}

	.lastArticlesCarousel .slick-dots {
		bottom: -64px
	}

	.lastArticlesCarousel .slick-prev {
		left: 130px;
		bottom: -85px
	}

	.lastArticlesCarousel .slick-next {
		right: 130px;
		bottom: -85px
	}

	.lastArticlesCarouselImage {
		margin-bottom: 16px
	}
}

@media(min-width:1366px) {
	.lastArticlesCarousel {
		max-width: 1208px;
		padding-bottom: 56px
	}

	.lastArticlesCarousel .slick-dots {
		bottom: -56px
	}

	.lastArticlesCarousel .slick-prev {
		left: 420px;
		bottom: -70px
	}

	.lastArticlesCarousel .slick-next {
		right: 420px;
		bottom: -70px
	}

	.lastArticlesCarouselSlide {
		padding-left: 20px;
		padding-right: 20px
	}

	.lastArticlesCarouselDate {
		padding-left: 24px
	}

	.lastArticlesCarouselDate:before {
		top: 3px;
		width: 16px;
		height: 16px
	}

	.lastArticlesCarouselTitle {
		max-height: 48px
	}
}

.lastArticlesCarouselDate:before,
.slick-next,
.slick-prev {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.videoCarousel {
	width: 100%;
	max-width: 470px;
	padding-bottom: 50px;
	margin: 0 auto
}

.videoCarousel .slick-slide {
	padding: 0 16px
}

.videoCarousel .slick-dots {
	bottom: -20px
}

.videoCarousel .slick-prev {
	left: 16px;
	top: unset;
	bottom: -33px;
	z-index: 15
}

.videoCarousel .slick-next {
	right: 16px;
	top: unset;
	bottom: -33px;
	z-index: 15
}

@media(min-width:414px) {
	.videoCarousel {
		padding-bottom: 66px
	}

	.videoCarousel .slick-dots {
		bottom: -30px
	}

	.videoCarousel .slick-next,
	.videoCarousel .slick-prev {
		bottom: -50px
	}
}

@media(min-width:768px) {
	.videoCarousel {
		max-width: 752px;
		padding-bottom: 64px
	}

	.videoCarousel .slick-dots {
		bottom: -30px
	}

	.videoCarousel .slick-prev {
		left: 130px;
		bottom: -50px
	}

	.videoCarousel .slick-next {
		right: 130px;
		bottom: -50px
	}
}

@media(min-width:1366px) {
	.videoCarousel {
		max-width: 1208px;
		padding-bottom: 56px
	}

	.videoCarousel .slick-dots {
		bottom: -25px
	}

	.videoCarousel .slick-prev {
		left: 418px;
		bottom: -37px
	}

	.videoCarousel .slick-next {
		right: 418px;
		bottom: -37px
	}
}

.iti {
	position: relative;
	display: inline-block;
	width: 100%
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.hide {
	display: none !important
}

.iti input,
.iti input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none
}

.iti__selected-flag:after {
	content: "";
	width: 2px;
	height: calc(100% - 1px);
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff
}

.iti__arrow {
	margin-left: 6px;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../assets/arrow-down.80f0fbbe.svg);
	transition: transform .2s ease
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	color: #030e31
}

.iti__flag {
	width: 20px
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5652px 15px
	}
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(/flags/flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(/flags/flags@2x.png)
	}
}

body,
html {
	padding: 0;
	margin: 0;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	scroll-behavior: smooth;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

@media(min-width:414px) {

	body,
	html {
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {

	body,
	html {
		font-size: 16px;
		line-height: 24px
	}
}

h1,
h2,
h3,
h4 {
	font-family: Raleway, sans-serif;
	margin: 0;
	padding: 0;
	color: #030e31
}

h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 800
}

@media(min-width:360px) {
	h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media(min-width:414px) {
	h1 {
		font-size: 48px;
		line-height: 56px
	}
}

@media(min-width:768px) {
	h1 {
		font-size: 56px;
		line-height: 64px
	}
}

.h2,
h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700
}

@media(min-width:414px) {

	.h2,
	h2 {
		font-size: 32px;
		line-height: 40px
	}
}

@media(min-width:1366px) {

	.h2,
	h2 {
		font-size: 40px;
		line-height: 48px
	}
}

h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700
}

@media(min-width:414px) {
	h3 {
		font-size: 28px;
		line-height: 32px
	}
}

@media(min-width:1366px) {
	h3 {
		font-size: 24px;
		line-height: 32px
	}
}

h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700
}

@media(min-width:414px) {
	h4 {
		font-size: 24px;
		line-height: 32px
	}
}

@media(min-width:1366px) {
	h4 {
		font-size: 20px;
		line-height: 24px
	}
}

section {
	margin-top: 64px;
	margin-bottom: 64px
}

@media(min-width:360px) {
	section {
		margin-top: 72px;
		margin-bottom: 72px
	}
}

@media(min-width:414px) {
	section {
		margin-top: 80px;
		margin-bottom: 80px
	}
}

@media(min-width:768px) {
	section {
		margin-top: 96px;
		margin-bottom: 96px
	}
}

@media(min-width:1366px) {
	section {
		margin-top: 128px;
		margin-bottom: 128px
	}
}

aside {
	padding-top: 32px;
	padding-bottom: 40px
}

@media(min-width:360px) {
	aside {
		padding-top: 40px;
		padding-bottom: 48px
	}
}

@media(min-width:768px) {
	aside {
		padding-top: 64px;
		padding-bottom: 64px
	}
}

@media(min-width:1366px) {
	aside {
		padding-top: 72px;
		padding-bottom: 72px
	}
}

li,
ul {
	list-style: none
}

li,
p,
ul {
	padding: 0;
	margin: 0
}

a {
	color: inherit;
	text-decoration: none
}

* {
	box-sizing: border-box
}

.yellow {
	color: gold
}

.container {
	max-width: 470px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto
}

@media(min-width:768px) {
	.container {
		max-width: 768px;
		padding: 0 24px
	}
}

@media(min-width:1366px) {
	.container {
		max-width: 1208px;
		padding: 0
	}
}

.popUpContainer {
	position: relative;
	margin: 0 auto;
	max-width: 288px;
	width: 100%
}

@media(min-width:360px) {
	.popUpContainer {
		max-width: 328px
	}
}

@media(min-width:414px) {
	.popUpContainer {
		max-width: 382px
	}
}

@media(min-width:768px) {
	.popUpContainer {
		max-width: 720px
	}
}

@media(min-width:1366px) {
	.popUpContainer {
		padding: 0 24px
	}
}

.paddingOurPartnersHome {
	padding-top: 56px
}

@media(min-width:414px) {
	.paddingOurPartnersHome {
		padding-top: 60px
	}
}

@media(min-width:768px) {
	.paddingOurPartnersHome {
		padding-top: 72px
	}
}

@media(min-width:1366px) {
	.paddingOurPartnersHome {
		padding-top: 96px
	}

	.paddingOurPartnersHome.firstSection {
		padding-top: 64px;
		margin-bottom: 128px
	}
}

@media(min-width:768px) {
	.columnCenter-md {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.show-md {
	display: none
}

@media(min-width:768px) {
	.show-md {
		display: block !important
	}
}

.show-xl {
	display: none
}

@media(min-width:1366px) {
	.show-xl {
		display: block !important
	}
}

@media(min-width:768px) {
	.hide-md {
		display: none !important
	}
}

@media(min-width:1366px) {
	.hide-xl {
		display: none !important
	}
}

.partnerIcon path {
	transition: fill .3s ease
}

.partnerIcon:hover path.changeToOrange {
	fill: #ff9635
}

.partnerIcon:hover path.changeToWhite {
	fill: #edf2ff
}

.timesIcon path {
	transition: fill .3s ease
}

.timesIcon:hover path {
	fill: #fff
}

.timesIcon:active path {
	fill: #3a4b7f
}

.nyLogo path {
	transition: fill .3s ease
}

.nyLogo:hover path.fillSand,
.nyLogo:hover path.fillWhite {
	fill: #fff
}

.nyLogo:active path.fillSand,
.nyLogo:active path.fillWhite {
	fill: #3a4b7f
}

.cbjLogo path {
	transition: fill .3s ease
}

.cbjLogo:hover path.fillWhite {
	fill: #fff
}

.cbjLogo:active path.fillWhite {
	fill: #3a4b7f
}

.warningPopup_wrapper__4xzbD {
	display: none;
	background: #fff;
	box-shadow: 0 -6px 32px rgba(0, 0, 0, .16);
	padding: 15px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 95%;
	min-width: 143px;
	z-index: 999
}

.warningPopup_warningImage__4Ak7L {
	display: inline-block;
	position: relative;
	bottom: -5px;
	margin-right: 4px
}

.warningPopup_warningImage__4Ak7L svg {
	width: 24px;
	height: 24px;
	display: block
}

.warningPopup_title__OV7GN {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #030e31
}

.warningPopup_content__KBKS3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #050424
}

.warningPopup_line__MFH3z {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.warningPopup_button__7Bhyg {
	display: flex;
	justify-content: center;
	grid-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
	border: 1px solid #112152;
	padding: 5px 34px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	cursor: pointer;
	outline: none;
	color: #112152;
	background-color: #fff;
	width: 150px;
	font-family: Poppins, sans-serif
}

.warningPopup_button__7Bhyg:hover {
	background-color: #112152;
	color: #fff
}

@media screen and (min-width:500px) {
	.warningPopup_wrapper__4xzbD {
		max-width: 398px
	}
}

@media(min-width:768px) {
	.warningPopup_wrapper__4xzbD {
		max-width: 415px
	}
}

@media(min-width:1366px) {
	.warningPopup_wrapper__4xzbD {
		max-width: 376px
	}
}

.basicLink_basicLink__LjiNg {
	display: block;
	font-family: Poppins, sans-serif;
	padding: 12px 0;
	color: #030e31;
	border: none;
	outline: none;
	background-color: #f4f4f4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	transition: background-color .2s, color .2s;
	text-align: center
}

@media(min-width:414px) {
	.basicLink_basicLink__LjiNg {
		padding: 14px 0;
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {
	.basicLink_basicLink__LjiNg {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		padding: 12px 0
	}
}

.basicLink_basicLinkFull__DG4np {
	width: 100%
}

@media(min-width:768px) {
	.basicLink_basicLinkFull__DG4np {
		max-width: 344px
	}
}

@media(min-width:1366px) {
	.basicLink_basicLinkFull__DG4np {
		max-width: 376px
	}
}

.basicLink_basicLinkYellow__dqRlA {
	background-color: gold
}

.basicLink_basicLinkYellow__dqRlA:hover {
	background-color: #ffe661
}

.basicLink_basicLinkWhite__F30m0 {
	background-color: transparent;
	border: 1px solid #112152
}

.basicLink_basicLinkWhite__F30m0:hover {
	background-color: #112152;
	color: #f4f4f4
}

.basicLink_headerLink__BiTOy {
	display: none
}

@media(min-width:1366px) {
	.basicLink_headerLink__BiTOy {
		display: block;
		padding: 12px 0;
		width: 228px;
		color: #edf2ff;
		background-color: #112152;
		border: 1px solid #edf2ff
	}

	.basicLink_headerLink__BiTOy:hover {
		color: #112152;
		background-color: #edf2ff
	}
}

.basicButton_basicButton__z5CB_ {
	font-family: Poppins, sans-serif;
	padding: 12px 0;
	color: #030e31;
	border: none;
	outline: none;
	background-color: #f4f4f4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	transition: all .2s, color .2s;
	font-weight: 500
}

.basicButton_basicButton__z5CB_:disabled {
	cursor: auto
}

@media(min-width:414px) {
	.basicButton_basicButton__z5CB_ {
		padding: 14px 0;
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {
	.basicButton_basicButton__z5CB_ {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		padding: 12px 0
	}
}

.basicButton_basicButtonFull___Pvji {
	width: 100%
}

@media(min-width:768px) {
	.basicButton_basicButtonFull___Pvji {
		max-width: 344px
	}
}

@media(min-width:1366px) {
	.basicButton_basicButtonFull___Pvji {
		max-width: 376px
	}
}

.basicButton_basicButtonYellow___CF4F {
	background-color: gold;
	border: 1px solid gold
}

.basicButton_basicButtonYellow___CF4F:disabled {
	color: #f4f4f4;
	border-color: #707070;
	background-color: #707070
}

.basicButton_basicButtonYellow___CF4F:hover:not(:disabled) {
	background-color: #ffe661;
	border-color: #ffe661
}

.basicButton_basicButtonBlue__V5tKe {
	background-color: #112152;
	border: 1px solid #112152;
	color: #fff
}

.basicButton_basicButtonBlue__V5tKe:hover {
	background-color: #fff;
	color: #112152
}

.basicButton_basicButtonBlue__V5tKe:disabled {
	background-color: #a0a6ba;
	border-color: #a0a6ba;
	color: #616267;
	transition: none
}

.basicButton_basicButtonLink__L6xUH {
	color: #616267;
	background-color: transparent
}

.basicButton_basicButtonComplete__X7Vfi {
	color: #030e31;
	background-color: gold;
	width: 136px
}

.basicButton_basicButtonComplete__X7Vfi:hover:not(:disabled) {
	background-color: #f4ce00
}

.basicButton_basicButtonComplete__X7Vfi:disabled {
	background-color: #616267;
	color: #f4f4f4;
	transition: none
}

.basicButton_basicButtonLinkNext__OBhUw {
	width: 136px;
	color: #f4f4f4;
	background-color: #112152
}

.basicButton_basicButtonLinkNext__OBhUw:hover:not(:disabled) {
	background-color: #030e31
}

.basicButton_basicButtonLinkNext__OBhUw:disabled {
	background-color: #616267
}

@media(min-width:1366px) {
	.basicButton_headerBtn__CaqR5:hover:not(:disabled) {
		color: #112152;
		background-color: #edf2ff
	}
}

.basicButton_ml32__SXrWP {
	margin-left: 32px
}

@media(min-width:414px) {

	.basicButton_basicButtonComplete__X7Vfi,
	.basicButton_basicButtonLinkNext__OBhUw {
		width: 160px
	}

	.basicButton_ml32__SXrWP {
		margin-left: 40px
	}
}

.basicButton_basicCaseButton__GtkA9:hover:not(:disabled) {
	background-color: gold;
	color: #030e31
}

.basicButton_fullSizeButton___CIQt {
	width: 100%
}

.Accordion_accordionItem__9EerH .Accordion_default__QqtSt:after,
.Accordion_accordionItem__9EerH .Accordion_title__zZok5:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.Accordion_accordionItem__9EerH {
	border-bottom: 1px solid #a0a6ba
}

.Accordion_accordionItem__9EerH p {
	color: #616267
}

.Accordion_accordionItem__9EerH .Accordion_default__QqtSt,
.Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding: 16px 40px 16px 0;
	cursor: pointer
}

@media(min-width:360px) {

	.Accordion_accordionItem__9EerH .Accordion_default__QqtSt,
	.Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media(min-width:768px) {

	.Accordion_accordionItem__9EerH .Accordion_default__QqtSt,
	.Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 24px;
		line-height: 32px
	}
}

@media(min-width:1366px) {

	.Accordion_accordionItem__9EerH .Accordion_default__QqtSt,
	.Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
		font-size: 20px;
		line-height: 24px
	}
}

.Accordion_accordionItem__9EerH .Accordion_default__QqtSt:after,
.Accordion_accordionItem__9EerH .Accordion_title__zZok5:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background-image: url(../assets/chevron-down.f730dd31.svg);
	transition: transform .3s ease-out
}

@media(min-width:768px) {

	.Accordion_accordionItem__9EerH .Accordion_default__QqtSt:after,
	.Accordion_accordionItem__9EerH .Accordion_title__zZok5:after {
		width: 32px;
		height: 32px
	}
}

@media(min-width:1366px) {

	.Accordion_accordionItem__9EerH .Accordion_default__QqtSt:after,
	.Accordion_accordionItem__9EerH .Accordion_title__zZok5:after {
		width: 24px;
		height: 24px
	}
}

.Accordion_accordionItem__9EerH .Accordion_default__QqtSt.Accordion_isOpened__ojV9y:after,
.Accordion_accordionItem__9EerH .Accordion_title__zZok5.Accordion_isOpened__ojV9y:after {
	transform: translateY(-50%) rotate(180deg)
}

.Accordion_accordionItem__9EerH .Accordion_body__1TO_5 {
	/* max-height: 0; */
	overflow: hidden;
	transition: max-height .3s ease-in-out
}

@media(min-width:768px) {
	.Accordion_accordionItem__9EerH .Accordion_body__1TO_5 {
		font-size: 18px;
		line-height: 28px
	}
}

.Accordion_accordionItem__9EerH .Accordion_body__1TO_5 p+p {
	margin-top: 32px
}

.Accordion_accordionItem__9EerH .Accordion_body__1TO_5>:last-child {
	display: block;
	margin-bottom: 16px
}

@media(min-width:360px) {
	.Accordion_accordionItem__9EerH .Accordion_body__1TO_5>:last-child {
		margin-bottom: 24px
	}
}

@media(min-width:768px) {
	.Accordion_accordionItem__9EerH .Accordion_body__1TO_5>:last-child {
		margin-bottom: 24px
	}
}

.Accordion_footer__ongOa .Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
	color: #edf2ff;
	padding-top: 16px;
	padding-bottom: 16px
}

@media(min-width:768px) {
	.Accordion_footer__ongOa .Accordion_accordionItem__9EerH .Accordion_title__zZok5 {
		padding-top: 16px;
		padding-bottom: 16px
	}
}

.Accordion_footer__ongOa .Accordion_accordionItem__9EerH .Accordion_title__zZok5:after {
	background-image: url(../assets/chevron-down-white.693f9381.svg)
}

.Accordion_footer__ongOa .Accordion_accordionItem__9EerH .Accordion_body__1TO_5 {
	color: #a0a6ba
}

.footerLinks_footerLinks__uylMr {
	padding-top: 16px;
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 16px;
	row-gap: 16px
}

.footerLinks_link__BJoHk {
	color: #edf2ff
}

@media(min-width:1366px) {
	.footerLinks_link__BJoHk {
		color: #a0a6ba
	}
}

.footerLinks_link__BJoHk:hover {
	color: #edf2ff
}

@media(min-width:768px) {
	.footerLinks_footerLinks__uylMr {
		max-width: 720px
	}
}

@media(min-width:1366px) {
	.footerLinks_footerLinks__uylMr {
		flex-direction: row;
		padding: 0;
		margin: 0;
		grid-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

.select_select__G__17:after {
	background-repeat: no-repeat;
	background-position: 50%
}

.select_select__G__17 {
	position: relative;
	background: #f4f4f4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	padding: 12px 16px;
	cursor: pointer;
	color: #112152
}

.select_select__G__17:after {
	content: "";
	position: absolute;
	right: 12px;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url(../assets/selectArrow.svg);
	transition: transform .2s ease
}

.select_selectValue__QwaDv {
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.select_selectDropdown__KxI_V {
	visibility: hidden;
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 0;
	top: -270px;
	width: 100%;
	background: #f4f4f4;
	opacity: 0;
	transition: visibility .1s ease, opacity .1s ease;
	z-index: 100;
	padding: 8px 0
}

.select_selectDropdownItem__yGZs_ {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-top: 1px solid #f4f4f4;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #616267;
	transition: color .3s
}

.select_selectDropdownItem__yGZs_:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 4px;
	height: 100%;
	background-color: gold;
	opacity: 0;
	transition: opacity .3s
}

.select_selectDropdownItem__yGZs_:hover {
	color: #112152
}

.select_selectDropdownItem__yGZs_:hover:before {
	opacity: 1
}

@media(min-width:414px) {
	.select_select__G__17:after {
		width: 32px;
		height: 32px
	}

	.select_selectDropdown__KxI_V {
		top: -294px
	}
}

@media(min-width:768px) {
	.select_selectDropdown__KxI_V {
		top: 60px
	}

	.select_select__G__17:after {
		background-image: url(../assets/chevron-down.svg)
	}
}

@media(min-width:1366px) {
	.select_select__G__17:after {
		width: 24px;
		height: 24px
	}

	.select_selectDropdown__KxI_V {
		top: 56px
	}
}

.mobileMenu_link__iF5BT:after,
.mobileMenu_menuListItemTitle__yyi5Z:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.mobileMenu_menu__0rY3n {
	padding-top: 16px;
	padding-bottom: 16px;
	color: #616267
}

.mobileMenu_menuListItem__7SS2y {
	border-bottom: 1px solid #f4f4f4
}

.mobileMenu_menuItem__RCcBM {
	padding: 24px 0;
	display: inline-block;
	font-family: Raleway, sans-serif;
	color: #030e31;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer
}

.mobileMenu_menuListItemTitle__yyi5Z {
	position: relative;
	display: block
}

.mobileMenu_menuListItemTitle__yyi5Z:after {
	background-image: url(../assets/chevron-up.svg);
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	transition: transform .3s
}

.mobileMenu_menuListItemTitleClosed__oi7GF:after {
	transform: translateY(-50%) rotate(180deg)
}

.mobileMenu_menuCustomizeList___pBUo {
	height: auto
}

.mobileMenu_menuInnerList__Qf41F {
	visibility: hidden;
	opacity: 0;
	transition: max-height .2s, opacity 0s 0s
}

.mobileMenu_menuInnerListItem__cDJiq {
	margin-left: 16px;
	position: relative;
	padding: 4px 0 4px 14px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #616267
}

.mobileMenu_menuInnerListItem__cDJiq:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #616267;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.mobileMenu_menuInnerListItem__cDJiq:hover {
	color: #112152
}

.mobileMenu_menuInnerListItem__cDJiq:hover:before {
	width: 6px;
	height: 6px;
	background-color: #112152
}

.mobileMenu_menuInnerListItem__cDJiq:last-of-type {
	margin-bottom: 24px
}

.mobileMenu_menuInnerListItem__cDJiq+.mobileMenu_menuInnerListItem__cDJiq {
	margin-top: 8px
}

.mobileMenu_menuInnerBlogListItem__dhcwC {
	padding-bottom: 16px;
	font-weight: 500
}

@media(min-width:414px) {
	.mobileMenu_menuInnerBlogListItem__dhcwC {
		padding-bottom: 24px
	}
}

.mobileMenu_servicesContainer__7u2dI {
	display: flex;
	flex-direction: column;
	grid-row-gap: 8px;
	row-gap: 8px;
	padding-bottom: 12px
}

.mobileMenu_link__iF5BT {
	display: inline-block;
	position: relative;
	color: #112152;
	font-weight: 500;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 16px
}

.mobileMenu_link__iF5BT:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 8px;
	right: 0;
	background-image: url(../assets/carousel-chevron-right.svg)
}

@media(min-width:360px) {
	.mobileMenu_link__iF5BT:after {
		top: 8px
	}
}

@media(min-width:414px) {
	.mobileMenu_link__iF5BT:after {
		top: 3px
	}
}

@media(min-width:768px) {
	.mobileMenu_link__iF5BT:after {
		top: 10px
	}
}

@media(min-width:414px) {
	.mobileMenu_link__iF5BT {
		padding-bottom: 24px;
		padding-top: 0
	}
}

@media(min-width:768px) {
	.mobileMenu_link__iF5BT {
		padding-top: 8px
	}
}

.mobileMenu_blogItem__S_gKy {
	display: flex;
	grid-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	align-items: center;
	height: 72px
}

@media(min-width:360px) {
	.mobileMenu_blogItem__S_gKy {
		grid-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px
	}
}

@media(min-width:414px) {
	.mobileMenu_blogItem__S_gKy {
		height: 78px
	}
}

@media(min-width:1366px) {
	.mobileMenu_blogItem__S_gKy {
		height: 72px
	}
}

.mobileMenu_imageContainer__DA2wD {
	height: 100%;
	width: 88px
}

@media(min-width:360px) {
	.mobileMenu_imageContainer__DA2wD {
		width: 112px
	}
}

.mobileMenu_image__0she8 {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.mobileMenu_blogItemContent__blfkO {
	flex-basis: 192px;
	min-width: 192px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	grid-row-gap: 4px;
	row-gap: 4px;
	max-width: 341px
}

.mobileMenu_date__SJSYc {
	color: #616267;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px
}

.mobileMenu_title__bVKxG {
	display: -webkit-box;
	max-height: 48px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-y: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #112152
}

@media(min-width:414px) {
	.mobileMenu_menu__0rY3n {
		padding-top: 8px
	}

	.mobileMenu_menuItem__RCcBM {
		padding: 24px 0
	}

	.mobileMenu_menuListItemTitle__yyi5Z:after {
		width: 32px;
		height: 32px
	}

	.mobileMenu_menuItem__RCcBM {
		font-size: 24px;
		line-height: 32px
	}

	.mobileMenu_title__bVKxG {
		font-size: 18px;
		line-height: 28px;
		max-height: 56px
	}
}

.mobileMenu_note__FwfRl {
	padding: 12px 16px;
	transform: translateX(-16px);
	width: 100dvw;
	background-color: #f4f4f4;
	color: #616267;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .2px
}

.mobileMenu_note__FwfRl strong {
	font-weight: 600
}

@media(min-width:768px) {
	.mobileMenu_menu__0rY3n {
		padding-top: 16px
	}
}

@media(min-width:1366px) {
	.mobileMenu_title__bVKxG {
		font-size: 16px;
		line-height: 24px
	}
}

@media screen and (max-width:768px) {
	.mobileMenu_menuCustomizeList___pBUo {
		height: auto
	}
}

@media screen and (max-width:413px) {
	.mobileMenu_menuCustomizeList___pBUo {
		height: auto
	}
}

.companyInfo_companyInfo__49W8H {
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center
}

.companyInfo_companyInfoContent__lmt5E p+p {
	margin-top: 16px
}

@media(min-width:360px) {
	.companyInfo_companyInfo__49W8H {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-top: 32px;
		padding-bottom: 32px
	}
}

@media(min-width:414px) {
	.companyInfo_companyInfo__49W8H {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media(min-width:768px) {
	.companyInfo_companyInfo__49W8H {
		max-width: 720px;
		margin: 0 auto
	}

	.companyInfo_companyInfoContent__lmt5E {
		max-width: 712px;
		text-align: center
	}

	.companyInfo_companyInfoContent__lmt5E p+p {
		margin-top: 6px
	}
}

@media(min-width:1366px) {
	.companyInfo_companyInfo__49W8H {
		max-width: 1208px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.companyInfo_companyInfoContent__lmt5E {
		max-width: unset;
		text-align: center
	}
}

.startForm_startForm__OzfRp {
	display: flex;
	flex-direction: column;
	grid-row-gap: 8px;
	row-gap: 8px
}

@media(min-width:768px) {
	.startForm_startForm__OzfRp {
		width: 344px
	}
}

@media(min-width:1366px) {
	.startForm_startForm__OzfRp {
		width: 376px
	}
}

.PhoneNumber_phoneNumber__FeYRP {
	position: relative;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	height: 50px;
	width: 100%;
	display: flex;
	transition: all .2s ease
}

@media(min-width:414px) {
	.PhoneNumber_phoneNumber__FeYRP {
		height: 58px
	}
}

@media(min-width:1366px) {
	.PhoneNumber_phoneNumber__FeYRP {
		height: 50px
	}
}

.PhoneNumber_phoneNumber__FeYRP input,
.PhoneNumber_phoneNumber__FeYRP span {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

@media(min-width:414px) {

	.PhoneNumber_phoneNumber__FeYRP input,
	.PhoneNumber_phoneNumber__FeYRP span {
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {

	.PhoneNumber_phoneNumber__FeYRP input,
	.PhoneNumber_phoneNumber__FeYRP span {
		font-size: 16px;
		line-height: 24px
	}
}

.PhoneNumber_phoneNumber__FeYRP input {
	outline: none;
	border: none;
	background: transparent;
	height: 100%;
	width: 100%;
	color: #112152;
	padding: 12px 16px
}

@media(min-width:414px) {
	.PhoneNumber_phoneNumber__FeYRP input {
		padding: 14px 16px
	}
}

@media(min-width:1366px) {
	.PhoneNumber_phoneNumber__FeYRP input {
		padding: 12px 16px
	}
}

.PhoneNumber_phoneNumber__FeYRP:focus-within {
	border-color: #112152;
	background: #fff
}

.PhoneNumber_phoneNumber__FeYRP:focus-within .PhoneNumber_label__S3buP {
	opacity: 1;
	padding: 0 8px;
	background-color: #fff;
	color: #112152;
	transform: translate(8px, -8px);
	font-size: 78%;
	line-height: 16px
}

.PhoneNumber_phoneInputBlock__H7yQM {
	position: relative;
	flex: 1 1
}

.PhoneNumber_label__S3buP {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: top left;
	transform: translate(0);
	transition: all .2s ease;
	color: #616267;
	pointer-events: none;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 16px
}

.PhoneNumber_phoneNumberLoading__FKCkl {
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .1) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .1) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: PhoneNumber_placeholder-wave__ddPNT 2s linear infinite;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	padding: 12px 16px
}

@media(min-width:414px) {
	.PhoneNumber_phoneNumberLoading__FKCkl {
		padding: 14px 16px
	}
}

@media(min-width:1366px) {
	.PhoneNumber_phoneNumberLoading__FKCkl {
		padding: 12px 16px
	}
}

.PhoneNumber_phoneNumberLoading__FKCkl span {
	background-color: #dbdbdb;
	display: block;
	width: 100px;
	border-radius: 0;
	height: 24px;
	margin: 0
}

@media(min-width:414px) {
	.PhoneNumber_phoneNumberLoading__FKCkl span {
		margin: 7px 0
	}
}

@media(min-width:1366px) {
	.PhoneNumber_phoneNumberLoading__FKCkl span {
		margin: 5px 0
	}
}

@keyframes PhoneNumber_placeholder-wave__ddPNT {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

.footer_footer__7PBRV {
	background-color: #030e31;
	color: #edf2ff;
	display: flex;
	flex-direction: column;
	padding-bottom: 32px
}

.footer_footer__7PBRV .footer_location__vvLFp {
	color: #a0a6ba
}

.footer_hr__PHZQJ {
	width: 100%;
	margin: 0 auto;
	border-color: #a0a6ba
}

.footer_copyrightBlock__wJOTE {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.footer_copyrightBlock__wJOTE img {
	vertical-align: middle
}

.footer_footerSiteLinksItem__OUxyf {
	padding-top: 16px
}

.footer_footerSiteLinksItem__OUxyf a {
	color: #a0a6ba
}

.footer_footerSiteLinksItem__OUxyf a:hover {
	color: #edf2ff
}

.footer_footerSiteLinksItem__OUxyf:first-of-type {
	padding-top: 0
}

.footer_footerPhonesItem__CeUjO {
	padding-bottom: 16px
}

.footer_footerPhonesItem__CeUjO a {
	color: #a0a6ba
}

.footer_footerPhonesItem__CeUjO a:hover {
	color: #edf2ff
}

.footer_footerPhonesItem__CeUjO:last-of-type {
	padding-bottom: 0
}

.footer_footerOfficeHoursItem__ZeqzP {
	padding-bottom: 16px
}

.footer_footerOfficeHoursItem__ZeqzP:last-of-type {
	padding-bottom: 0
}

.footer_footerSocialItem__Itjg_ {
	padding-bottom: 16px
}

.footer_footerSocialItem__Itjg_ a {
	color: #a0a6ba
}

.footer_footerSocialItem__Itjg_ a:hover {
	color: #edf2ff
}

.footer_footerSocialItem__Itjg_:last-of-type {
	padding-bottom: 0
}

.footer_footerBottom__vStrH {
	align-items: flex-start
}

.footer_footerBottom__vStrH,
.footer_footerSiteLinksList__z14HM {
	display: flex;
	flex-direction: column
}

.footer_chatWhatsappItem__UKU24 {
	margin-bottom: 12px
}

.footer_chatWhatsappBtn__d0Q6D {
	position: relative;
	padding-bottom: 12px !important;
	display: inline-flex;
	align-items: center;
	grid-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
	border-bottom: 1px solid #a0a6ba
}

.footer_chatWhatsappBtn__d0Q6D:hover {
	color: #edf2ff
}

.footer_chatWhatsappBtn__d0Q6D:hover svg path {
	fill: #edf2ff
}

.footer_chatWhatsappBtn__d0Q6D svg {
	display: block;
	width: 24px;
	height: 24px
}

@media(min-width:360px) {
	.footer_footer__7PBRV {
		padding-bottom: 40px
	}
}

@media(min-width:768px) {
	.footer_footer__7PBRV {
		padding-bottom: 40px
	}

	.footer_copyrightBlock__wJOTE {
		max-width: 720px;
		margin: 0 auto
	}
}

@media(min-width:1366px) {
	.footer_footer__7PBRV {
		padding-bottom: 24px
	}

	.footer_footerSiteLinksItem__OUxyf {
		padding-top: 8px;
		color: #a0a6ba;
		transition: color .2s
	}

	.footer_footerSiteLinksItem__OUxyf:hover {
		color: #edf2ff
	}

	.footer_footerPhonesItem__CeUjO {
		padding-bottom: 8px;
		color: #a0a6ba;
		transition: color .2s
	}

	.footer_footerPhonesItem__CeUjO:hover {
		color: #edf2ff
	}

	.footer_footerSocialItem__Itjg_ {
		padding-bottom: 8px;
		color: #a0a6ba;
		transition: color .2s
	}

	.footer_footerSocialItem__Itjg_:hover {
		color: #edf2ff
	}

	.footer_footerOfficeHoursItem__ZeqzP {
		padding-bottom: 8px;
		color: #a0a6ba;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.footer_footerBottom__vStrH {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-top: 24px
	}

	.footer_copyrightBlock__wJOTE {
		justify-content: flex-end;
		margin: 0;
		grid-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px
	}
}

.letsTalk_letsTalk__OTOhL {
	background-color: #112152
}

.letsTalk_letsTalkTitle__IW0U_ {
	color: #f4f4f4;
	margin-bottom: 16px;
	text-align: center
}

.letsTalk_letsTalkContent__yBF0a {
	color: #edf2ff;
	margin-bottom: 24px;
	text-align: center
}

@media(min-width:360px) {
	.letsTalk_letsTalkTitle__IW0U_ {
		margin-bottom: 16px
	}

	.letsTalk_letsTalkContent__yBF0a {
		margin-bottom: 32px
	}
}

@media(min-width:768px) {
	.letsTalk_letsTalkTitle__IW0U_ {
		margin-bottom: 16px
	}

	.letsTalk_letsTalkContent__yBF0a {
		max-width: 504px;
		text-align: center;
		margin-bottom: 32px
	}
}

@media(min-width:1366px) {
	.letsTalk_letsTalkContent__yBF0a {
		max-width: 584px
	}
}

.lastArticles_lastArticlesTitle__tw_xH {
	margin-bottom: 40px;
	text-align: center
}

@media(min-width:768px) {
	.lastArticles_lastArticlesTitle__tw_xH {
		margin-bottom: 56px
	}
}

@media(min-width:1366px) {
	.lastArticles_lastArticlesTitle__tw_xH {
		margin-bottom: 48px
	}
}

.serviceMenuColumnMobile_link__xtUXp {
	margin-left: 16px;
	position: relative;
	padding: 4px 0 4px 14px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #616267
}

@media(min-width:1366px) {
	.serviceMenuColumnMobile_link__xtUXp {
		display: block;
		margin-left: 0;
		white-space: nowrap
	}
}

.serviceMenuColumnMobile_link__xtUXp+.serviceMenuColumnMobile_link__xtUXp {
	margin-top: 8px
}

.serviceMenuColumnMobile_link__xtUXp:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #616267;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.serviceMenuColumnMobile_link__xtUXp:hover {
	color: #112152
}

.serviceMenuColumnMobile_link__xtUXp:hover:before {
	width: 6px;
	height: 6px;
	background-color: #112152
}

.serviceMenuColumnMobile_menuItem__8r7yH {
	padding: 12px 32px 12px 48px;
	display: inline-block;
	font-family: Raleway, sans-serif;
	color: #112152;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer
}

.serviceMenuColumnMobile_menuListItemTitle__eNuB6 {
	position: relative;
	display: block;
	transition: all .3s;
	background-color: #112152;
	color: #f4f4f4
}

.serviceMenuColumnMobile_menuListItemTitle__eNuB6>svg {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	transition: transform .3s;
	transform-origin: center
}

.serviceMenuColumnMobile_menuListItemTitle__eNuB6>svg path {
	fill: #f4f4f4;
	transition: fill .3s
}

.serviceMenuColumnMobile_titleIcon__WovbV {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%)
}

.serviceMenuColumnMobile_titleIcon__WovbV svg path {
	fill: #f4f4f4;
	transition: fill .3s
}

.serviceMenuColumnMobile_menuListItemTitleClosed__rX7pk {
	background-color: #fff;
	color: #112152
}

.serviceMenuColumnMobile_menuListItemTitleClosed__rX7pk>svg {
	transform: translateY(-50%) rotate(180deg)
}

.serviceMenuColumnMobile_menuListItemTitleClosed__rX7pk .serviceMenuColumnMobile_titleIcon__WovbV svg path,
.serviceMenuColumnMobile_menuListItemTitleClosed__rX7pk>svg path {
	fill: #112152
}

.serviceMenuColumnMobile_menuCustomizeList__gjCdS {
	height: auto
}

.serviceMenuColumnMobile_menuInnerList__TFu8X {
	visibility: hidden;
	opacity: 0;
	transition: max-height .3s, opacity .2s .2s
}

.desktopFooterMenu_desktopFooterMenu__ixLdM {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
	grid-row-gap: 20px;
	row-gap: 20px;
	grid-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	padding-top: 56px;
	padding-bottom: 40px
}

@media(min-width:1366px) {
	.desktopFooterMenu_desktopFooterMenu__ixLdM {
		display: grid;
		grid-row-gap: 40px;
		row-gap: 40px
	}
}

.desktopFooterMenu_post1__wcxqv {
	grid-column: 1/2;
	grid-row: 1/3
}

.desktopFooterMenu_post2__wI1wn {
	grid-column: 2/3;
	grid-row: 1/3
}

.desktopFooterMenu_post3__S0pmJ {
	grid-column: 3/4;
	grid-row: 1/2
}

.desktopFooterMenu_post4___0oT6 {
	grid-column: 3/4;
	grid-row: 2/2
}

.desktopFooterMenu_post5__RTf3u {
	grid-column: 4/4;
	grid-row: 1/2
}

@media(min-width:1366px) {
	.desktopFooterMenu_desktopFooterMenuItem__RI1wY {
		color: #a0a6ba
	}
}

.desktopFooterMenu_desktopFooterMenuItemTitle__sq0DD {
	color: #edf2ff;
	margin-bottom: 16px
}

.serviceMenuColumnDesktop_topContainer__Rnc1n {
	padding: 16px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-gap: 4px;
	gap: 4px
}

.serviceMenuColumnDesktop_leftContainer__fvSY3 {
	z-index: 1;
	position: absolute;
	left: 414px;
	top: 0;
	padding: 16px 48px 16px 24px;
	max-height: 304px;
	display: flex;
	grid-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.serviceMenuColumnDesktop_leftContainer__fvSY3:before {
	z-index: -1;
	content: "";
	position: absolute;
	left: -21px;
	top: 0;
	right: 0;
	height: 304px;
	background-color: transparent
}

.serviceMenuColumnDesktop_leftContainerInner__nDCGg {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	width: auto;
	grid-row-gap: 16px;
	row-gap: 16px;
	grid-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	background-color: #fff
}

.serviceMenuColumnDesktop_menuInnerListItem__XWUTg {
	margin-left: 16px;
	position: relative;
	padding: 4px 0 4px 14px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #616267
}

@media(min-width:1366px) {
	.serviceMenuColumnDesktop_menuInnerListItem__XWUTg {
		display: block;
		margin-left: 0;
		white-space: nowrap
	}
}

.serviceMenuColumnDesktop_menuInnerListItem__XWUTg:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #616267;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.serviceMenuColumnDesktop_menuInnerListItem__XWUTg:hover {
	color: #112152
}

.serviceMenuColumnDesktop_menuInnerListItem__XWUTg:hover:before {
	width: 6px;
	height: 6px;
	background-color: #112152
}

.serviceMenuColumnDesktop_item__HL4Tt {
	padding: 12px;
	position: relative;
	transition: background-color .3s
}

.serviceMenuColumnDesktop_item__HL4Tt .serviceMenuColumnDesktop_title__AWqQq {
	position: relative;
	padding-left: 36px;
	color: #112152;
	font-size: 16px;
	line-height: 24px;
	transition: color .3s
}

.serviceMenuColumnDesktop_item__HL4Tt .serviceMenuColumnDesktop_title__AWqQq span.serviceMenuColumnDesktop_iconLeft__56TBc {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	top: 0;
	display: block
}

.serviceMenuColumnDesktop_item__HL4Tt .serviceMenuColumnDesktop_title__AWqQq span.serviceMenuColumnDesktop_iconLeft__56TBc svg path {
	fill: #112152;
	transition: fill .3s
}

.serviceMenuColumnDesktop_item__HL4Tt .serviceMenuColumnDesktop_title__AWqQq span.serviceMenuColumnDesktop_iconRight__XXLZQ {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	top: 0;
	display: block
}

.serviceMenuColumnDesktop_item__HL4Tt .serviceMenuColumnDesktop_title__AWqQq span.serviceMenuColumnDesktop_iconRight__XXLZQ svg path {
	transition: fill .3s
}

.serviceMenuColumnDesktop_note__vWG2P {
	padding: 12px 28px;
	background-color: #f6f6f6;
	color: #616267;
	font-size: 14px;
	line-height: 24px
}

.serviceMenuColumnDesktop_note__vWG2P strong {
	font-weight: 600
}

.radioButton_radioValue__1FCDb {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.radioButton_radioWrapper__yAMKR {
	display: flex;
	align-items: center;
	padding: 8px 10px 8px 0;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.radioButton_radioWrapper__yAMKR:first-of-type {
	padding-top: 0
}

.radioButton_radioWrapper__yAMKR+.radioButton_radioWrapper__yAMKR {
	margin-top: 0
}

.radioButton_radioValue__1FCDb {
	width: 32px;
	height: 32px;
	background-image: url(../assets/radio-circle.svg)
}

.radioButton_radioLabel__zvo51 {
	margin-left: 8px;
	color: #616267;
	flex-shrink: 1;
	font-weight: 500
}

@media(min-width:414px) {
	.radioButton_radioLabel__zvo51 {
		font-size: 16px;
		line-height: 24px
	}

	.radioButton_radioWrapper__yAMKR {
		padding: 12px 10px 12px 0
	}
}

@media(min-width:1366px) {
	.radioButton_radioWrapper__yAMKR {
		padding: 8px 10px 8px 0
	}
}

.FloatingInput_floatContainer__aFf3j {
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	position: relative;
	transition: all .2s ease
}

.FloatingInput_floatContainer__aFf3j input,
.FloatingInput_floatContainer__aFf3j textarea {
	border: none;
	background-color: transparent;
	outline: none;
	width: 100%;
	color: #112152;
	resize: none;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 16px
}

@media(min-width:414px) {

	.FloatingInput_floatContainer__aFf3j input,
	.FloatingInput_floatContainer__aFf3j textarea {
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {

	.FloatingInput_floatContainer__aFf3j input,
	.FloatingInput_floatContainer__aFf3j textarea {
		font-size: 16px;
		line-height: 24px
	}
}

@media(min-width:414px) {

	.FloatingInput_floatContainer__aFf3j input,
	.FloatingInput_floatContainer__aFf3j textarea {
		padding: 14px 16px
	}
}

@media(min-width:1366px) {

	.FloatingInput_floatContainer__aFf3j input,
	.FloatingInput_floatContainer__aFf3j textarea {
		padding: 12px 16px
	}
}

.FloatingInput_floatContainer__aFf3j input::-moz-placeholder,
.FloatingInput_floatContainer__aFf3j textarea::-moz-placeholder {
	color: #616267
}

.FloatingInput_floatContainer__aFf3j input:-ms-input-placeholder,
.FloatingInput_floatContainer__aFf3j textarea:-ms-input-placeholder {
	color: #616267
}

.FloatingInput_floatContainer__aFf3j label {
	top: 0;
	left: 0;
	position: absolute;
	transform-origin: top left;
	transform: translate(0);
	transition: all .2s ease;
	color: #616267;
	pointer-events: none;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 16px
}

@media(min-width:414px) {
	.FloatingInput_floatContainer__aFf3j label {
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {
	.FloatingInput_floatContainer__aFf3j label {
		font-size: 16px;
		line-height: 24px
	}
}

@media(min-width:414px) {
	.FloatingInput_floatContainer__aFf3j label {
		padding: 14px 16px
	}
}

@media(min-width:1366px) {
	.FloatingInput_floatContainer__aFf3j label {
		padding: 12px 16px
	}
}

.desktopNav_link__RryQo:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.desktopNav_desktopNav__H_Yxf {
	display: none
}

@media(min-width:1366px) {
	.desktopNav_desktopNav__H_Yxf {
		display: flex;
		align-items: center
	}
}

.desktopNav_desktopNavList__qjrr3 {
	display: flex;
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	align-items: center
}

.desktopNav_menuItem__mZuFS {
	color: #a0a6ba;
	font-weight: 400;
	padding: 13px 0;
	position: relative;
	transition: color .3s
}

.desktopNav_menuItem__mZuFS:hover {
	color: #f4f4f4
}

.desktopNav_menuItem__mZuFS:hover .desktopNav_menuInnerHoverList__SD1Py {
	visibility: visible;
	opacity: 1 !important;
	height: auto
}

.desktopNav_menuItem__mZuFS:hover>svg {
	transform: rotate(180deg)
}

.desktopNav_menuItem__mZuFS:hover>svg path {
	fill: #f4f4f4
}

.desktopNav_menuItem__mZuFS:after {
	width: 100%;
	height: 5px;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0
}

.desktopNav_menuInnerHoverList__SD1Py {
	padding: 16px 48px 16px 24px;
	position: absolute;
	left: -5px;
	top: 54px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, .08)
}

@media(min-width:1366px) {
	.desktopNav_menuInnerHoverList__SD1Py li+li {
		margin-top: 8px
	}
}

.desktopNav_menuInnerServiceHoverList__95u0y {
	position: absolute;
	padding: 0;
	left: -130px;
	width: 410px;
	top: 54px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	opacity: 1;
	visibility: hidden;
	max-height: 0;
	box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, .08)
}

.desktopNav_menuInnerHoverListTransition__1SbP1 {
	transition: none
}

.desktopNav_menuInnerBlogListItem__C0_ie {
	padding-left: 16px;
	padding-right: 16px;
	filter: grayscale(1);
	transition: filter .3s
}

.desktopNav_menuInnerBlogListItem__C0_ie:hover {
	filter: grayscale(0)
}

.desktopNav_menuInnerBlogListItem__C0_ie:first-of-type {
	padding-top: 16px
}

.desktopNav_menuInnerHoverBlogList__8Hx99 {
	overflow: hidden;
	position: absolute;
	left: -75px;
	top: 54px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 16px;
	row-gap: 16px;
	background-color: #fff;
	opacity: 1;
	max-height: 0;
	box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, .08)
}

.desktopNav_link__RryQo {
	display: inline-block;
	position: relative;
	color: #112152;
	font-weight: 500;
	padding: 8px 40px 16px 16px
}

.desktopNav_link__RryQo:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 8px;
	right: 0;
	background-image: url(../assets/carousel-chevron-right.svg)
}

.desktopNav_menuInnerListItem__coNzH {
	margin-left: 16px;
	position: relative;
	padding: 4px 0 4px 14px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #616267
}

@media(min-width:1366px) {
	.desktopNav_menuInnerListItem__coNzH {
		display: block;
		margin-left: 0;
		white-space: nowrap
	}
}

.desktopNav_menuInnerListItem__coNzH:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #616267;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.desktopNav_menuInnerListItem__coNzH:hover {
	color: #112152
}

.desktopNav_menuInnerListItem__coNzH:hover:before {
	width: 6px;
	height: 6px;
	background-color: #112152
}

.desktopNav_menuListItemTitle__PV7eB {
	padding-right: 28px;
	position: relative
}

.desktopNav_menuListItemTitle__PV7eB>svg {
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 0;
	width: 24px;
	height: 24px;
	content: "";
	transition: transform .3s
}

.desktopNav_menuListItemTitle__PV7eB>svg path {
	fill: #a0a6ba;
	transition: fill .3s
}

.FloatingSelect_select__b5oKH:after {
	background-repeat: no-repeat;
	background-position: 50%
}

.FloatingSelect_select__b5oKH {
	position: relative;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #616267;
	outline: none;
	padding: 12px 16px
}

@media(min-width:414px) {
	.FloatingSelect_select__b5oKH {
		padding: 14px 16px
	}
}

@media(min-width:1366px) {
	.FloatingSelect_select__b5oKH {
		padding: 12px 16px
	}
}

.FloatingSelect_select__b5oKH:after {
	content: "";
	position: absolute;
	right: 10px;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url(../assets/chevron-down.f730dd31.svg);
	transition: transform .2s ease
}

@media(min-width:360px) {
	.FloatingSelect_select__b5oKH:after {
		right: 16px
	}
}

@media(min-width:414px) {
	.FloatingSelect_select__b5oKH:after {
		width: 32px;
		height: 32px
	}
}

@media(min-width:1366px) {
	.FloatingSelect_select__b5oKH:after {
		width: 24px;
		height: 24px
	}
}

.FloatingSelect_selectLabel__6eSQB {
	position: absolute;
	left: 0;
	padding: 0 8px;
	background-color: #fff;
	color: #112152;
	font-size: 78%;
	line-height: 16px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease, transform .2s ease;
	transform: translate(8px)
}

.FloatingSelect_selectValue__tmwEi {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 24px)
}

.FloatingSelect_selectDropdown__BUoIb {
	visibility: hidden;
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 0;
	top: calc(100% + 8px);
	max-height: 250px;
	width: 100%;
	background: #f4f4f4;
	opacity: 0;
	transition: visibility .1s ease, opacity .1s ease;
	z-index: 100;
	padding: 8px 0;
	border-bottom: 2px solid #112152;
	overflow-y: auto
}

.FloatingSelect_selectDropdown__BUoIb::-webkit-scrollbar {
	width: 8px
}

.FloatingSelect_selectDropdown__BUoIb::-webkit-scrollbar-track {
	background-color: #b7c3e8
}

.FloatingSelect_selectDropdown__BUoIb::-webkit-scrollbar-thumb {
	background-color: #112152;
	border: 1px solid #b7c3e8;
	width: 6px;
	height: 21px
}

.FloatingSelect_selectDropdownItem__pL2FX {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-top: 1px solid #f4f4f4;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #616267;
	transition: color .3s
}

.FloatingSelect_selectDropdownItem__pL2FX:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 4px;
	height: 100%;
	background-color: gold;
	opacity: 0;
	transition: opacity .3s
}

.FloatingSelect_selectDropdownItem__pL2FX:hover {
	color: #112152
}

.FloatingSelect_selectDropdownItem__pL2FX:hover:before {
	opacity: 1
}

.header_burgerBtn__gsIkm {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.header_header__A5I_i {
	width: 100%;
	padding: 16px;
	position: fixed;
	background-color: #112152;
	color: #f4f4f4;
	z-index: 50
}

.header_headerInner__VqBsZ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1208px;
	margin: 0 auto
}

.header_headerPadding__vOFMD {
	padding-bottom: 64px
}

@media(min-width:414px) {
	.header_headerPadding__vOFMD {
		padding-bottom: 72px
	}
}

@media(min-width:768px) {
	.header_headerPadding__vOFMD {
		padding-bottom: 88px
	}
}

@media(min-width:1366px) {
	.header_headerPadding__vOFMD {
		padding-bottom: 80px
	}
}

.header_headerLogo__1mcUa {
	display: block;
	width: 121px;
	height: 32px
}

.header_headerLogoImg__PUsDa {
	-o-object-fit: cover;
	object-fit: cover
}

.header_headerButtonsBlock__zMhN7 {
	display: flex;
	align-items: center
}

.header_chatWhatsappBtn__diCQq {
	width: 32px;
	height: 32px;
	display: block
}

@media(min-width:768px) {
	.header_chatWhatsappBtn__diCQq {
		width: 40px;
		height: 40px
	}
}

.header_chatWhatsappBtn__diCQq svg {
	display: block;
	width: 100%;
	height: 100%
}

.header_separator__112MT {
	margin-left: 12px;
	margin-right: 12px;
	width: 1px;
	height: 32px;
	background-color: #a0a6ba
}

@media(min-width:768px) {
	.header_separator__112MT {
		height: 40px;
		margin-left: 24px;
		margin-right: 24px
	}
}

@media(min-width:1366px) {
	.header_separator__112MT {
		margin-left: 20px;
		margin-right: 12px
	}
}

.header_desktopChat__US11D {
	display: none;
	width: 60px;
	height: 60px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	border-radius: 50%;
	background: #e4c18a;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 15px;
	cursor: pointer
}

.header_burgerBtn__gsIkm {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-image: url(../assets/burger.svg)
}

.header_menuMobileDropdown__bDczh {
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 20;
	padding: 0 16px;
	overflow-y: auto;
	height: calc(100vh - 64px);
	max-height: 100%;
	transform: translate(150%);
	opacity: 0
}

@media(min-width:414px) {
	.header_menuMobileDropdown__bDczh {
		top: 72px;
		height: calc(100vh - 72px)
	}
}

@media(min-width:768px) {
	.header_menuMobileDropdown__bDczh {
		top: 88px;
		height: calc(100vh - 88px)
	}
}

.header_menuMobileDropdownInteracted__hoCEJ {
	transition: transform .2s ease, opacity .2s ease
}

@media(min-width:300px) {
	.header_headerLogo__1mcUa {
		width: 151px;
		height: 40px
	}

	.header_headerLogoImg__PUsDa {
		/* width: 100%; */
		height: 100%
	}
}

@media(min-width:768px) {
	.header_header__A5I_i {
		padding: 24px
	}

	.header_burgerBtn__gsIkm {
		width: 40px;
		height: 40px
	}
}

@media(min-width:1366px) {
	.header_header__A5I_i {
		padding: 16px 80px
	}

	.header_burgerBtn__gsIkm {
		display: none
	}

	.header_desktopChat__US11D {
		display: flex
	}
}

.header_leftPadding__7MHx_ {
	margin-left: 12px
}

@media(min-width:360px) {
	.header_leftPadding__7MHx_ {
		margin-left: 16px
	}
}

@media(min-width:768px) {
	.header_leftPadding__7MHx_ {
		margin-left: 24px
	}
}

.cookiesPopUp_wrapper___Th_N {
	display: none;
	background: #fff;
	box-shadow: 0 -6px 32px rgba(0, 0, 0, .16);
	padding-top: 2px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	min-width: 143px;
	z-index: 999
}

.cookiesPopUp_title__7PZqF {
	font-size: 16px;
	line-height: 24px;
	color: #050424
}

.cookiesPopUp_line__wAFdU {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 24px !important
}

.cookiesPopUp_link__IbBZj {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #050424;
	text-decoration: underline
}

.cookiesPopUp_button__XY45X {
	width: 66px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #112152;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	cursor: pointer;
	outline: none;
	color: #112152;
	font-family: Poppins, sans-serif
}

.cookiesPopUp_button__XY45X:hover {
	background-color: #112152;
	color: #fff
}

.popUp_popUpBackdrop__PgTM9 {
	background: rgba(3, 14, 49, .7);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 51;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	will-change: opacity
}

.popUp_popUpBackdropTransition__YSMKe {
	transition: visibility .25s, opacity .25s
}

.popUp_popUpSidebar__uAYSD {
	position: fixed;
	background-color: #f4f4f4;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	color: #030e31;
	z-index: 52;
	display: flex;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	will-change: transform, opacity
}

.popUp_popUpSidebarTransition__E_r1N {
	transition: visibility .25s, opacity .25s, transform .25s
}

.popUp_popUpSidebarClose__3e4HE {
	position: absolute;
	top: 32px;
	right: 16px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	z-index: 40;
	background-image: url(../assets/burger-close.svg)
}

.popUp_popUpInner__FeqQj {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff
}

.popUp_popUpHeaderContainer__atNMm {
	margin-top: 8px;
	height: 80px;
	min-height: 80px;
	display: flex;
	align-items: center;
	background-color: #f4f4f4
}

.popUp_popUpHeader__9x019 {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.popUp_popUpContent__84wBA {
	padding-top: 24px;
	padding-bottom: 84px;
	overflow-y: auto;
	height: 100%;
	width: 100%
}

.popUp_popUpTitle__aYfjq {
	padding-right: 60px
}

.popUp_popUpProgressWrapper__jSC7C {
	height: 8px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.popUp_popUpProgressInner__f5TZx {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	grid-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px
}

.popUp_popUpProgressItem__ehf8d {
	background-color: #112152;
	flex-grow: 1;
	transition: background-color .4s
}

.popUp_popUpProgressItemYellow__hm6zP {
	background-color: gold
}

.popUp_popUpFooter__tYsSa {
	padding: 8px 16px;
	position: absolute;
	bottom: 0;
	background-color: #f4f4f4;
	width: 100%
}

.popUp_popUpFooterContainer__1a5RI {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.popUp_popUpConfirmWrapper__fUVMu {
	background: rgba(3, 14, 49, .8);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility .25s, opacity .25s;
	will-change: opacity
}

.popUp_popUpConfirm__9h_ms {
	position: fixed;
	background-color: #f4f4f4;
	height: 192px;
	width: 288px;
	top: 50%;
	left: 50%;
	transform: translate(150%, -50%);
	color: #030e31;
	z-index: 71;
	display: flex;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	will-change: transform, opacity;
	padding: 24px 16px;
	flex-direction: column;
	align-items: center
}

.popUp_popUpConfirmTransition__Z47IP {
	transition: visibility .25s, opacity .25s, transform .25s
}

.popUp_popUpConfirmTitle__dvoZS {
	text-align: center;
	margin-bottom: 8px
}

.popUp_popUpConfirmText__ejZpP {
	text-align: center;
	color: #616267;
	margin-bottom: 16px
}

.popUp_btnsBlock__YA8kA {
	display: flex;
	justify-content: flex-end;
	grid-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	width: 100%
}

@media(min-width:360px) {
	.popUp_popUpConfirm__9h_ms {
		width: 320px
	}
}

@media(min-width:414px) {
	.popUp_popUpHeaderContainer__atNMm {
		height: 96px;
		min-height: 96px
	}

	.popUp_popUpSidebarClose__3e4HE {
		top: 40px
	}

	.popUp_popUpContent__84wBA {
		padding-top: 32px;
		padding-bottom: 90px
	}

	.popUp_popUpConfirm__9h_ms {
		height: 220px;
		width: 382px
	}
}

@media(min-width:768px) {
	.popUp_popUpConfirm__9h_ms {
		height: 220px;
		width: 344px
	}

	.popUp_popUpSidebarClose__3e4HE {
		right: 24px
	}
}

@media(min-width:1366px) {
	.popUp_popUpSidebar__uAYSD {
		position: fixed;
		width: 560px;
		top: 0;
		right: 0
	}

	.popUp_popUpConfirm__9h_ms {
		height: 192px;
		width: 376px
	}

	.popUp_popUpConfirmTitle__dvoZS {
		max-width: 250px
	}

	.popUp_popUpContent__84wBA {
		padding-top: 24px
	}
}

.investigationFormBlock_inner__Ii7IJ {
	padding: 20px 16px 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, .08)
}

@media(min-width:360px) {
	.investigationFormBlock_inner__Ii7IJ {
		padding: 24px 24px 32px
	}
}

@media(min-width:768px) {
	.investigationFormBlock_inner__Ii7IJ {
		padding: 48px 62px 56px
	}
}

@media(min-width:1366px) {
	.investigationFormBlock_inner__Ii7IJ {
		padding: 48px 104px
	}
}

.investigationFormBlock_semiTitle__M20mJ {
	margin-bottom: 32px;
	color: #616267;
	font-weight: 400;
	text-align: center
}

@media(min-width:1366px) {
	.investigationFormBlock_semiTitle__M20mJ {
		max-width: 584px
	}
}

.investigationFormBlock_title__FDDDc {
	margin-bottom: 16px;
	color: #030e31;
	text-align: center
}

@media(min-width:768px) {
	.investigationFormBlock_title__FDDDc {
		margin-bottom: 24px;
		font-size: 40px;
		line-height: 48px
	}
}

@media(min-width:1366px) {
	.investigationFormBlock_title__FDDDc {
		margin-bottom: 16px
	}
}

.investigationFormBlock_formWrapper__v36N4 {
	max-width: 470px;
	width: 100%;
	margin: 0 auto
}

@media(min-width:768px) {
	.investigationFormBlock_formWrapper__v36N4 {
		max-width: 720px;
		padding: 0
	}
}

.investigationFormBlock_form__nvVK6 {
	display: grid;
	grid-row-gap: 16px;
	row-gap: 16px
}

.investigationFormBlock_form__nvVK6 textarea {
	height: 140px
}

.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowSubmit__gV7U8 {
	margin-top: 16px
}

@media(min-width:768px) {
	.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowSubmit__gV7U8 {
		margin-top: 0
	}

	.investigationFormBlock_form__nvVK6 {
		grid-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		grid-row-gap: 24px;
		row-gap: 24px;
		grid-template-columns: repeat(2, 1fr)
	}

	.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowTextArea__Hm223 textarea {
		height: 140px
	}

	.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowSubmit__gV7U8,
	.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowTextArea__Hm223 {
		grid-column: 1/3
	}

	.investigationFormBlock_form__nvVK6 .investigationFormBlock_rowSubmit__gV7U8 {
		display: flex;
		justify-content: center
	}
}

@media(min-width:1366px) {
	.investigationFormBlock_form__nvVK6 {
		grid-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px
	}
}

.LoginBtn_container__xGKxp {
	width: 32px;
	height: 32px;
	display: flex;
	grid-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
	cursor: pointer;
	align-items: center
}

.LoginBtn_container__xGKxp svg {
	width: 100%;
	height: 100%
}

.LoginBtn_loggedOut__OTluS svg path {
	transition: fill .3s ease
}

.LoginBtn_loggedOut__OTluS:hover svg path {
	fill: #f4f4f4
}

.disclaimer_disclaimer__3VKiy {
	padding-bottom: 24px;
	margin: 0;
	background-color: #112152;
	color: #edf2ff
}

.disclaimer_disclaimerContentWrapper__CWi64 {
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media(min-width:1366px) {
	.disclaimer_disclaimerContentWrapper__CWi64 {
		padding-top: 24px;
		padding-bottom: 16px
	}
}

.disclaimer_partnersContainer__6C3jD {
	padding-top: 24px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-row-gap: 24px;
	row-gap: 24px;
	border-bottom: 1px solid #a0a6ba
}

@media(min-width:360px) {
	.disclaimer_partnersContainer__6C3jD {
		padding-top: 28px
	}
}

@media(min-width:414px) {
	.disclaimer_partnersContainer__6C3jD {
		padding-top: 20px
	}
}

@media(min-width:768px) {
	.disclaimer_partnersContainer__6C3jD {
		padding-top: 24px;
		padding-bottom: 24px;
		flex-direction: row;
		justify-content: center;
		grid-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

@media(min-width:1366px) {
	.disclaimer_partnersContainer__6C3jD {
		padding-top: 16px;
		padding-bottom: 16px
	}
}

.disclaimer_partnersTitle__3eWiV {
	font-size: 14px;
	line-height: 16px;
	color: #edf2ff;
	font-weight: 300
}

.disclaimer_partnersWrapper__NbvrE {
	display: flex;
	justify-content: center;
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px
}

@media(min-width:414px) {
	.disclaimer_partnersWrapper__NbvrE {
		grid-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px
	}
}

@media(min-width:768px) {
	.disclaimer_partnersWrapper__NbvrE {
		grid-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

.disclaimer_partner__U3LWj {
	height: 20px;
	display: block
}

@media(min-width:360px) {
	.disclaimer_partner__U3LWj {
		height: 24px
	}
}

.disclaimer_partner__U3LWj svg {
	width: 100%;
	height: 100%
}

.disclaimer_partner__U3LWj svg path {
	transition: fill .3s ease
}

.disclaimer_utech__rvxNr {
	width: 62px
}

@media(min-width:360px) {
	.disclaimer_utech__rvxNr {
		width: 73px
	}
}

.disclaimer_refinitive__xRp50 {
	width: 120px
}

@media(min-width:360px) {
	.disclaimer_refinitive__xRp50 {
		width: 148px
	}
}

.disclaimer_disclaimerContent__VXVnb {
	text-align: center
}

.disclaimer_disclaimerContent__VXVnb a {
	text-decoration: underline
}

.disclaimer_disclaimerContent__VXVnb+.disclaimer_disclaimerContent__VXVnb {
	margin-top: 24px
}

@media(min-width:414px) {
	.disclaimer_disclaimer__3VKiy {
		padding-bottom: 40px
	}
}

@media(min-width:768px) {
	.disclaimer_disclaimerContent__VXVnb {
		text-align: center;
		max-width: 720px;
		margin: 0 auto
	}

	.disclaimer_disclaimerContent__VXVnb+.disclaimer_disclaimerContent__VXVnb {
		margin-top: 24px
	}
}

@media(min-width:1366px) {
	.disclaimer_disclaimer__3VKiy {
		padding-bottom: 16px
	}

	.disclaimer_disclaimerContent__VXVnb {
		max-width: 1208px;
		margin: 0 auto;
		text-align: center
	}

	.disclaimer_disclaimerContent__VXVnb+.disclaimer_disclaimerContent__VXVnb {
		margin-top: 24px
	}
}

.MobileLoginBtn_container__JIX5_ {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.MobileLoginBtn_container__JIX5_ {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-image: url(../assets/loginGrey.svg)
}

@media(min-width:768px) {
	.MobileLoginBtn_container__JIX5_ {
		width: 40px;
		height: 40px
	}
}

@media(min-width:1366px) {
	.MobileLoginBtn_container__JIX5_ {
		display: none
	}
}

.whyWork_whyWorkRightIcon__gnAox {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.whyWork_whyWorkSection__YnTIz {
	padding-bottom: 0
}

.whyWork_whyWorkTitle__x4fqQ {
	margin-bottom: 24px;
	text-align: center
}

.whyWork_whyWorkContent__RfUOD {
	color: #616267;
	text-align: center
}

.whyWork_whyWorkContent__RfUOD+a {
	margin-top: 32px
}

.whyWork_whyWorkRight__p00Tj {
	display: none
}

.whyWork_whyWorkRightIcon__gnAox {
	width: 104px;
	height: 104px;
	background-image: url(../assets/hands.svg);
	margin: 0 auto 24px
}

@media(min-width:360px) {
	.whyWork_whyWorkRightIcon__gnAox {
		width: 112px;
		height: 112px
	}
}

@media(min-width:414px) {
	.whyWork_whyWorkRightIcon__gnAox {
		width: 120px;
		height: 120px
	}
}

@media(min-width:768px) {
	.whyWork_whyWorkContent__RfUOD {
		max-width: 470px;
		text-align: center
	}

	.whyWork_whyWorkLeft__3WF2p {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.whyWork_whyWorkRightIcon__gnAox {
		width: 136px;
		height: 136px
	}
}

@media(min-width:1366px) {
	.whyWork_whyWorkContainer__ACRjp {
		display: flex;
		justify-content: flex-end;
		width: 1000px;
		grid-column-gap: 236px;
		-moz-column-gap: 236px;
		column-gap: 236px
	}

	.whyWork_whyWorkTitle__x4fqQ {
		margin-bottom: 16px;
		max-width: 584px;
		width: 480px;
		text-align: left
	}

	.whyWork_whyWorkLeft__3WF2p {
		width: auto;
		margin-left: 0;
		align-items: flex-start
	}

	.whyWork_whyWorkContent__RfUOD {
		max-width: 584px;
		width: 480px;
		text-align: left
	}

	.whyWork_whyWorkContent__RfUOD+a {
		margin-top: 32px
	}

	.whyWork_whyWorkRight__p00Tj {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.whyWork_whyWorkRightIcon__gnAox {
		width: 192px;
		height: 192px;
		margin: 0
	}
}

.moneyGuaranteeThirdEditionDesktop_container__Yvjhn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

@media(min-width:1366px) {
	.moneyGuaranteeThirdEditionDesktop_container__Yvjhn {
		max-width: 560px;
		justify-content: flex-start
	}
}

.moneyGuaranteeThirdEditionDesktop_containerInner__p7anQ {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	grid-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px
}

@media(min-width:1366px) {
	.moneyGuaranteeThirdEditionDesktop_containerInner__p7anQ {
		justify-content: flex-start
	}
}

.moneyGuaranteeThirdEditionDesktop_doubleLogos___m1e0 {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px
}

@media(min-width:1366px) {
	.moneyGuaranteeThirdEditionDesktop_doubleLogos___m1e0 {
		justify-content: flex-start
	}
}

.moneyGuaranteeThirdEditionDesktop_logo__Ad1b0 {
	height: 24px
}

.moneyGuaranteeThirdEditionDesktop_logo__Ad1b0 svg {
	height: 100%;
	width: auto
}

.moneyGuaranteeThirdEditionDesktop_logo__Ad1b0 svg path {
	transition: fill .3s ease
}

.moneyGuaranteeThirdEditionDesktop_logoNY__ZJf13 {
	height: 24px
}

.moneyGuaranteeThirdEditionDesktop_logoNY__ZJf13 svg {
	height: 100%;
	width: auto
}

.moneyGuaranteeThirdEditionDesktop_text__6OhBt {
	margin-right: 24px;
	color: #a0a6ba
}

.moneyGuaranteeThirdEditionDesktop_withDivider__EGjI1 {
	position: relative;
	display: flex;
	align-items: center
}

.moneyGuaranteeThirdEditionDesktop_withDivider__EGjI1:before {
	position: absolute;
	left: -20px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #a0a6ba;
	border-radius: 50%
}

.getYourMoneySecondEdition_getMoneySection__k0voI {
	background-color: #112152;
	width: 100%;
	color: #b7c3e8;
	padding-top: 32px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 32px
}

@media(min-width:360px) {
	.getYourMoneySecondEdition_getMoneySection__k0voI {
		padding-top: 32px
	}
}

@media(min-width:768px) {
	.getYourMoneySecondEdition_getMoneySection__k0voI {
		padding-top: 48px;
		padding-bottom: 48px
	}
}

@media(min-width:1366px) {
	.getYourMoneySecondEdition_getMoneySection__k0voI {
		padding-top: 112px;
		padding-bottom: 28px
	}

	.getYourMoneySecondEdition_getMoneySectionInner__arqcl {
		position: relative;
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 1208px;
		margin: 0 auto
	}
}

.getYourMoneySecondEdition_mainTitle__vWwCO {
	color: #f4f4f4;
	max-width: 720px;
	font-weight: 800;
	margin: 0 auto;
	font-size: 52px;
	line-height: 64px;
	text-align: center
}

.getYourMoneySecondEdition_textContent__wNq3W {
	margin-top: 8px;
	color: #edf2ff;
	text-align: center
}

@media(min-width:360px) {
	.getYourMoneySecondEdition_mainTitle__vWwCO {
		font-size: 52px;
		text-align: center
	}

	.getYourMoneySecondEdition_textContent__wNq3W {
		text-align: center
	}
}

@media(min-width:414px) {
	.getYourMoneySecondEdition_textContent__wNq3W {
		margin-top: 16px;
		text-align: center
	}

	.getYourMoneySecondEdition_mainTitle__vWwCO {
		font-size: 64px;
		line-height: 72px;
		text-align: center
	}
}

@media(min-width:768px) {
	.getYourMoneySecondEdition_mainTitle__vWwCO {
		text-align: center;
		font-size: 64px;
		line-height: 80px
	}

	.getYourMoneySecondEdition_textContent__wNq3W {
		max-width: 470px;
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
}

@media(min-width:1366px) {
	.getYourMoneySecondEdition_mainTitle__vWwCO {
		max-width: 688px;
		margin: unset;
		text-align: left;
		font-size: 72px;
		line-height: 80px
	}

	.getYourMoneySecondEdition_textContent__wNq3W {
		margin-bottom: 98px;
		margin-left: unset;
		margin-right: unset;
		margin-top: 24px;
		font-size: 20px;
		line-height: 32px;
		max-width: 584px;
		text-align: left
	}
}

.formSecondEdition_topWrapper__Fz_4p {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(#112152, #112152 35%, #fff 0, #fff)
}

@media(min-width:1366px) {
	.formSecondEdition_topWrapper__Fz_4p {
		position: relative;
		margin: 0 auto;
		max-width: 1208px;
		background: unset;
		width: 100%
	}
}

.formSecondEdition_formWrapper__SpjlZ {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 32px);
	padding: 16px;
	color: #616267;
	background-color: #fff;
	box-shadow: 8px 8px 32px rgba(3, 14, 49, .16)
}

@media(min-width:360px) {
	.formSecondEdition_formWrapper__SpjlZ {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media(min-width:414px) {
	.formSecondEdition_formWrapper__SpjlZ {
		padding: 32px 24px;
		max-width: 438px
	}
}

@media(min-width:768px) {
	.formSecondEdition_formWrapper__SpjlZ {
		max-width: 720px;
		padding: 40px;
		width: calc(100% - 48px)
	}
}

@media(min-width:1366px) {
	.formSecondEdition_formWrapper__SpjlZ {
		padding: 24px;
		max-width: 376px;
		position: absolute;
		right: 0;
		top: -496px;
		z-index: 20
	}
}

.formSecondEdition_formTitle__EZP4t {
	margin-bottom: 4px;
	text-align: center
}

.formSecondEdition_content__6_1HD {
	text-align: center;
	margin-bottom: 16px
}

@media(min-width:360px) {
	.formSecondEdition_formTitle__EZP4t {
		margin-bottom: 4px
	}
}

@media(min-width:414px) {
	.formSecondEdition_formTitle__EZP4t {
		margin-bottom: 8px
	}

	.formSecondEdition_content__6_1HD {
		margin-bottom: 24px
	}
}

@media(min-width:768px) {
	.formSecondEdition_formTitle__EZP4t {
		text-align: center;
		margin-bottom: 8px
	}

	.formSecondEdition_content__6_1HD {
		margin-bottom: 32px
	}
}

@media(min-width:1366px) {
	.formSecondEdition_formTitle__EZP4t {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 32px
	}

	.formSecondEdition_content__6_1HD {
		margin-bottom: 16px
	}
}

.formMain_rowSubmit__3BA7X {
	margin-top: 8px
}

.formMain_form___8J5F {
	display: grid;
	grid-row-gap: 8px;
	row-gap: 8px;
	grid-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px
}

.formMain_form___8J5F .formMain_rowTextArea__hOYq3 textarea {
	height: 140px
}

@media(min-width:414px) {
	.formMain_form___8J5F {
		grid-row-gap: 16px;
		row-gap: 16px
	}
}

@media(min-width:768px) {
	.formMain_form___8J5F {
		grid-row-gap: 24px;
		row-gap: 24px;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px
	}

	.formMain_form___8J5F .formMain_rowTextArea__hOYq3 textarea {
		height: 120px
	}

	.formMain_form___8J5F .formMain_rowSubmit__3BA7X,
	.formMain_form___8J5F .formMain_rowTextArea__hOYq3,
	.formMain_form___8J5F .formMain_selectArea__8JKdm {
		grid-column: 1/3
	}

	.formMain_form___8J5F .formMain_rowSubmit__3BA7X {
		display: flex;
		justify-content: center;
		margin-top: 0
	}
}

@media(min-width:1366px) {
	.formMain_form___8J5F {
		grid-row-gap: 16px;
		row-gap: 16px
	}

	.formMain_form___8J5F .formMain_rowSubmit__3BA7X {
		margin-top: 8px
	}

	.formMain_form___8J5F .formMain_emailArea__5fD06,
	.formMain_form___8J5F .formMain_phoneArea__YkybN {
		grid-column: 1/3
	}
}

.scamSection_scamSection__l1bR_ {
	padding-bottom: 0
}

.scamSection_scamSectionTitle__WO6_A {
	margin-bottom: 40px;
	text-align: center
}

.scamSection_scamSectionContainer__UrTZT {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #112152;
	grid-gap: 1px;
	background-color: #112152;
	max-width: 792px
}

.scamSection_scamItem__JTVgx {
	background-color: #fff;
	cursor: default;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	grid-row-gap: 8px;
	row-gap: 8px;
	transition: background-color .3s linear
}

.scamSection_scamItem__JTVgx svg {
	width: auto;
	height: 24px
}

.scamSection_scamLink__O3MAu {
	cursor: pointer
}

.scamSection_scamLink__O3MAu:hover {
	background-color: #112152
}

.scamSection_scamLink__O3MAu:hover path {
	fill: #f4f4f4
}

.scamSection_scamLink__O3MAu:hover .scamSection_scamItemTitle__yANun {
	color: #f4f4f4
}

.scamSection_scamItemTitle__yANun {
	font-family: Raleway, sans-serif;
	color: #030e31;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	transition: color .2s;
	max-width: 120px;
	text-align: center
}

@media(min-width:360px) {
	.scamSection_scamItem__JTVgx svg {
		height: 32px
	}
}

@media(min-width:768px) {
	.scamSection_scamSectionContainer__UrTZT {
		grid-template-columns: 1fr 1fr;
		width: 100%;
		max-width: 470px
	}

	.scamSection_scamSectionTitle__WO6_A {
		margin-bottom: 56px
	}

	.scamSection_scamItem__JTVgx {
		height: 104px
	}

	.scamSection_scamItem__JTVgx svg {
		height: 32px
	}

	.scamSection_scamItemTitle__yANun {
		font-size: 18px;
		line-height: 24px;
		max-width: unset
	}
}

@media(min-width:1366px) {
	.scamSection_scamSectionContainer__UrTZT {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		width: 100%;
		max-width: 1000px;
		grid-flow: column
	}

	.scamSection_scamItem__JTVgx {
		height: 136px
	}

	.scamSection_scamItem__JTVgx svg {
		height: 40px
	}

	.scamSection_scamSectionTitle__WO6_A {
		margin-bottom: 48px
	}

	.scamSection_scamItemTitle__yANun {
		font-size: 22px
	}

	.scamSection_binary__1g8DE {
		order: 1
	}

	.scamSection_digitalCurrencies__b0mYP {
		order: 2
	}

	.scamSection_forex__tAWSp {
		order: 3
	}

	.scamSection_romance__GB1uX {
		order: 4
	}

	.scamSection_property___X0Bs {
		order: 5
	}

	.scamSection_phishing___8_w0 {
		order: 6
	}

	.scamSection_stock__Zx2SA {
		order: 7
	}

	.scamSection_others__0_kDr {
		order: 8
	}
}

.ourPartners_ourPartners__qE7Wf {
	padding-bottom: 48px
}

.ourPartners_ourPartnersTitle__XDPM_ {
	text-align: center;
	margin-top: 0;
	margin-bottom: 24px
}

@media(min-width:768px) {
	.ourPartners_ourPartnersTitle__XDPM_ {
		margin-top: 60px
	}
}

@media(min-width:414px) {
	.ourPartners_ourPartners__qE7Wf {
		padding-bottom: 56px
	}
}

@media(min-width:768px) {
	.ourPartners_ourPartners__qE7Wf {
		padding-bottom: 64px
	}
}

@media(min-width:1366px) {
	.ourPartners_ourPartnersTitle__XDPM_ {
		margin-bottom: 32px
	}
}

.videoReviews_videoBlock__GsZ3x {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.videoReviews_videoReview__q9Tv4 {
	display: flex;
	flex-direction: column;
	padding-bottom: 0
}

.videoReviews_videoReviewTitle__aYwX_ {
	text-align: center;
	margin-bottom: 40px
}

.videoReviews_videoFilter__q_Lid {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 33, 82, .72)
}

.videoReviews_videoFilterHighlight__xC_e_ {
	background-color: rgba(255, 215, 0, .72)
}

.videoReviews_videoBlock__GsZ3x {
	position: relative;
	height: 208px;
	cursor: pointer;
	transition: opacity .3s;
	margin-bottom: 40px
}

.videoReviews_videoBlock__GsZ3x img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.videoReviews_videoBlock__GsZ3x:hover path {
	fill: gold
}

.videoReviews_playBtn__HIpX9 {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media(min-width:360px) {
	.videoReviews_videoBlock__GsZ3x {
		height: 248px
	}
}

@media(min-width:414px) {
	.videoReviews_videoBlock__GsZ3x {
		height: 302px
	}

	.videoReviews_playBtn__HIpX9 {
		width: 72px;
		height: 72px
	}
}

@media(min-width:768px) {
	.videoReviews_videoBlock__GsZ3x {
		height: 264px
	}

	.videoReviews_videoReview__q9Tv4 {
		padding-bottom: 0
	}

	.videoReviews_videoReviewTitle__aYwX_ {
		margin-bottom: 56px
	}
}

@media(min-width:1366px) {
	.videoReviews_videoBlock__GsZ3x {
		height: 296px
	}

	.videoReviews_videoReview__q9Tv4 {
		padding-bottom: 0
	}

	.videoReviews_videoReviewTitle__aYwX_ {
		margin-bottom: 48px
	}
}

.linkWithParams_basicLink__xIoWy {
	display: block;
	font-family: Poppins, sans-serif;
	padding: 12px 0;
	color: #030e31;
	border: none;
	outline: none;
	background-color: #f4f4f4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	transition: background-color .2s, color .2s;
	text-align: center
}

@media(min-width:414px) {
	.linkWithParams_basicLink__xIoWy {
		padding: 14px 0;
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {
	.linkWithParams_basicLink__xIoWy {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		padding: 12px 0
	}
}

.linkWithParams_basicLinkFull__Xxh8d {
	width: 100%
}

@media(min-width:768px) {
	.linkWithParams_basicLinkFull__Xxh8d {
		max-width: 344px
	}
}

@media(min-width:1366px) {
	.linkWithParams_basicLinkFull__Xxh8d {
		max-width: 376px
	}
}

.linkWithParams_basicLinkWhite__K2b8r {
	background-color: transparent;
	border: 1px solid #112152
}

.linkWithParams_basicLinkWhite__K2b8r:hover {
	background-color: #112152;
	color: #f4f4f4
}

.guaranteeBlock_guaranteeBlockIcon__ajU64 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.guaranteeBlock_guaranteeBlockTitle__nMSEM {
	margin-bottom: 24px;
	text-align: center
}

.guaranteeBlock_guaranteeBlockContent__hnQMw {
	color: #616267;
	text-align: center;
	margin-bottom: 32px
}

.guaranteeBlock_guaranteeBlockRight__rkYOM {
	display: none
}

.guaranteeBlock_guaranteeBlockIcon__ajU64 {
	width: 104px;
	height: 104px;
	background-image: url(../assets/moneyback.svg);
	margin: 0 auto 24px
}

@media(min-width:360px) {
	.guaranteeBlock_guaranteeBlockIcon__ajU64 {
		width: 112px;
		height: 112px
	}
}

@media(min-width:414px) {
	.guaranteeBlock_guaranteeBlockIcon__ajU64 {
		width: 120px;
		height: 120px
	}
}

@media(min-width:768px) {
	.guaranteeBlock_guaranteeBlockWrapper__j2sOx {
		display: flex;
		flex-direction: column-reverse
	}

	.guaranteeBlock_guaranteeBlockContent__hnQMw {
		max-width: 470px;
		text-align: center
	}

	.guaranteeBlock_guaranteeBlockLeft__PWPUz {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.guaranteeBlock_guaranteeBlockIcon__ajU64 {
		width: 128px;
		height: 128px
	}
}

@media(min-width:1366px) {
	.guaranteeBlock_guaranteeBlockWrapper__j2sOx {
		display: flex;
		flex-direction: unset;
		justify-content: flex-start;
		width: 1000px;
		grid-column-gap: 236px;
		-moz-column-gap: 236px;
		column-gap: 236px;
		padding: 0
	}

	.guaranteeBlock_guaranteeBlockTitle__nMSEM {
		text-align: left;
		margin-bottom: 16px
	}

	.guaranteeBlock_guaranteeBlockLeft__PWPUz {
		width: 480px;
		align-items: flex-start;
		margin-right: 0
	}

	.guaranteeBlock_guaranteeBlockContent__hnQMw {
		max-width: 584px;
		width: 480px;
		margin-bottom: 32px;
		text-align: left
	}

	.guaranteeBlock_guaranteeBlockRight__rkYOM {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.guaranteeBlock_guaranteeBlockIcon__ajU64 {
		width: 192px;
		height: 192px;
		margin: 0
	}
}

.advertisementFirst_advertisement__h_uN_ {
	background-color: #112152
}

.advertisementFirst_advertisementRight__anWAW {
	display: none
}

.advertisementFirst_advertisementTitle__mhPxr {
	color: #f4f4f4;
	margin-bottom: 12px;
	text-align: center
}

.advertisementFirst_advertisementTitleSpan__Jzt64 {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
	color: #f4f4f4;
	text-align: center
}

.advertisementFirst_advertisementSubTitle__nFTut {
	font-size: 48px;
	line-height: 64px;
	font-weight: 800;
	font-family: Poppins, sans-serif;
	margin-bottom: 16px;
	text-align: center
}

.advertisementFirst_advertisementContent__VArxw {
	color: #edf2ff;
	text-align: center;
	margin-bottom: 24px
}

@media(min-width:360px) {
	.advertisementFirst_advertisementContent__VArxw {
		margin-bottom: 32px
	}
}

@media(min-width:414px) {
	.advertisementFirst_advertisementSubTitle__nFTut {
		font-size: 60px;
		line-height: 80px;
		margin-bottom: 24px
	}

	.advertisementFirst_advertisementTitleSpan__Jzt64 {
		font-size: 18px;
		line-height: 28px
	}

	.advertisementFirst_advertisementContent__VArxw {
		margin-bottom: 32px
	}
}

@media(min-width:768px) {
	.advertisementFirst_advertisementTitle__mhPxr {
		font-size: 40px;
		line-height: 48px
	}

	.advertisementFirst_advertisementContent__VArxw {
		max-width: 470px;
		text-align: center
	}

	.advertisementFirst_advertisementLeft__Zldlr {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

@media(min-width:1366px) {
	.advertisementFirst_advertisementContainer__fl9iu {
		display: flex;
		justify-content: center;
		grid-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}

	.advertisementFirst_advertisementTitle__mhPxr {
		margin-bottom: 8px;
		text-align: left
	}

	.advertisementFirst_advertisementSubTitle__nFTut {
		font-size: 72px;
		line-height: 104px
	}

	.advertisementFirst_advertisementTitleSpan__Jzt64 {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 24px
	}

	.advertisementFirst_advertisementContent__VArxw {
		max-width: 584px
	}

	.advertisementFirst_advertisementLeft__Zldlr {
		align-items: flex-start;
		width: 480px
	}

	.advertisementFirst_advertisementRight__anWAW {
		display: flex;
		width: 480px;
		justify-content: center;
		align-items: center
	}

	.advertisementFirst_advertisementContent__VArxw {
		text-align: left
	}
}

.moneyGuaranteeThirdEditionMobile_container___Zn_5 {
	margin: 0 16px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	grid-row-gap: 20px;
	row-gap: 20px
}

@media(min-width:360px) {
	.moneyGuaranteeThirdEditionMobile_container___Zn_5 {
		padding-top: 32px;
		padding-bottom: 64px
	}
}

@media(min-width:414px) {
	.moneyGuaranteeThirdEditionMobile_container___Zn_5 {
		padding: 56px 0;
		grid-row-gap: 24px;
		row-gap: 24px
	}
}

@media(min-width:768px) {
	.moneyGuaranteeThirdEditionMobile_container___Zn_5 {
		padding: 48px 0;
		flex-direction: row
	}
}

.moneyGuaranteeThirdEditionMobile_containerInner__RbY_o {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	grid-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px;
	grid-row-gap: 24px;
	row-gap: 24px
}

@media(min-width:768px) {
	.moneyGuaranteeThirdEditionMobile_containerInner__RbY_o {
		flex-direction: row
	}
}

.moneyGuaranteeThirdEditionMobile_doubleLogos__250L0 {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column-gap: 28px;
	-moz-column-gap: 28px;
	column-gap: 28px
}

@media(min-width:768px) {
	.moneyGuaranteeThirdEditionMobile_doubleLogos__250L0 {
		grid-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px
	}
}

.moneyGuaranteeThirdEditionMobile_logo__Ohtiq {
	height: 24px
}

.moneyGuaranteeThirdEditionMobile_logo__Ohtiq svg {
	height: 100%;
	width: auto
}

.moneyGuaranteeThirdEditionMobile_logoNY__5znAI {
	height: 24px
}

.moneyGuaranteeThirdEditionMobile_logoNY__5znAI svg {
	height: 100%;
	width: auto
}

.moneyGuaranteeThirdEditionMobile_logoCBJ__P8_OL path {
	fill: #030e31
}

.moneyGuaranteeThirdEditionMobile_text__24Fp_ {
	color: #616267;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500
}

@media(min-width:360px) {
	.moneyGuaranteeThirdEditionMobile_text__24Fp_ {
		font-size: 18px;
		line-height: 32px
	}
}

@media(min-width:768px) {
	.moneyGuaranteeThirdEditionMobile_text__24Fp_ {
		margin-right: 24px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500
	}
}

.moneyGuaranteeThirdEditionMobile_withDivider__sNU_w {
	position: relative;
	display: flex;
	align-items: center
}

.moneyGuaranteeThirdEditionMobile_withDivider__sNU_w:before {
	position: absolute;
	left: -20px;
	top: 50%;
	display: none;
	content: "";
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #3a4b7f;
	border-radius: 50%
}

@media(min-width:768px) {
	.moneyGuaranteeThirdEditionMobile_withDivider__sNU_w:before {
		display: block
	}
}

.statementBlock_inner__0OjS7 {
	box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, .08)
}

@media(min-width:768px) {
	.statementBlock_container__xKXiN {
		max-width: 642px
	}
}

@media(min-width:1366px) {
	.statementBlock_container__xKXiN {
		max-width: 1000px
	}
}

.statementBlock_inner__0OjS7 {
	padding: 20px 16px 28px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media(min-width:360px) {
	.statementBlock_inner__0OjS7 {
		padding: 24px 24px 32px
	}
}

@media(min-width:768px) {
	.statementBlock_inner__0OjS7 {
		padding: 48px 62px 56px
	}
}

@media(min-width:1366px) {
	.statementBlock_inner__0OjS7 {
		padding: 48px 104px 56px
	}
}

.statementBlock_icon__5vho_ {
	margin-bottom: 24px;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.statementBlock_icon__5vho_.statementBlock_pb__ieM_N {
	background-image: url(../assets/pbIsBack.svg)
}

@media(min-width:768px) {
	.statementBlock_icon__5vho_ {
		width: 136px;
		height: 136px
	}
}

@media(min-width:1366px) {
	.statementBlock_icon__5vho_ {
		margin-bottom: 0;
		width: 192px;
		height: 192px
	}
}

.statementBlock_semiTitle__jgatk {
	margin-bottom: 4px;
	color: #112152;
	font-weight: 500
}

@media(min-width:768px) {
	.statementBlock_semiTitle__jgatk {
		font-size: 16px;
		line-height: 24px
	}
}

.statementBlock_title__TJF_6 {
	margin-bottom: 24px;
	color: #030e31;
	text-align: center
}

@media(min-width:768px) {
	.statementBlock_title__TJF_6 {
		margin-bottom: 24px;
		font-size: 32px;
		line-height: 40px
	}
}

@media(min-width:1366px) {
	.statementBlock_title__TJF_6 {
		margin-bottom: 40px;
		font-size: 40px;
		line-height: 48px
	}
}

.statementBlock_line__N0MmS {
	text-align: center;
	color: #616267
}

.statementBlock_line__N0MmS+.statementBlock_line__N0MmS {
	margin-top: 24px
}

@media(min-width:768px) {
	.statementBlock_line__N0MmS {
		text-align: left;
		font-size: 16px !important;
		line-height: 24px !important
	}
}

@media(min-width:1366px) {
	.statementBlock_line__N0MmS {
		width: 480px
	}

	.statementBlock_contentBlock__llmck {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

.statementBlock_contentBlockNoIcon__cebF8 {
	max-width: 584px;
	color: #616267;
	text-align: center
}

.statementBlock_contentBlockNoIcon__cebF8+.statementBlock_contentBlockNoIcon__cebF8 {
	margin-top: 8px
}

@media(min-width:1366px) {
	.statementBlock_title__TJF_6 {
		margin-bottom: 32px
	}
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding: 6px 28px 6px 18px;
	cursor: pointer;
	font-size: 18px;
	line-height: 32px;
	transition: all .2s
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19 {
	color: #616267
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19 span svg path {
	fill: #616267
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19:before {
	background-color: #616267
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19:hover {
	color: #030e31
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19:hover:before {
	width: 6px;
	height: 6px;
	background-color: #030e31
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE.purchaseItemAccordion_white__Y1Z19:hover span svg path {
	fill: #030e31
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 4px;
	height: 4px;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: width .2s, height .2s
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE span {
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	display: block
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_title__Vx0HE span svg {
	transition: transform .3s ease-out
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV {
	padding-left: 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out
}

@media(min-width:768px) {
	.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV {
		font-size: 18px;
		line-height: 28px
	}
}

@media(min-width:1366px) {
	.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV {
		font-size: 16px;
		line-height: 24px
	}
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV.purchaseItemAccordion_white__Y1Z19 p {
	color: #112152
}

.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV>:last-child {
	display: block;
	margin-bottom: 8px
}

@media(min-width:768px) {
	.purchaseItemAccordion_accordionItem__8usP5 .purchaseItemAccordion_body__nSZOV>:last-child {
		margin-bottom: 24px
	}
}

.purchaseInvestigationReport_container__GKcUy {
	max-width: 1000px
}

.purchaseInvestigationReport_title__teuIT {
	margin-bottom: 16px;
	text-align: center
}

.purchaseInvestigationReport_semiTitle__ECWqv {
	margin-bottom: 40px;
	text-align: center;
	color: #616267
}

@media(min-width:768px) {
	.purchaseInvestigationReport_semiTitle__ECWqv {
		margin-left: auto;
		margin-right: auto;
		max-width: 584px
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_semiTitle__ECWqv {
		max-width: 633px;
		margin-bottom: 48px;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.purchaseInvestigationReport_items__4Naqb {
	display: flex;
	flex-direction: column;
	grid-row-gap: 24px;
	row-gap: 24px
}

@media(min-width:768px) {
	.purchaseInvestigationReport_items__4Naqb {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		grid-row-gap: 24px;
		row-gap: 24px
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_items__4Naqb {
		width: 1000px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		grid-row-gap: 16px;
		row-gap: 16px;
		flex-wrap: nowrap
	}
}

.purchaseInvestigationReport_item__szUlw {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media(min-width:768px) {
	.purchaseInvestigationReport_item__szUlw {
		width: 100%
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_item__szUlw {
		padding: 32px 20px;
		width: 100%
	}
}

.purchaseInvestigationReport_item__szUlw.purchaseInvestigationReport_white__S3goz {
	background-color: #fff;
	border: 1px solid #a0a6ba
}

.purchaseInvestigationReport_itemTitle__PZpzV {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.purchaseInvestigationReport_itemTitle__PZpzV {
		margin-bottom: 32px;
		min-height: 88px;
		font-size: 30px;
		line-height: 44px
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_itemTitle__PZpzV {
		min-height: unset
	}
}

.purchaseInvestigationReport_semiItemTitle__ymA2S {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500
}

.purchaseInvestigationReport_itemSum__AHttI {
	margin-bottom: 12px;
	color: #030e31;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_itemSum__AHttI {
		font-size: 44px;
		line-height: 44px
	}
}

.purchaseInvestigationReport_itemAdditionalSum__H2gOc {
	margin-bottom: 20px;
	color: #112152
}

@media(min-width:768px) {
	.purchaseInvestigationReport_itemAdditionalSum__H2gOc {
		height: 24px
	}
}

.purchaseInvestigationReport_separator___1Qwk {
	margin-bottom: 24px;
	width: 100%;
	height: 1px
}

.purchaseInvestigationReport_separator___1Qwk.purchaseInvestigationReport_white__S3goz {
	background-color: #a0a6ba
}

.purchaseInvestigationReport_btn__Doj16 {
	margin-top: 16px
}

.purchaseInvestigationReport_note__0obWf {
	margin-top: 24px;
	padding: 16px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	border-top: 1px solid #a0a6ba;
	border-bottom: 1px solid #a0a6ba;
	color: #a0a6ba;
	text-align: center
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_note__0obWf {
		margin-top: 16px
	}
}

.purchaseInvestigationReport_note__0obWf .purchaseInvestigationReport_link__3yyaO {
	font-weight: 500;
	text-decoration: underline
}

.purchaseInvestigationReport_freeItemContainer__RpmJt {
	width: 100%;
	background-color: #112152
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_freeItemContainer__RpmJt {
		grid-column: 1/4
	}
}

.purchaseInvestigationReport_freeItemInner__E81o7 {
	padding: 24px;
	margin: 0 auto;
	max-width: 584px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_freeItemInner__E81o7 {
		padding-top: 56px;
		padding-bottom: 56px
	}
}

.purchaseInvestigationReport_freeItemTitle__uu9Xo {
	margin-bottom: 20px;
	color: #fff;
	text-align: center
}

@media(min-width:768px) {
	.purchaseInvestigationReport_freeItemTitle__uu9Xo {
		margin-bottom: 32px
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_freeItemTitle__uu9Xo {
		margin-bottom: 16px
	}
}

.purchaseInvestigationReport_freeItemText__hk5iV {
	margin-bottom: 20px;
	color: #edf2ff;
	text-align: center
}

@media(min-width:768px) {
	.purchaseInvestigationReport_freeItemText__hk5iV {
		margin-bottom: 32px
	}
}

.purchaseInvestigationReport_logoContainer__72ejt {
	padding: 16px 0;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 16px;
	row-gap: 16px;
	align-items: center;
	border-top: 1px solid #a0a6ba;
	border-bottom: 1px solid #a0a6ba;
	color: #616267
}

@media(min-width:414px) {
	.purchaseInvestigationReport_logoContainer__72ejt {
		flex-direction: row;
		grid-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		justify-content: center
	}
}

@media(min-width:768px) {
	.purchaseInvestigationReport_logoContainer__72ejt {
		width: 720px;
		padding: 24px 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px
	}
}

@media(min-width:1366px) {
	.purchaseInvestigationReport_logoContainer__72ejt {
		width: 1000px;
		margin-bottom: 16px
	}
}

.purchaseInvestigationReport_logoText__7WW2J {
	width: 200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 32px
}

@media(min-width:414px) {
	.purchaseInvestigationReport_logoText__7WW2J {
		margin: 0
	}
}

@media(min-width:768px) {
	.purchaseInvestigationReport_logoText__7WW2J {
		width: auto
	}
}

.purchaseInvestigationReport_imageLink__ZrFER {
	cursor: pointer;
	z-index: 2;
	pointer-events: all;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	display: block;
	height: 52px
}

.purchaseInvestigationReport_imageLink__ZrFER img {
	display: block
}

.HowItWorksV2_howItWorksItemIcon__fIY0R {
	background-repeat: no-repeat;
	background-position: 50%
}

.HowItWorksV2_howItWorks__Mcaln {
	overflow-x: hidden;
	padding-bottom: 32px;
	margin-bottom: 64px
}

.HowItWorksV2_titleLine__WFTQp {
	position: relative;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	min-height: 32px
}

.HowItWorksV2_howItWorksTitle__LTXQZ {
	text-align: center
}

.HowItWorksV2_howItWorksList__hteyP {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 24px;
	row-gap: 24px
}

.HowItWorksV2_howItWorksItem__BZrc3 {
	position: relative;
	padding: 16px;
	display: flex;
	flex-direction: column;
	box-shadow: 8px 16px 32px rgba(3, 14, 49, .08)
}

.HowItWorksV2_howItWorksItem__BZrc3.HowItWorksV2_withBorder__b7zNr {
	border: 1px solid #112152
}

.HowItWorksV2_howItWorksItemContent__b__QA {
	color: #616267;
	width: 248px
}

@media(min-width:360px) {
	.HowItWorksV2_howItWorksItemContent__b__QA {
		width: 288px
	}
}

@media(min-width:414px) {
	.HowItWorksV2_howItWorksItemContent__b__QA {
		width: 334px
	}
}

@media(min-width:451px) {
	.HowItWorksV2_howItWorksItemContent__b__QA {
		width: auto
	}
}

.HowItWorksV2_howItWorksItemIcon__fIY0R {
	background-size: cover;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0
}

.HowItWorksV2_fileFind__0HL5n {
	background-image: url(../assets/file-find.svg)
}

.HowItWorksV2_file__v6q4M {
	background-image: url(../assets/file.svg)
}

.HowItWorksV2_report__9_JNP {
	background-image: url(../assets/report.svg)
}

.HowItWorksV2_plan___BZTb {
	background-image: url(../assets/plan.svg)
}

.HowItWorksV2_expertAssistance__6slvf {
	background-image: url(../assets/expert-assistance.svg)
}

.HowItWorksV2_dollarCircle__EjOPf {
	background-image: url(../assets/money-back.svg)
}

@media(min-width:360px) {
	.HowItWorksV2_howItWorks__Mcaln {
		margin-bottom: 72px
	}

	.HowItWorksV2_howItWorksItem__BZrc3 {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media(min-width:414px) {
	.HowItWorksV2_howItWorks__Mcaln {
		margin-bottom: 80px
	}

	.HowItWorksV2_howItWorksItemIcon__fIY0R {
		top: 0
	}

	.HowItWorksV2_titleLine__WFTQp {
		padding-left: 48px
	}
}

@media(min-width:768px) {
	.HowItWorksV2_howItWorks__Mcaln {
		margin-bottom: 96px
	}

	.HowItWorksV2_howItWorksTitle__LTXQZ {
		text-align: center
	}

	.HowItWorksV2_howItWorksList__hteyP {
		width: 720px;
		margin: 56px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 32px;
		row-gap: 32px;
		grid-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px
	}

	.HowItWorksV2_titleLine__WFTQp {
		padding-left: 48px
	}
}

@media(min-width:1366px) {
	.HowItWorksV2_howItWorks__Mcaln {
		margin-bottom: 128px
	}

	.HowItWorksV2_howItWorksItem__BZrc3 {
		padding: 32px
	}

	.HowItWorksV2_titleLine__WFTQp {
		padding-left: 40px
	}

	.HowItWorksV2_howItWorksList__hteyP {
		width: 1000px;
		grid-row-gap: 32px;
		row-gap: 32px;
		grid-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}

.copycatsBlock_whyWorkRightIcon__ok1ap {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.copycatsBlock_whyWorkSection__Cq1QB {
	padding-bottom: 0
}

.copycatsBlock_whyWorkTitle__XInR1 {
	margin-bottom: 24px;
	text-align: center
}

.copycatsBlock_whyWorkContent__5g2Z_ {
	color: #616267;
	margin-bottom: 32px;
	text-align: center
}

.copycatsBlock_whyWorkRight__pJ4hl {
	display: none
}

.copycatsBlock_whyWorkRightIcon__ok1ap {
	width: 104px;
	height: 104px;
	background-image: url(../assets/boci.svg);
	margin: 0 auto 24px
}

.copycatsBlock_whyWorkLeft__7Pksl {
	flex-grow: 0
}

@media(min-width:360px) {
	.copycatsBlock_whyWorkRightIcon__ok1ap {
		width: 112px;
		height: 112px
	}
}

@media(min-width:414px) {
	.copycatsBlock_whyWorkRightIcon__ok1ap {
		width: 120px;
		height: 120px
	}
}

@media(min-width:768px) {
	.copycatsBlock_whyWorkContent__5g2Z_ {
		max-width: 470px;
		text-align: center
	}

	.copycatsBlock_whyWorkLeft__7Pksl {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.copycatsBlock_whyWorkRightIcon__ok1ap {
		width: 136px;
		height: 136px
	}
}

@media(min-width:1366px) {
	.copycatsBlock_whyWorkContainer___bFak {
		display: flex;
		justify-content: flex-end;
		width: 1000px;
		grid-column-gap: 236px;
		-moz-column-gap: 236px;
		column-gap: 236px
	}

	.copycatsBlock_whyWorkTitle__XInR1 {
		margin-bottom: 16px;
		text-align: left
	}

	.copycatsBlock_whyWorkLeft__7Pksl {
		max-width: 480px;
		width: auto;
		margin-left: 0;
		align-items: flex-start
	}

	.copycatsBlock_whyWorkContent__5g2Z_ {
		width: 480px;
		margin-bottom: 32px;
		text-align: left
	}

	.copycatsBlock_whyWorkRight__pJ4hl {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.copycatsBlock_whyWorkRightIcon__ok1ap {
		width: 192px;
		height: 192px;
		margin: 0
	}
}

.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.serviceScamBlock_guaranteeBlockTitle__uqDmC {
	margin-bottom: 24px;
	text-align: center
}

.serviceScamBlock_guaranteeBlockContent__WxvHC {
	color: #616267;
	text-align: center;
	margin-bottom: 32px
}

.serviceScamBlock_guaranteeBlockRight__o5vVz {
	display: none
}

.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
	width: 104px;
	height: 104px;
	background-image: url(../assets/iyspas.svg);
	margin: 0 auto 24px
}

@media(min-width:360px) {
	.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
		width: 112px;
		height: 112px
	}
}

@media(min-width:414px) {
	.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
		width: 120px;
		height: 120px
	}
}

@media(min-width:768px) {
	.serviceScamBlock_guaranteeBlockWrapper__FYXx4 {
		display: flex;
		flex-direction: column-reverse
	}

	.serviceScamBlock_guaranteeBlockContent__WxvHC {
		max-width: 470px;
		text-align: center
	}

	.serviceScamBlock_guaranteeBlockLeft__4zFJE {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
		width: 136px;
		height: 136px
	}
}

@media(min-width:1366px) {
	.serviceScamBlock_guaranteeBlockWrapper__FYXx4 {
		display: flex;
		flex-direction: unset;
		justify-content: flex-start;
		width: 1000px;
		grid-column-gap: 236px;
		-moz-column-gap: 236px;
		column-gap: 236px;
		padding: 0
	}

	.serviceScamBlock_guaranteeBlockTitle__uqDmC {
		text-align: left;
		margin-bottom: 16px
	}

	.serviceScamBlock_guaranteeBlockLeft__4zFJE {
		width: 480px;
		align-items: flex-start;
		margin-right: 0
	}

	.serviceScamBlock_guaranteeBlockContent__WxvHC {
		max-width: 584px;
		width: 480px;
		margin-bottom: 32px;
		text-align: left
	}

	.serviceScamBlock_guaranteeBlockRight__o5vVz {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.serviceScamBlock_guaranteeBlockIcon__Pc6a7 {
		width: 192px;
		height: 192px;
		margin: 0
	}
}

.moreAbout_moreAboutTitle__OqHrc {
	margin-bottom: 24px;
	text-align: center
}

@media(min-width:360px) {
	.moreAbout_moreAboutTitle__OqHrc {
		margin-bottom: 16px
	}
}

@media(min-width:768px) {
	.moreAbout_moreAboutTitle__OqHrc {
		text-align: center;
		max-width: 470px;
		margin-bottom: 32px
	}

	.moreAbout_moreAboutAccordion__99pLq {
		max-width: 470px
	}
}

@media(min-width:1366px) {
	.moreAbout_moreAboutTitle__OqHrc {
		max-width: 700px;
		margin-bottom: 24px
	}

	.moreAbout_moreAboutAccordion__99pLq {
		max-width: 584px
	}
}
@media(min-width:1366px) {

	.ourPartnersCarousel,
	.ourPartnersCarouselSlide {
		height: 48px
	}

	.ourPartnersCarousel {
		width: 792px
	}

	.ourPartnersCarousel .slick-dots {
		bottom: -64px
	}

	.ourPartnersCarousel .slick-prev {
		left: 180px;
		top: 100px
	}

	.ourPartnersCarousel .slick-next {
		right: 180px;
		top: 100px
	}

	.ourPartnersCarouselSlideImage {
		width: 174px;
		height: 48px
	}
}
