body{
  background: var(--background);
}
img{
  width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
header{
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--background);
}
/* Header */
.ck-header-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
}
.ck-header-image-container{
	flex-shrink: 0;
}
.ck-header-menu{
  display:flex;
  gap: 35px;
	overflow: auto;
	align-items: center;
}
.ck-header-menu-item{
  color: var(--text);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
	white-space: nowrap;
	cursor: pointer;
}
.ck-header-menu-item:hover{
	font-weight: 500;
	text-decoration: underline;
}
.ck-header-menu-button-icon{
	width: 12px;
	height: 9px;
}
.ck-header-menu-button-text{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
}
.ck-slide-menu-header{
	padding: 70px 35px;
}
.ck-slide-menu-header-image{
	width:131px;
	height: 23px;
}
.ck-slide-menu-close-icon{
	width: 11px;
	height: 11px;
	position:absolute;
	top: 25px;
	right: 25px;
}
.ck-slide-menu-item{
	padding: 0 35px;
	color: var(--text);
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 284%;
}
.ck-slide-menu-content{
	min-width: 240px;
}
/* Header End */
/* Presentation */
.ck-section-presentation{
  display:flex;
  justify-content: center;
  align-items: center;
  background-image: url(/img/presentacion-background.png);
  background-size: 1000px;
	background-repeat: no-repeat;
	padding: 70px 0 250px;
}
.ck-presentation-img-container{
  width: 677px;
}
.ck-presentation-content-container{
  width: 450px;
  margin-right: 41px;
}
.ck-presentation-title{
  color: var(--text);
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
}
.ck-presentation-caption{
  color: var(--text);
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 28px;
}
/* Presentation End */
/* Float button */
.support-float-button {
  position: fixed;
  background-color: #2f165a;
  bottom: 40px;
  right: 40px;
  width: 250px;
  font-size: 24px;
  height: 60px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms linear;
	z-index: 200;
	color: #fff;
	border-radius: 15px;
	font-family: 'Mulish';
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.support-float-button:hover{
	background-color: var(--primary);
}
.support-img{
  width: 24px;
	height: 24px;
  object-position: left;
}
/* End float button*/
/* Coskio Section */
.ck-coskio-section-container{
	background: #FFF;
	padding: 91px 40px 120px;
	position:relative;
}
.ck-coskio-section-header{
	text-align: center;
}
.ck-coskio-section-header-title{
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
	color: var(--text);
	margin-bottom: 14px;
}
.ck-coskio-section-header-caption{
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--text);
	max-width: 640px;
	margin: 0 auto;
}
.ck-coskio-section-content{
	max-width: 920px;
	margin: 0 auto;
}
.ck-coskio-section-article{
	margin-top: 70px;
	display:flex;
	gap: 14px;
	align-items: center;
	justify-content:center;
}
.ck-coskio-section-collage{
	position:relative;
	width: 355px;
	height: 370px;
	flex-shrink: 0;
	perspective: 300px;
}
.ck-coskio-section-collage div,
.ck-coskio-section-collage img{
	position:absolute;
}
.ck-collage-svg-container{
	background: #FCF8FC;
	box-shadow: 0px 0px 8px rgba(48, 45, 54, 0.14);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.ck-svg-position{
	position:absolute;
	width: 65%;
	height: 65%;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	object-fit: unset;
	object-position: unset;
}
	/* Images collage */
	.ck-img-collage-1-a{
		width: 125px;
		height: 250px;
		top: 65px;
		left: 4px;
		filter: drop-shadow(0px 0px 10px rgba(83, 73, 104, 0.13));
		border-radius: 8px;
	}
	.ck-img-collage-1-b{
		width:283px;
		height: 216px;
		bottom: -65px;
		right: 12px;
		filter: drop-shadow(0px 0px 10px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-1-c{
		width:80px;
		height:80px;
		right: 60px;
		top: 125px;
	}
	.ck-img-collage-1-d{
		width:60px;
		height:60px;
		bottom:-10px;
	}
	.ck-img-collage-1-e{
		width:60px;
		height:60px;
		left: 140px;
		top: 85px;
	}
	.ck-img-collage-2-a{
		width: 204px;
		height: 82px;
		top:70px;
		z-index: 10;
		filter: drop-shadow(0px 0px 8px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-2-b{
		width: 147px;
		height: 188px;
		z-index: 10;
		right: 0;
		top: 100px;
		filter: drop-shadow(0px 0px 8px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-2-c{
		width: 155px;
		height: 155px;
		z-index: 10;
		bottom: -45px;
		left: 30px;
		filter: drop-shadow(0px 0px 8px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-2-d{
		width: 193px;
		height: 257px;
		left: 110px;
		top: 120px;
	}
	.ck-img-collage-3-a{
		width:184px;
		height:283px;
		top:70px;
		filter: drop-shadow(0px 0px 10px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-3-b{
		width: 266px;
		height: 175px;
		bottom: -55px;
		right: 0;
		filter: drop-shadow(0px 0px 10px rgba(48, 45, 54, 0.14));
		border-radius: 8px;
	}
	.ck-img-collage-3-c{
		width:65px;
		height:65px;
		left: 190px;
		top: 185px;
	}
	.ck-img-collage-3-d{
		width:90px;
		height:90px;
		right: 10px;
		top:90px;
	}
	/* Images collage End */
.ck-coskio-section-item-header{
	margin-bottom: 14px;
	display:flex;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 14px;
}
.ck-coskio-section-item-dot{
	width: 16px;
	height: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	flex-shrink:0;
}
.background-secondary{
	background: var(--secondary);
}
.background-acent{
	background: var(--acent);
}
.background-primary{
	background: var(--primary);
}
.ck-coskio-section-item-title{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
}
.ck-coskio-section-item-caption{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	max-width: 370px;
}
/* Coskio Section End */
/* Business Section */
.ck-business-section{
	padding: 200px 60px;
	position:relative;
}
.ck-business-section-content{
	display: grid;
	grid-template-columns: repeat(auto-fill, 370px);
	gap: 50px 21px;
	justify-content: center;
	max-width: 1155px;
	margin: 0 auto;
}
.ck-business-section-title-1{
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 34px;
	color:var(--text);
}
.ck-business-section-title-2{
	font-family: 'Mulish';
	color:var(--text);
	font-size: 44px;
	font-weight: 900;
}
.ck-business-section-card{
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	position:relative;
	padding: 50px 30px 30px
}
.ck-business-section-card-icon-container{
	position:absolute;
	width: 60px;
	height: 60px;
	top: -30px;
	right: 50%;
	transform: translate(50%,0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(50%,0);
	-moz-transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	-o-transform: translate(50%,0);
}
.ck-business-section-card-title{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 26px;
	line-height: 99%;
	margin-bottom: 7px;;
}
.ck-business-section-card-caption{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
/* Business Section End */
/* Integrations Section */
.ck-integrations-section{
	background:#fff;
	padding: 150px 21px;
	position:relative;
}
.ck-integrations-section-text-content{
	max-width: 500px;
}
.ck-integrations-section-content{
	display:flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.ck-integrations-section-header{
	margin-bottom: 50px;;
}
.ck-integrations-section-title-1{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 29px;
	line-height: 36px;
}
.ck-integrations-section-title-2{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
}
.ck-integrations-section-item{
	display:flex;
	gap: 7px;
}
.ck-dot-margin{
	margin-top: 6px;
}
.ck-integrations-section-item-text{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 21px;
}
.ck-integrations-section-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, 176px);
	gap:21px;
	justify-content: center;
	flex-grow: 1;
	max-width: 570px;
	min-width: 176px;
}
.ck-integrations-section-svg-item{
	position:relative;
	box-shadow: 0px 2px 6px rgba(167, 167, 167, 0.25);
	border-radius: 8px;
	height: 120px;
}
.ck-integrations-section-svg{
	position: absolute;
	width: 60%;
	height: 60%;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	object-fit: unset;
	object-position: unset;
}
/* Integrations Section End */
/* Partners Section */
.ck-partners-section{
	padding: 85px 0 150px;
	position:relative
}
.ck-partners-section-title{
	text-align: center;
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
}
.ck-partners-items-container{
	margin-top: 70px;
	display:flex;
	gap: 14px;
	justify-content: center;
	padding: 0 21px;
}
.ck-partners-svg-item{
	position:relative;
	background: #FAFAFB;
	box-shadow: 0px 2px 6px rgba(167, 167, 167, 0.25);
	border-radius: 8px;
	width: 270px;
	height: 100px;
}
/* Partners Section End */
/* Create Coskio Section */
.ck-create-coskio-section{
	padding: 140px 21px;
	position:relative;
	background: url(/img/create-coskio-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.ck-create-coskio-content{
	display:flex;
	justify-content: center;
	gap: 21px;
}
.ck-create-coskio-img-container{
	width: 357px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.ck-create-coskio-text-title{
	color: #fff;
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 21px;
}
.ck-create-coskio-text-caption{
	color: #fff;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 14px;
	max-width: 660px;
}
/* Create Coskio Section End */
/* Steps Section */
.ck-steps-section{
	padding: 180px 21px 100px;
	position:relative;
}
.ck-steps-section-main{
	display: flex;
	gap: 14px;
	justify-content: center;
}
.ck-steps-collage{
	width: 450px;
	height: 775px;
	flex-shrink: 0;
	position:relative;
}
.ck-steps-collage div,
.ck-steps-collage img{
	position:absolute;
}
	/* Collage Img */
	.ck-img-step-collage-1{
		width: 85px;
		height: 85px;
		right: 40px;
		bottom: 160px;
	}
	.ck-img-step-collage-2{
		width: 120px;
		height: 120px;
		bottom: -60;
		left: 40px;
	}
	.ck-img-step-collage-3{
		width: 95px;
		height: 95px;
		top: 330px;
		left: 90px;
	}
	.ck-img-step-collage-4{
		width:247px;
		height: 185px;
		bottom: -25px;
		right: 20px;
		border-radius: 8px;
	}
	.ck-img-step-collage-5{
		width: 291px;
		height: 218px;
		bottom: 75px;
		border-radius: 8px;
	}
	.ck-img-step-collage-6{
		width: 221px;
		height: 302px;
		right: 20px;
		top: 220px;
		border-radius: 8px;
	}
	.ck-img-step-collage-7{
		width: 347px;
		height: 260px;
		top: 60px;
		border-radius: 8px;
	}
	/* Collage Img End*/
.ck-steps-text-title{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 50px;
}
.ck-steps-items-content{
	position:relative;
}
.dashed-border-left{
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #F5F5F5;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DFA5BCFF' stroke-width='5' stroke-dasharray='2%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.ck-steps-item-container-form,
.ck-steps-item-container{
	position: relative;
	padding-left: 21px;
	margin-bottom: 60px;
}
.ck-steps-item-container:last-child{
	background: #F5F5F5;
}
.ck-steps-item-container-form{
	background: #FFF;
	margin-bottom: unset;
}
.ck-steps-item-number{
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #FFF;
	position:absolute;
	left: -15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.ck-steps-item-title{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.ck-steps-item-caption{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 16px;
	line-height: 116.5%;
	max-width: 475px;
}
.ck-steps-section-footer{
	text-align: center;
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	margin: 90px auto 0;
	max-width: 885px;
}
/* Steps Section End */
/* faq Section */
.ck-step-faq{
	padding: 70px 21px;
	position:relative;
	background: url(/img/create-coskio-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.ck-step-faq-title{
	color: #FFF;
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 21px;
}
.ck-step-faq-caption{
	color: #FFF;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 70px;
	max-width: 715px;
}
/* faq Section End */
/* footer */
.ck-footer-section{
	padding: 0 21px 35px;
}
.ck-footer-text{
	text-align: center;
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
}
/* footer End */
/* form Section */
.ck-form-section{
	padding: 85px 21px;
	position: relative;
}
.ck-form-content{
	background: #fff;
	padding: 60px 80px;
	border-radius: 28px;
	max-width: 1160px;
	margin: 0 auto;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	display:flex;
	gap: 80px;
	position:relative;
}
.ck-form-text-title{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 40px;
}
.ck-form-text-caption{
	color: var(--text);
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	max-width: 322px;
}
.ck-form-inputs-container{
	flex-grow: 1;
}
/* form Section End */
/* Buttons */
.ck-primary-highlight-button{
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 50px;
  box-shadow: 0px 4px 6px rgba(62, 21, 135, 0.39);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background:#7959B5;
  color: #F5F5F5;
  font-family: 'Mulish';
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
.ck-primary-highlight-button:hover{
	background: #583793;
}
.ck-header-secondary-hightlight-button,
.ck-secondary-hightlight-button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 50px;
  box-shadow: 0px 4px 6px rgba(135, 21, 90, 0.39);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background:#EB3479;
  color: #F5F5F5;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
	cursor: pointer;
}
.ck-header-secondary-hightlight-button{
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 7px 14px;
	background: #EB3479;
	color: #FFF;
	box-shadow: none;
}
.ck-header-secondary-hightlight-button:hover,
.ck-secondary-hightlight-button:hover{
	background:#B8205A;
	cursor: pointer;
}
.ck-outline-button{
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	color: #F5F5F5;
	border: 1px solid #F5F5F5;
}
.ck-outline-button:hover{
	background: rgba(255, 255, 255, 0.27);
}
/* Buttons End*/
/* Inputs */
.ck-input-container{
	margin-bottom: 14px;
}
.ck-input-title{
	color: #000;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 7px 7px;
}
.ck-text-area,
.ck-input{
	width: 100%;
	height: 48px;
	color: #000;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	border: 1px solid #BCBCBC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 14px 16px;
}
.ck-input::placeholder{
	color: #8B8B8B;
}
.ck-text-area{
	height: 146px;
	resize: none;
}
.ck-input-error-msg{
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #A80000;
	padding-left: 7px;
}
/* Inputs End */
/* Decors */
.ck-decor{
	position: absolute;
}
.decor{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.decor-1{
	right: 70px;
	top: -100px;
}
.ck-decor-1-content{
	display: grid;
	grid-template-areas: "a a a a"
											 "a a a a"
											 "b b c c"
											 "b b c c"
											 "b b c c"
											 "b b x x";
	gap: 11px;
	width: 120px;
	height: 120px;
}
.ck-decor-s-hor-1{
	grid-area: a;
	background: var(--secondary);
}
.ck-decor-a-rec-1{
	grid-area: b;
	background: var(--acent);
}
.ck-decor-s-rec-1{
	grid-area: c;
	background: var(--secondary);
}
.decor-2{
	top: -60px;
	left: 40px;
}
.ck-decor-2-content{
	display:grid;
	grid-template-areas:"x b"
											"a b"
											"a c";
	gap: 14px;
	height: 118px;
	width: 74px;
}
.ck-decor-p-ver-2{
	grid-area: a;
	background: var(--primary);
}
.ck-decor-a-ver-2{
	grid-area: b;
	background: var(--acent);
}
.ck-decor-s-sqr-2{
	grid-area: c;
	background: var(--secondary);
}
.decor-3{
	top: -45px;
	right: 60px;
}
.ck-decor-3-content{
	display:grid;
	grid-template-areas:"a a"
											"x b"
											"x b";
	row-gap: 10px;
	height: 100px;
	width: 100px;
}
.ck-decor-p-hor-3{
	grid-area: a;
	background: var(--primary);
}
.ck-decor-s-rec-3{
	grid-area: b;
	background: var(--secondary);
}
.decor-4{
	top: -102px;
	left: 80;
}
.ck-decor-4-content{
	display:grid;
	grid-template-areas: "x x b b"
											 "c c b b"
											 "c c b b"
											 "c c b b"
											 "a a a a"
											 "a a a a";
	gap: 11px;
	width: 120px;
	height: 120px;
}
.decor-5{
	top:-65px;
	right:70px;
}
.ck-decor-5-content{
	display:grid;
	grid-template-areas: "a x"
											 "a x"
											 "a x"
											 "a x"
											 "y b"
											 "y b"
											 "y b";
	gap:7px;
	width:107px;
	height: 140px;
}
.ck-decor-a-rec-5{
	grid-area: a;
	background: var(--acent);
}
.ck-decor-s-rec-5{
	grid-area: b;
	background: var(--secondary);
}
.decor-6{
	top:-100px;
	left: 60px;
}
.ck-decor-6-content{
	display: grid;
	grid-template-areas: "a b"
											 "a b"
											 "a b"
											 "a b"
											 "a x"
											 "y c"
											 "y c";
	column-gap: 21px;
	width: 81px;
	height: 120px;
}
.decor-7{
	bottom: 100px;
	left: 81px;
}
.ck-decor-7-content{
	display:grid;
	grid-template-areas:"a a a a a a a a x x x"
											"b b y c z d d d d d d";
	row-gap: 8px;
	width: 160px;
	height: 78px;
}
.ck-decor-p-hor-7{
	grid-area: a;
	background: var(--primary);
}
.ck-decor-s-hor-7{
	grid-area: b;
	background: var(--secondary);
}
.ck-decor-a-ver-7{
	grid-area: c;
	background: var(--acent);
}
.ck-decor-s-rec-7{
	grid-area: d;
	background: var(--secondary);
}
.decor-form-1{
	top: 50px;
	right: 21px;
}
.ck-decor-form-1-content{
	display:grid;
	grid-template-areas: "a a a a"
											 "a a a a"
											 "b b c c"
											 "b b c c"
											 "b b c c"
											 "b b x x";
	row-gap: 8px;
	column-gap: 8px;
	width: 112px;
	height: 115px;
}
.ck-decor-s-hor-form-1{
	grid-area: a;
	background: var(--secondary);
}
.ck-decor-a-ver-form-1{
	grid-area: b;
	background: var(--acent);
}
.ck-decor-s-ver-form-1{
	grid-area: c;
	background: var(--secondary);
}
.decor-form-2{
	bottom: 50px;
	left: 21px;
}
.ck-decor-form-2-content{
	display:grid;
	grid-template-areas: "x a"
											 "b a"
											 "b a"
											 "b c";
	row-gap: 8px;
	column-gap: 14px;
	width: 80px;
	height: 150px;
}
.ck-decor-p-ver-form-2{
	grid-area: a;
	background: var(--primary);
}
.ck-decor-a-ver-form-2{
	grid-area: b;
	background: var(--acent);
}
.ck-decor-s-sqr-form-2{
	grid-area: c;
	background: var(--secondary);
}
/* Decors End */
/* Animations */
.ck-set-fade-in{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transition: transform 1s, opacity 1s;
	-webkit-transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	-ms-transition: transform 1s, opacity 1s;
	-o-transition: transform 1s, opacity 1s;
}
.ck-fade-in{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);;
}
.ck-movement-animation{
	transition-property: transform, visibility, opacity;
	transition-duration: 0.2s, 0s, 0.2s;
	transition-timing-function: linear, linear, ease-in-out;
	transition-delay: 0s, 0s, 0s;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
}
/* Animations End */
/* Display none */
.ck-business-section-title-out,
.ck-slide-menu-container,
.ck-header-menu-button,
.ck-create-coskio-button-mobile{
	display:none;
}
/* Display none End*/
/* Form page */
.success-final-screen-section,
.form-container-section{
	background: #FFF;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	padding: 28px 35px;
	max-width: 700px;
	margin: 21px auto;
	display:flex;
	flex-direction: column;
	gap: 35px;
}
.form-header-title{
	font-family: 'Mulish', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #32195E;
}
.form-input-group-title{
	display:flex;
	gap: 7px;
	align-items: center;
}
.form-content-container{
	display:flex;
	flex-direction: column;
	gap: 28px;
}
.form-input-group-section{
	display:flex;
	flex-direction: column;
	gap: 14px;
}
.form-footer-container{
	display:flex;
	justify-content: end;
}
.form-page-container{
	position: relative;
}
.success-caption{
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #32195E;
}
.success-stepper-title{
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #5B4681;
}
.success-stepper-container{
	display:flex;
	flex-direction: column;
	gap: 14px;
}
/* Form page End*/
/* Medias */
@media (max-width: 1000px){
	/* Display None */
	.ck-header-menu{
		display:none;
	}
	/* Header */
	.ck-header-container{
		justify-content: space-between;
		height: 70px;
		padding: 0 21px;
	}
	.ck-header-menu-button{
		display:flex;
		gap: 7px;
		margin-bottom: 4px;
	}
	.ck-header-image-container{
		width: 100px;
	}
	.ck-slide-menu-container{
		display:block;
		position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    transition: width 0.4s ease;
    overflow: auto;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
	}
	.ck-slide-menu-close{
		width: 0;
	}
	/* Header End*/
}
@media (max-width: 700px){
	/* Display none */
	.ck-business-section-title,
	.decor-7,
	.ck-steps-section-footer,
	.ck-img-step-collage-4,
	.ck-img-step-collage-5,
	.ck-create-coskio-button,
	.decor-3,
	.coskio-collage-2,
	.coskio-collage-3,
	.support-text{
		display:none;
	}
	/* Presentation Section */
	.ck-presentation-title{
		font-size: 29px;
		line-height: 37px;
	}
	.ck-presentation-caption{
		font-size: 18px;
		line-height: 24px;
	}
	.ck-section-presentation{
		flex-wrap: wrap-reverse;
		row-gap: 50px;
		padding: 80px 16px;
		background-position-y: 320px;
		background-size: 880px;
	}
	.ck-presentation-content-container button{
		width: 100%;
	}
	.ck-presentation-content-container{
		margin: unset;
	}
	/* Presentation Section End */
	/* support button */
	.support-float-button {
		width: 60px;
		text: none;
	}
	.support-img{
		object-position: center;
	}
	/* support button end */
	/* Coskio Section */
	.ck-coskio-section-header-title{
		text-align: start;
		font-size: 22px;
		line-height: 28px;
	}
	.ck-coskio-section-header-caption{
		text-align: start;
		font-size: 16px;
		line-height: 22px;
	}
	.ck-coskio-section-article{
		flex-wrap:wrap;
	}
	.ck-coskio-section-item-title{
		font-size: 20px;
		line-height: 25px;
	}
	.ck-coskio-section-item-caption{
		font-size: 16px;
		line-height: 22px;
	}
	.ck-coskio-section-item-dot{
		width: 12px;
		height: 12px;
	}
	.ck-create-coskio-img-container{
		width: 100%;
		height: 176px;
}
	/* Coskio Section End */
	/* Business Section */
	.ck-business-section{
		padding: 140px 0 200px 14px;
		z-index: 10;
	}
	.ck-business-section-title-out{
		display:block;
		margin: 0 0 42px 7px;
	}
	.ck-business-section-title-1{
		font-size: 22px;
		line-height: 28px;
	}
	.ck-business-section-title-2{
		font-size: 26px;
		line-height: 34px;
		display: inline-block;
	}
	.ck-business-section-content{
		display:flex;
		justify-content: unset;
		overflow: auto;
		padding-top: 32px;
	}
	.ck-business-section-card{
		height: 140px;
		width: 260px;
		padding: 30px;
		flex-shrink: 0;
	}
	.ck-business-section-card-title{
		font-size: 18px;
		line-height: 99%;
	}
	.ck-business-section-card-caption{
		font-size: 14px;
		line-height: 19px;
	}
	.ck-business-section-card-icon-container{
		width: 40px;
		height: 40px;
		right: unset;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	/* Business Section End */
	/* Integration Section */
	.ck-integrations-section-content{
		justify-content: unset;
	}
	.ck-integrations-section-title-1{
		font-size: 22px;
		line-height: 28px;
	}
	.ck-integrations-section-title-2{
		font-size: 26px;
		line-height: 34px;
	}
	.ck-integrations-section-item-text{
		font-size: 16px;
		line-height: 22px;
	}
	/* .ck-integrations-section-grid{
		grid-template-columns: repeat(auto-fill, 120px);
		max-width: 410px;
		min-width: 120px;
	} */
	.ck-integrations-section-grid{
		display:flex;
		overflow: auto;
		padding: 7px 0 7px 7px;
		justify-content: unset;
		max-width: unset;
	}
	.ck-integrations-section-svg-item{
		height: 90px;
		width: 120px;
		flex-shrink: 0;
	}
	/* Integration Section End */
	/* Create Coskio Section */
	.ck-create-coskio-content{
		flex-wrap: wrap-reverse;
		justify-content: unset;
	}
	.ck-create-coskio-text-title{
		font-size: 26px;
		line-height: 34px;
	}
	.ck-steps-item-title{
		font-size: 20px;
		line-height: 20px;
	}
	.ck-create-coskio-text-caption{
		font-size: 16px;
		line-height: 22px;
	}
	/* Create Coskio Section End */
	/* Parners Section */
	.ck-partners-section-title{
		font-size: 24px;
		line-height: 30px;
	}
	.ck-partners-items-container{
		flex-direction: column;
		align-items: center;
	}
	.ck-partners-svg-item{
		width: 170px;
		height: 70px;
	}
	.ck-create-coskio-button-mobile{
		display:block;
		width: 100%;
	}
	/* Parners Section End */
	/* Steps Section */
	.ck-steps-section-main{
		flex-wrap: wrap-reverse;
		justify-content: unset;
	}
	.ck-steps-items-content{
		margin-left: 15px;
	}
	.ck-steps-text-title{
		font-size: 26px;
		line-height: 34px;
	}
	.ck-steps-item-caption{
		font-size: 16px;
		line-height: 22px;
		padding-top: 10px;
	}
	.ck-steps-item-number{
		font-size: 16px;
		line-height: 20px;
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.ck-steps-collage{
		width:330px;
		height: 250px;
		margin: 0 auto;
	}
	.ck-img-step-collage-7{
		width: 224px;
		height: 167px;
	}
	.ck-img-step-collage-6{
		width: 130px;
		height: 178px;
		right: 0;
		top: 60px;
	}
	.ck-img-step-collage-3{
		width: 60px;
		height: 60px;
		top: 8px;
		right: 50px;
		left: unset;
	}
	.ck-img-step-collage-2{
		width: 70px;
		height: 70px;
		left: 115px;
		bottom: 0;
	}
	.ck-img-step-collage-1{
		width: 45px;
		height: 45px;
		left: 56px;
		bottom: 50px;
	}
	/* Steps Section End */
	/* faq Section */
	.ck-step-faq{
		padding: 170px 21px;
	}
	.ck-step-faq-title{
		text-align: unset;
		font-size: 26px;
		line-height: 34px;
	}
	.ck-step-faq-caption{
		text-align: unset;
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 70px;
	}
	.ck-outline-button{
		width:100%;
	}
	/* faq Section End */
	/* form Section */
	.ck-form-content{
		flex-wrap: wrap;
		padding: 50px 21px;
	}
	.ck-form-text-title{
		font-size: 26px;
		line-height: 34px;
	}
	.ck-form-text-caption{
		font-size: 16px;
		line-height: 22px;
	}
	.ck-primary-highlight-button{
		width:100%;
	}
	/* form Section End */
	/* Decor */
	.decor-1{
		top:unset;
		bottom: -30px;
		right: 20px;
	}
	.ck-decor-1-content{
		gap: 6px;
		width: 65px;
		height: 65px;
	}
	.decor-2{
		top:unset;
		left: 20px;
		bottom: -40px;
		z-index: 10;
	}
	.ck-decor-2-content{
		gap: 7px;
		height: 85px;
		width: 56px;
	}
	.decor-4{
		top: -35px;
		left: 30px;
	}
	.ck-decor-4-content{
		grid-template-areas:"a a a a"
												"a a a a"
												"b b c c"
												"b b c c"
												"b b c c"
												"b b x x";
		gap: 6px;
		width: 60px;
		height: 60px;
	}
	.decor-5{
		top: -50px;
		right: 20px;
	}
	.ck-decor-5-content{
		gap: 3px;
		width: 58px;
		height: 80px;
	}
	.decor-form-1{
		top: 20px;
		right: 7px;
	}
	.ck-decor-form-1-content{
		width: 80px;
		height: 80px;
	}
	.decor-form-2{
		bottom: -10px;
		left: 10px;
	}
	.ck-decor-form-2-content{
		width: 55px;
		height: 108px;
	}
	/* Decor End */
	/* Inputs */
	.ck-input-title{
		font-size: 16px;
		line-height: 20px;
	}
	/* Inputs End */
	/* Form page */
	.form-container-section{
		margin: 21px 7px;
	}
	/* Form page End */
}
/* Medias End */