@charset "UTF-8";
@font-face {
	font-family: 'Helvetica';
	src: url('../../fonts/Helvetica.eot');
	src: url('../../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/Helvetica.woff2') format('woff2'),
	url('../../fonts/Helvetica.woff') format('woff'),
	url('../../fonts/Helvetica.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Helvetica';
	src: url('../../fonts/Helvetica-Bold.eot');
	src: url('../../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/Helvetica-Bold.woff2') format('woff2'),
	url('../../fonts/Helvetica-Bold.woff') format('woff'),
	url('../../fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
.mini-pelles-landing .container{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
	}
.mini-pelles-landing .container:after{
	display: none;
	}

.cm-header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.mini-pelles-landing .top-wrap {
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
}
#cm-logo{
	display: block;
	width: 250px;
	height: 250px;
	}
#cm-logo img{
	margin: 0;
	}
/*Main screen*/
.cm-main-screen{
	position: relative;
	padding: 238px 0 100px;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	}

/* form box */
.mini-pelles-landing .form-box {
	position: relative;
	top: -50px;
	max-width: 1337px;
	margin: 0 auto;
	padding: 32px 68px 83px;
	background: #fff;
	border: 1px solid #e1e1e1;
}
.mini-pelles-landing .form-box .form {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.mini-pelles-landing .form-box .col {
	display: flex;
	flex-direction: column;
	max-width: 307px;
	width: 100%;
	margin-right: 84px;
}
.mini-pelles-landing .field {
	margin-bottom: 53px;
	height: 55px;
}
.mini-pelles-landing .form-control {
	color: #828282;
	font-family: "Helvetica";
	font-weight: 400;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
}
.mini-pelles-landing .form button {
	font-family: "Helvetica";
	height: 55px;
	text-align: center;
	width: 100%;
	background-color: #01aaad;
	border: 1px solid #01aaad;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.02em;
	margin-bottom: 53px;
	margin-top: auto;
	transition: background-color .3s ease, color .3s ease;
}
.no-touchevents.mini-pelles-landing .form button:hover {
	background-color: #fff;
	color: #01aaad;
}
.mini-pelles-landing .form-control::placeholder {
	color: #828282;
	font-family: "Helvetica";
	font-weight: 400;
}
.mini-pelles-landing .checkbox-item {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.mini-pelles-landing .checkbox-item input[type="checkbox"] + label:before, .radio-item input[type="radio"] + label:before {
    content: '';
    position: absolute;
	font-family: "fontello";
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: #0eaeae;
}
.mini-pelles-landing .checkbox-item input[type="checkbox"]:checked + label:before {
    content: '\e80a';
    font-size: 8px;
    line-height: 23px;
    color: #fff;
    border-color: #ff3800;
}

/* section video */
.mini-pelles-landing .video-logo {
    position: absolute;
    top: 54px;
    right: 88px;
    width: 26vw;
    height: auto;
}
.mini-pelles-landing .custom-video-box {
	margin-bottom: 0;
	height: 950px;
	margin-top: 0;
}
.mini-pelles-landing .custom-video-box .play-btn {
	top: 50%;
	transform: translateY(-50%);
	width: 165px;
	height: 165px;
	border: 14px solid #00a8a9;
	margin: 0 0 0 -80px;
}

.mini-pelles-landing .custom-video-box .text-box p {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 45px 0 75px;
	margin: 0;
	font-family: "Helvetica";
	font-size: 9.5vw;
	line-height: 1em;
	z-index: 10;
	color: #fff;
	font-weight: 700;
}
.mini-pelles-landing .custom-video-box .text-box p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72%;
	background-color: #01aaad;
	z-index: -1;
}

/* top page bg */
.top-wrap .title-box {
	font-family: Helvetica;
	font-size: 85.9px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 62px;
	margin-left: 40px;
}
.top-wrap .title-box span:not([class]) {
	display: inline-block;
	margin-top: 12px;
	font-size: 148.7px;
	line-height: 1em;
	display: inline-block;
}

/* content section */
.content-section .container {
	max-width: 1377px;
}
.content-section .title-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.content-section .h2 {
	font-family: Helvetica;
	font-size: 45px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 22px;
}
.content-section .h2 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1.25em;
	text-transform: none;
}
.content-section img {
	margin: 0 auto;
}

.list-box {
	margin: 0;
}
.list-box li {
	position: relative;
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: #838383;
	margin-bottom: 24px;
	padding-left: 35px;
}
.list-box li:last-child {
	margin-bottom: 0;
}
.list-box li span {
	color: #00aaad;
}
.list-box li::before {
	content: '' !important;
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #00aaad;
}

.content-box-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-box-1 .top-grid {
	display: flex;
	justify-content: center;
	width: 100%;
}
.content-box-1 .top-grid .img-box-1 {
	margin-left: 28px;
}
.content-box-1 .top-grid .text-img {
	margin-top: 25px;
	margin-left: -20px;
}
.content-box-1 .top-grid .img-box-2 {
	margin-top: 28px;
	margin-left: -80px;
}
.content-box-1 .bottom-grid {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
    transform: translate(84px, -10px);
	margin-bottom: 110px;
}
.content-box-1 .bottom-grid .img-box-3 {
	margin: 0 14px;
}
.content-box-1 .bottom-grid .left li:first-child {
	transform: translateX(-83px);
}
.content-box-1 .bottom-grid .left li:nth-child(2) {
	transform: translateX(-51px);
}
.content-box-1 .bottom-grid .right li:first-child {
	transform: translateX(80px);
}
.content-box-1 .bottom-grid .right li:nth-child(2) {
	transform: translateX(29px);
}
.content-box-1 .bottom-grid .right li:nth-child(3) {
	transform: translateX(-56px);
}
.content-box-2 .top-grid {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 49px;
}
.content-box-2 .top-grid .col-1 .img-box-4 {
	margin-bottom: 81px;
}
.content-box-2 .top-grid .col-1 .list-box {
	transform: translateX(-61px);
}
.content-box-2 .top-grid .col-2 {
	margin-top: 18px;
	transform: translateX(32px);	
}
.content-box-2 .top-grid .col-2 .list-box {
	transform: translateX(37px);
	margin-bottom: 70px;
}
.content-box-2 .bottom-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -47px;
	margin-bottom: 66px;
	transform: translateX(66px);
}
.content-box-2 .bottom-grid .list-box {
	transform: translate(81px, -8px)
}

