@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0;}
body{ font-family: 'DM Sans', sans-serif; color:#131313; font-size:18px; line-height:22px;}
p{ margin:0; letter-spacing:-0.045px;}
li{ list-style:none;}
img{ max-width:100%;}
a{ text-decoration:none;}
a:hover, a:focus{ text-decoration:none;}
.container{ width:100%; max-width:890px; margin:0 auto; padding:0 20px;}
.small-container{  width:100%; max-width:548px; margin:0 auto;}
/*Font Family*/
.heading-complete-survey, .survey-label, .survey-item, .survey-next-button, .survey-back-button, .text-progress-bar-survey{font-family: 'Manrope', sans-serif;}

/*Text Center*/
.text-center{ text-align:center;}

/*Large Title*/
.large-title{ font-size:38px; font-weight:700; line-height:120%; letter-spacing:-0.095px; color:#fff; margin-bottom:8px;}


/*heading-h2*/
.heading-h2{ color: #131313; font-size: 32px; font-weight: 700; line-height: 120%; letter-spacing: -0.08px; margin-bottom:16px;}
/*mt-24*/
.mt-24{ margin-top:24px;}
/*mb-8*/
.mb-8{ margin-bottom:8px;}
/*mb-8*/
.mb-16{ margin-bottom:16px;}
/*pv-8*/
.pv-8{ padding:8px 0;}

/*color-sea*/
.color-sea{ color:#368F9B;}

/*width-373*/
.width-373{width:100%; max-width:373px;}

/*width-678*/
.width-678{width:100%; max-width:678px;}

/*Large Title*/
.btn-signin{
	display:inline-block;
	color: #368F9B;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.16px;
	background: #FFF;
	min-width:154px;
	border-radius:50px;
	padding:13px 16px;
}

/* Top Section*/
.top-section{
	background:#23455B;
	padding:38px 0 160px;
	color:#fff;
}

/*Cover Logo*/
.cover-logo{
	padding:0 0 23px;
}

/**/
.accordion-wrapper{
	padding-bottom:100px;
}
.accordion-list{
	border-radius:8px;
	box-shadow:0px 4px 50px 0px rgba(0, 0, 0, 0.05);
	background:#fff;
    margin-top:-107px;	
}
.accordion{
	border-bottom:1px solid #F3F3F3;
	padding:24px;
}
.calendly-cover-accordion{
	padding-left:24px;
}
.calendly-inline-widget.calendly-mobile {
    min-width: 200px!important;
}
.header-accordion {	
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap:24px;
    padding:0;
	cursor:pointer;
}
.accordion.active .header-accordion {
    padding-bottom:24px;
}

.header-accordion .text-header-accordion{
	color:#ACACAC;
}
.icon-header-accordion{
	width:32px;
	height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion.active .icon-header-accordion{ transform: rotate(90deg);}
.body-accordion{
	display:none;
}
.accordion-info{ 
	padding:8px 0;
	display: flex;
	row-gap: 24px;
	column-gap: 24px;
    flex-wrap: wrap;
}
.item-accordion-info{ 
	display: flex;
	row-gap: 8px;
	column-gap: 8px;
    align-items: center;
}
.icon-accordion-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-calendly{
	margin:44px 0 36px;
    text-align: right;
}
.button-group{
    display: flex;
    justify-content: space-between;
	padding:16px 0;
	width:100%;
	max-width:765px;
	margin-left:auto;
	padding-right:11px;
	gap:8px;
}
.button-group.left-button-group{
	margin-left:0;
}
.btn-link{
	min-width:182px;
	border-radius: 6px;
	border:1px solid #eee;
	color:#515151;
	font-size:20px;
	line-height:120%;
	padding:8px 16px;
    display: flex;
    column-gap: 4px;
    align-items: center;
    justify-content: center;
}
.btn-link .icon-button{
	line-height:0;
	color:#D1D1D1;
}
.btn-link.active{
	background:#019E5C;
	border-color:#019E5C;
	color:#fff;
}
.btn-link.active.basket-ball-orange{
	background:#FF7A59;
	border-color:#FF7A59;
}
.btn-link.active .icon-button{
	color:#fff;
}
.upload-accordion{
	padding:24px;
	border:1px solid #eee;
}
.accordion-space{
	padding:24px;
}
.file-upload-form{
	padding:8px 0;
}
.file-upload-item{
	margin-bottom:8px;
}
.label-upload-cover{
display: flex;
padding: 24px;
flex-direction: column;
justify-content: center;
align-items: center;
column-gap: 16px;
align-self: stretch;
border-radius: 8px;
border:1px dashed #D1D1D1;
text-align: center;
position:relative;	
color:#646464;
}
.input-file-upload{
	position:absolute; top:0; left:0; width:100%; height:100%; opacity: 0;
}
.file-upload-cover{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}
.heading-label{
	font-size:14px;
	font-weight:normal;
	color:#515151;
	display:block;
	margin-bottom:12px;
}
.label-form{
	letter-spacing: -0.045px;
	margin-bottom:18px;
	font-weight:normal;
    display: block;
}
.input-cover {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.item-input-cover {
	overflow:hidden;
	color:#515151;
	letter-spacing:-0.045px;
}
/*Radio Input*/
.item-input-cover [type="radio"]:checked,
.item-input-cover [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.item-input-cover [type="radio"]:checked + label,
.item-input-cover [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.item-input-cover [type="radio"]:checked + label:before,
.item-input-cover [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C4C4C4;
    border-radius: 100%;
    background: #fff;
}
.item-input-cover [type="radio"]:checked + label:after,
.item-input-cover [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF7A59;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-input-cover [type="radio"]:checked + label:before{
    border-color: #FF7A59;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-input-cover [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.item-input-cover [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




/*Checkbox Input*/
.item-input-cover input[type=checkbox] {
  position: relative;
	border: 2px solid #C4C4C4;
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.item-input-cover input[type=checkbox]:hover {
  opacity: 1;
}

.item-input-cover input[type=checkbox]:checked {
  background: #FF7A59;
  border-color: #FF7A59;
}

.item-input-cover input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*Number Steps*/
.number-steps-list {
    display: flex;
    column-gap: 4px;
    justify-content: space-between;
	padding:33px 0;
	overflow:hidden;
}
.item-number-step{
	width:100%;
    position: relative;
}
.item-number-step:before{
	content:"";
	display:block;
	width:calc(100% - 44px);
	height:1px;
	background:#E3E3E3;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-left: 38px;
}
.number-step{
	width:36px;
	height:36px;
	border-radius: 50px;
	border: 1px solid transparent;
	padding:4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.text-number-step{
	border-radius: 50px;
	background: #E3E3E3;
	color:#fff;
	width:100%;
	height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.04px;
}

.item-number-step.active:before{
	background:#FF7A59;
}
.item-number-step.active .number-step{
	border-color:#FF7A59;
}
.item-number-step.active .text-number-step{
	background:#FF7A59;
}

.cover-image-1{
	margin-top:22px;
	margin-bottom:24px;
}
.pagination-mupltipal-step {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
	margin-bottom:6px;
}
.nav-step{
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	color: #8B8B8B;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.035px;
}
span.icon-nav-step {
    line-height: 0;
}
.nav-step.next-nav-step{
	background:#33475B;
	border-color:#E3E3E3;
	color: #fff;
}
.step-title {
    font-size: 16px;
    color: #9DA1B0;
    margin-bottom: 32px;
}
.heading-step{
	font-size:20px;
	line-height:120%;
	font-weight:700;
	color:#363841;
	margin-bottom:12px;
}
.text-step{
	color:#767984;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.28px;
}
.button-invite-cover {
    display: flex;
    justify-content: center;
	padding:16px 0;
	margin-bottom:14px;
}
.button-invite{
	border-radius: 8px;
	background: #33475B;
	padding: 8px 20px;
	color:#FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 10px;
	text-align: center;
}
.heading-complete-survey{
	color:#363841;
	font-family: Manrope;
	font-size: 29px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	margin-bottom:30px;
}

.survey-label{
color:#363841;
font-size: 16px;
font-weight: 800;
line-height: 24px;
margin-bottom:16px;
}
.cover-survey-item {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.survey-item{
	border-radius: 6px;
	border: 1px solid #E3E3E3;
	padding: 11px 12px 11px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	color:#767984;
	font-weight: 600;
	font-size: 14px;
	line-height: 157.143%;
	letter-spacing: 0.28px;
}
.survey-item .icon-survey-item{
	width:14px;
	height:14px;
	border-radius:100%;
	display: flex;
	align-items: center;
    justify-content: center;
	line-height:0;
}
.survey-item.error-survey-item{
	border-color:#E76066;
	background:#FCEAEA;
	color:#E76066;
}
.survey-item.error-survey-item .icon-survey-item{
	background:#E76066;
}
.survey-item.error-survey-item .error-svg-survey{
	display:block!important;
}
.survey-item.error-survey-item .defult-svg-survey{
	display:none!important;
}
.survey-item.complete-survey-item{
	border-color:#019E5C;
	background:#DDEEDE;
	color:#019E5C;
}
.survey-item.complete-survey-item .icon-survey-item{
	background:#019E5C;
}
.survey-item.complete-survey-item .defult-svg-survey{
	display:none!important;
}
.survey-item.complete-survey-item .complete-svg-survey{
	display:block!important;
}
.survey-button-cover{
	margin:24px 0 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.survey-back-button{
	min-width:146px;
	padding:12px 20px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	border:1px solid #E3E3E3;
	color:#8B8B8B;
	line-height: 166.667%;
	letter-spacing: 0.24px;
	display:inline-block;
	text-align:center;
}
.survey-next-button{
	min-width:146px;
	padding:12px 20px;
	border-radius: 6px;
	background: #33475B;
	font-size: 12px;
	font-weight: 700;
	line-height: 166.667%;
	letter-spacing: 0.24px;
	display:inline-block;
	text-align:center;
	color:#fff;
}
.progressbar-survey-wrapper{ 
margin-bottom:24px;
}
.text-progress-bar-survey{
	color:#363841;
	font-size:14px;
	font-weight:500;
	line-height:157.143%;
	letter-spacing:0.28px;
    display: flex;
    gap: 7px;
	margin-bottom:8px;
}
.progress-bar-counter{
	color: #767984;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.28px;
}
.progress-bar-counter .current-progress-bar{
	font-weight: 700;
}
.progress-bar-survey{
	border-radius: 2px;
background:#E3E3E3;
width:100%;
height:4px;
}
.active-progress-bar-survey{
	border-radius:2px;
	background:#4EBFFF;
	height:4px;
	width:20%;
}


/*Responsive*/

/* IPHONE

----------------------------------------------- */
@media (max-width:767px) {
	.calendly-cover-accordion{
		padding-left:0;
	}
	.item-button-group.width-373{
		max-width:100%;
	}
	.button-group{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.heading-h2{
		font-size:25px;
	}
.upload-accordion{
	padding:0;
	border:0;
}	
.accordion-space{
	padding:0;
}
.number-steps-list{
		flex-wrap: wrap;
    justify-content: left;
		}
		.item-number-step {
    width:auto;
}
}


/* Samsung Tab
----------------------------------------------- */
@media only screen and (min-device-width : 600px) and (max-device-width : 700px) {}


/* TABLET LAYOUT 

----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {}


