root {

}

html, body {
	margin: 0;
	padding: 0;
}
* {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
}
.btn {
	height: 59px;
	padding: 4px 30px;
	border-radius: 40px;
	border: 4px solid #77F7B1;
}
*[data-stroke] {
	-webkit-text-stroke-width: 4px;
	position: relative;
}
*[data-stroke]:after {
	-webkit-text-stroke-width: 0;
	content: attr(data-stroke);
	position: absolute;
	left: 0; 
	top: 0;
/*	transform: translate(-50%,-50%);*/
	color:  #fff;
}
a {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
}
/*** header ***/
#header {
	width:  100%;
	position: fixed;
	background:  #fff;
	left:  0;
	top:  0;
	height: 120px;
	z-index: 9;
}
.container {
	width:  1920px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	position: relative;
}
#header .container {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
#menu a {
	padding: 20px 35px;
	text-decoration: none;
	font-size: 20px;
	color: #081F60;
	font-weight: 800;
}
#h-right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
#h-right a {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 20px;
}

/*** main ***/
#content {
	width:  100%;
	min-height: 100vh;
	padding-top: 120px;
}
#c-0 {
	width: calc(100% - 40px);
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	transition: all 0.6s ease;
}
.msi {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;	
	flex-shrink: 1 0 auto;
	overflow-x:  scroll;
	transition: all 0.6s ease;
}
#.slide {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.split {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
.split__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 50%;
}

#c-1 {
	margin-top:  105px;
}
#c-1 .split {
	align-items: center;
}
.title {
	color: #FFF;
	-webkit-text-stroke-color: #9E1FDF;
	font-family: Inter;
	font-size: 46px;
	font-style: normal;
	font-weight: 800;
	line-height: 54px;
	text-transform: uppercase;
}
.super span:after {
	top: 6px !important;
}
.brick {
	width: 60px;
	height: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #26245D;
}
.text {
	color: #140041;
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}
.btn-filled {
	display: inline-flex;
	padding: 0px 29px;
	flex-direction: column;
	align-items: center;
	border-radius: 50px;
	background: #9E1FDF;
	color:  #fff;
	font-weight: 800;
	height: 57px;
	align-items: center;
	justify-content: center;
	outline: none;
	border: 0;
}

#c-2 {
	overflow: hidden;
	/*height: 220px;*/
	width: 100%;
	margin-top:  180px;
}
h2.super {
	margin: 0;
}
.super {
	color: #140041;
	font-size: 84px;
	font-style: normal;
	font-weight: 800;
	line-height: 90px;
	white-space: nowrap;
}
.super span {
	-webkit-text-stroke-color: #140041;
	font-size:  84px;
	font-style: normal;
	font-weight: 800;
	line-height: 90px;
	color:  #fff;
}
.super {
	position: absolute;
	left:  50%;
	transform: translate(-50%);
}
#s2 {
	top:  110px;
}
#video {
	margin-top: 250px;
	margin-bottom: 70px;
}
#video .split__item {
	background: #EA4F46;
	position: relative;
}
#video video {
	position: relative;
	right: 40px;
	top:  40px;
	margin-bottom: 55px;
}
p b {
	font-weight: 800;
}

#c-3 {
	margin-top:  30px;
}
.frame {
	/*width: 590px;
	height: 605px;*/
	background: #EA4F46;
	position: relative;
}
.frame img {
	position: relative;
	right: 40px;
	top:  40px;
}
.brick-2 {
	width: 60px;
	height: 5px;
	margin-top: 50px;
	margin-bottom: 20px;
	background: #EA4F46;
}
.heading {
	color: #4038F0;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px; 
	text-transform: uppercase;
}
.btn-filled-2 {
	display: inline-flex;
	padding: 0px 29px;
	flex-direction: column;
	align-items: center;
	border-radius: 50px;
	background: #081F60;
	color:  #fff;
	font-weight: 800;
	height: 57px;
	font-size: 24px;
	align-items: center;
	justify-content: center;
}