@media screen and (max-width: 1600px){
	.mini-pelles-landing .top-wrap {
		width: 100%;
	}
	.mini-pelles-landing .custom-video-box {
		height: auto;
		padding-bottom: 56.20253164556962%;
	}
}

@media screen and (max-width: 1400px){
	.mini-pelles-landing .form-box {
		max-width: 90%;
		padding: 30px 40px;
	}
	.mini-pelles-landing .form-box .form {
		justify-content: space-between;
	}
	.mini-pelles-landing .form-box .col {
		margin-right: 20px;
	}
	.mini-pelles-landing .form-box .col:last-child {
		margin-right: 0;
	}
	.top-wrap .title-box {
		font-size: 45px;
		text-align: left;
		margin-left: 20px;
	}
	.top-wrap .title-box span:not([class]) {
		font-size: 90px;
	}
	.content-box-1 .bottom-grid {
		transform: translate(29px, 0px);
	}
	.content-box-1 .bottom-grid .img-box-3 {
		margin: 0;
	}
	.list-box li {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1300px){
	/* video */
	.mini-pelles-landing .custom-video-box .play-btn {
		width: 100px;
		height: 100px;
		border: 9px solid #00a8a9;
		margin: 0 0 0 -50px;
	}
}

@media screen and (max-width: 1200px){
	.content-box-1 .top-grid {
		flex-direction: column;
	}
	.content-box-1 .top-grid .text-img {
		margin: 25px 0;
	}
	.list-box li br {
		display: none;
	}
	.content-box-1 .top-grid .img-box-1 {
		margin-left: 0;
	}
	.content-box-1 .top-grid .img-box-2 {
		margin-left: 0;
	}
	.content-box-1 .bottom-grid {
		flex-direction: column;
		align-items: flex-start;
		transform: none;
		margin-bottom: 70px;
	}
	.content-box-1 .bottom-grid li {
		transform: none !important;
	}
	.content-box-1 .bottom-grid .img-box-3 {
		margin: 25px auto;
	}
	.content-box-2 .top-grid {
		flex-direction: column;
	}
	.content-box-2 .top-grid .col-1 .list-box {
		transform: none;
	}
	.content-box-2 .top-grid .col-2 {
		transform: none;
		display: flex;
		flex-direction: column-reverse;
	}
	.content-box-2 .top-grid .col-2 .list-box {
		transform: none;
	}
	.content-box-2 .bottom-grid {
		margin-top: 0;
		flex-direction: column;
		transform: none;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.content-box-2 .bottom-grid .img-box-6 {
		margin: 25px auto;
	}
	.content-box-2 .bottom-grid .list-box {
		transform: none;
	}
	.content-box-2 .top-grid .col-2 .list-box {
		margin-bottom: 0;
	}
	.list-box {
		margin: 25px 0 !important;
	}
	.content-box-2 .top-grid .col-1 .img-box-4 {
		margin-bottom: 0;
	}
	
}
@media screen and (max-width: 1180px){
	.mini-pelles-landing .form-box .col {
		max-width: none;
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 1000px){
	.mini-pelles-landing .form-control {
		font-size: 22px;
	}
	.mini-pelles-landing .form-box .form {
		flex-wrap: wrap;
	}
	.mini-pelles-landing .form-box .col {
		max-width: calc(50% - 10px);
	}
	.mini-pelles-landing .form-box .col:nth-child(2) {
		margin-right: 0;
	}
	.mini-pelles-landing .form-box .col:last-child {
		margin-bottom: 0;
	}
	.mini-pelles-landing .field {
		margin-bottom: 35px;
	}
	.mini-pelles-landing .form button {
		margin-bottom: 35px;
	}

	/* video */
	.mini-pelles-landing .video-logo {
		top: 25px;
		right: 25px;
		width: 32vw;
	}
	.mini-pelles-landing .custom-video-box .text-box p {
		padding: 0 25px;
		bottom: 20px;
	}

}
@media screen and (max-width: 960px){
	.top-wrap .title-box {
		font-size: 35px;
		margin-left: 15px;
	}
	.top-wrap .title-box span:not([class]) {
		font-size: 60px;
	}
}
@media screen and (max-width: 850px){
	#cm-logo {
		min-width: 150px;
		min-height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
	.top-wrap .title-box {
		margin-top: 30px;
	}
	.content-section .h2 {
		font-size: 35px;
	}
	.content-section .h2 span {
		font-size: 22px;
	}
	.list-box li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 700px){
	.mini-pelles-landing .form-box .col {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (max-width: 650px){
	.mini-pelles-landing .top-wrap {
		flex-direction: column;
	}
	.top-wrap .title-box {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	/* video */
	.mini-pelles-landing .custom-video-box .play-btn {
		width: 70px;
		height: 70px;
		border: 7px solid #00a8a9;
		margin: 0 0 0 -35px;
	}
}
@media screen and (max-width: 500px){
	.mini-pelles-landing .form-box {
		padding: 25px;
	}
	.mini-pelles-landing .field {
		height: 50px;
		margin-bottom: 25px;
	}
	.mini-pelles-landing .form-control {
		padding: 0 15px;
		font-size: 20px;
	}
	.mini-pelles-landing .form button {
		height: 50px;
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 480px){
	.mini-pelles-landing .top-wrap {
		width: auto;
	}
	.top-wrap .title-box {
		font-size: 7.3vw;
	}
	.top-wrap .title-box span:not([class]) {
		font-size: 12.5vw;
	}
}

ul li, ol li {
	background: none;
}