#c-4 {
	margin-top:  240px;
}
#c-4 h3, #c-6 h3, #c-7 h3, #c-5 h3 {
	color: #FFF;
	-webkit-text-stroke-color: #9E1FDF;
	letter-spacing: 1px;
	font-size: 46px;
	font-weight: 800;
	line-height: 54px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	/*width: 100%;
	text-align: center;*/
}
.heading-2, #c-7 h4 {
	color: #9E1FDF;
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	text-transform: uppercase;
}
.brick-3 {
	width: 60px;
	height: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #140041;
}
#knowmore {
	width: 360px;
	height: 360px;
	border-radius:  50%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top:  180px ;
	padding-left:  67px;
	color:  #fff;
	font-size: 24px;
	font-weight: 800;
	background: #9E1FDF;
	text-decoration: none;
}

#c-5 {
	margin-top: 100px;
	position: relative;
	margin-bottom: 100px;
}
#shops {
	padding: 37px 0;
	border-top: 1px solid #4038F0;
	border-bottom: 1px solid #4038F0;
	transform: rotate(-2deg);
	margin-bottom:  50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
#shops a {
	padding:  13px;
	border-radius: 20px;
	border: 2px solid #4038F0;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#shops a span {
	margin-left: 15px;
}
#shops a img {
	max-height: 30px;
}
#allshops {
	position: absolute;
	display: flex;
	width: 250px;
	height: 65px;
	transform: rotate(-2deg);
	padding: 20px 4px;
	justify-content: center;
	align-items: center;
	right:  20%;
	bottom:  0;
	transform: translate(0, 100%);
	text-decoration: none;
	border-radius: 40px;
	border: 4px solid #77F7B1;
	color: #4038F0;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px; 
}

#feedback {
	margin:  0 auto 50px;
	width:  450px;
}
#feedback input, #feedback select, #feedback textarea {
	width: 100%;
	border:  2px solid #4038F0;
	border-radius:  16px;
	padding: 10px 20px;
	margin-bottom:  10px;
}
#c-7 {
	margin-bottom:  50px;
}
.prods {
	width:  calc(100% - 100px);
	margin: 0 auto;
	overflow:  hidden;
	position: relative;	
	padding: 0 50px;
}
.prods-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;	
	flex-shrink: 1 0 auto;
	overflow-x:  scroll;
	transition: all 0.6s ease;
}
.pi {
	width:  350px;
	min-width:  350px;
/*	border: 1px solid #f0f0f0;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-right:  15px;
	padding-bottom: 80px;
}
.pi-image {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi-image img {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	aspect-ratio:  1;
}
.pi-title {
	color: #4038F0;
	font-size: 16px;
	padding:  15px 20px;
}
.pi-text {
	font-size: 12px;
	padding: 10px 20px;
	text-align: center;
}
h4 {
	width: 100%;
	text-align: center;
}
.pi-btn {
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	font-size: 18px;
}
.prods:before {
	content: '';
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	width: 70px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.prods:after {
	content: '';
	background: linear-gradient(to left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	width: 70px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.prods-btn {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border: 2px solid #9E1FDF;
	outline: none;
	background: none;
	color: #9E1FDF;
	font-size: 32px;
	width: 40px;
	height: 40px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 5;
}
.pb-right {
	left: unset;
	right: 0;
}

#pre-footer {
	background: linear-gradient(90deg, #015C70 0%, #1C505A 79.05%);
	color:  #fff;
}
#pre-footer .container {
	padding:  60px 330px;
}
#pre-footer ol li {
	font-size: 12px;
}

#footer {
	background: linear-gradient(90deg, #173E47 0%, #1C505A 79.05%);
	color: #fff;
}
#footer .container {
	padding:  60px 330px;
	flex-direction: row;
	justify-content: space-between;
}
.fi-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 30px;
	text-decoration: none;
}
.fi-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width:  30%;
}
.fm2 {
	width: 70%;
}
.fi-1 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width:  600px;
	flex-wrap: wrap;
}
#copy {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 40px;
}
.spacer {
	width:  100%;
	height: 30px;
}
#copy a {
	margin-right: 20px;
}
.fi-3 {
	font-size: 16px;
}
.fi-3 span {
	font-weight: 800;
}

@media screen and (max-width: 1920px) {
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.split {
		flex-direction: column;
	}
	.split__item {
		width: calc(100% - 40px);
		margin-bottom: 20px;
	}
	#pre-footer .container, #footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}