
/* ==============      button1       ================*/


.button1 {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;

	padding: 10rem 40rem;
	height: 77rem;
	font-weight: 800;
	font-size: 14rem;
	line-height: 1.42857;
	letter-spacing: 0.2em;
	text-transform: uppercase;

	cursor: pointer;
	position: relative;
	overflow: hidden;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	

	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
/*	background: linear-gradient(90deg, #0023ff 0%, #3948aa 100%), #0073ff;*/
	background: #0073FF;

	transition: all 0.2s ease-in-out 0s;
	border-radius: 15rem;
}

	/*.button1:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(99.16deg, 
			rgba(255, 255, 255, 0) 6.74%, 
			rgba(255, 255, 255, 0.337298) 21.1%, 
			rgba(255, 255, 255, 0) 33.35%
		), rgba(255,255,255,0);
		animation: blick 3s infinite;
	}*/

	.button1:hover,
	.button1:active {
		background: #3948AA;
		color: #fff !important;
	}

	.button1:hover:before {
		display: none;
	}

	@keyframes blick {
		0% {transform: translateX(-50%);}
		100% {transform: translateX(100%);}
	}




@media only screen and (max-width: 768px) {
	.button1 {
		padding: 10rem 15rem;
		height: 70rem;
/*		letter-spacing: 0;*/
/*		font-weight: 400;*/
		font-size: 12rem;
	}
}






/* ==============      button2       ================*/


.button2 {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;

	padding: 10rem 40rem;
	height: 77rem;
	font-weight: 800;
	font-size: 14rem;
	line-height: 1.42857;
	letter-spacing: 0.2em;
	text-transform: uppercase;

	cursor: pointer;
	position: relative;
	overflow: hidden;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	

	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(90deg, #0023ff 0%, #3948aa 100%), #0073ff;

	transition: all 0.2s ease-in-out 0s;
	border-radius: 15rem;
}

	/*.button2:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(99.16deg, 
			rgba(255, 255, 255, 0) 6.74%, 
			rgba(255, 255, 255, 0.337298) 21.1%, 
			rgba(255, 255, 255, 0) 33.35%
		), rgba(255,255,255,0);
		animation: blick 3s infinite;
	}*/

	.button2:hover,
	.button2:active {
		background: #3948AA;
		color: #fff !important;
	}

	.button2:hover:before {
		display: none;
	}

/*	@keyframes blick {
		0% {transform: translateX(-50%);}
		100% {transform: translateX(100%);}
	}*/




@media only screen and (max-width: 768px) {
	.button2 {
		padding: 10rem 15rem;
		height: 70rem;
/*		letter-spacing: 0;*/
/*		font-weight: 400;*/
		font-size: 12rem;
	}
}



/* ==============      button2       ================*/


.button3 {
	display: inline-flex;
/*	flex-direction: column;*/
	align-items: center;
	justify-content: center;
	color: #fff;
/*	border: 1rem solid #ff5a0b;*/
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding: 10rem 40rem;
	height: 55rem;
	font-weight: 800;
	font-size: 14rem;
	line-height: 1.42857;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background-color: #ff5a0b;
	border-radius: 25rem;
}

	.button3:hover {
		color: #fff;
		background-color: #333;
	}






@media only screen and (max-width: 768px) {
	.button2 {
		
	}
}









/* ==============      button4       ================*/


.button4 {
	font-weight: 900;
	font-size: 14rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
	padding: 24rem 55rem;
	height: 76rem;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
	background: #00a900;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 15rem;
	margin-top: 20rem;
}

.button4:hover {
	color: #fff;
	background: #005300;
}

.button4 img {
	width: 18rem;
	margin-left: 18rem;
}




@media only screen and (max-width: 768px) {
	.button2 {
		
	}
}





/* ==============      paddingds       ================*/

.sec_pad_tb {
	padding-top: 100rem;
	padding-bottom: 100rem;
}

.sec_pad_t {
	padding-top: 100rem;
}

.sec_pad_b {
	padding-bottom: 100rem;
}




@media only screen and (max-width: 768px) {
	.sec_pad_tb {
		padding-top: 40rem;
		padding-bottom: 40rem;
	}

	.sec_pad_t {
		padding-top: 40rem;
	}

	.sec_pad_b {
		padding-bottom: 40rem;
	}
}







/* ==============      headers       ================*/


.section_header {
	font-size: 56rem;
	line-height: 1.2;
	text-align: center;
	color: #333;
	padding-bottom: 80rem;
}

.section_header b {
	font-weight: 800;
}

.section_header span {
	
}

.section_header2 {
	font-weight: 400;
	font-size: 36rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #333;
	padding-bottom: 60rem;
}

.section_header + .section_header2 {
	margin-top: -55rem;
}

.section_header2 b {
	font-weight: 800;
}

.section_header2 span {
	
}

@media only screen and (max-width: 768px) {
	.section_header {
		padding-bottom: 25rem;
		font-size: 28rem;
		line-height: 1.3;
	}
	.section_header br {
		display: none;
	}
	.section_header2 {
		padding-bottom: 40rem;
		font-size: 24rem;
		line-height: 1.3;
	}
	.section_header + .section_header2 {
		margin-top: -5rem;
	}
	.section_header2 br {
		display: none;
	}
}

































/* ==============      input1       ================*/


.input1 {
    background: #f4f7fa;
    border: none;
    color: var(--text-color);
    font-family: "Mulish", sans-serif;
    vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-size: 18rem;
	height: 77rem;
    padding: 20rem 40rem;
    box-sizing: border-box;
    border-radius: 15rem;
}

	.input1:focus  {
		color: var(--text-color);
		box-shadow: 0rem 0rem 50rem rgba(0,0,0,.05) inset;
	}



@media only screen and (max-width: 768px) {
	.input1 {
		padding: 10rem 20rem;
		height: 70rem;
		letter-spacing: 0;
		font-weight: 400;
		font-size: 16rem;
		line-height: 30rem;
	}
}




/* ==============      textarea1       ================*/


.textarea1 {
    background: #f4f7fa;
    border: none;
    color: var(--text-color);
    font-family: "Mulish", sans-serif;
    vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 18rem;
	line-height: 1.2;
    padding: 28rem 30rem;
}

	.textarea1:focus  {
		color: var(--text-color);
		box-shadow: 0rem 0rem 50rem rgba(0,0,0,.05) inset;
	}



@media only screen and (max-width: 768px) {
	.textarea1 {
		padding: 10rem 20rem;
		letter-spacing: 0;
		font-weight: 400;
		font-size: 16rem;
		line-height: 50rem;
	}
}












/* ==============      slick-arrow       ================*/

.slick-arrow {
	position: absolute;
	width: 45rem;
	height: 45rem;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #FFC500;
	cursor: pointer;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	border: none;
	box-shadow: 0 16rem 40rem rgba(0, 0, 0, 0.20);
}

.slick-arrow:hover {
	background: #b18800;
}


.slick-prev {
	left: 20rem;
}

.slick-prev:after {
	content: "";
	width: 10rem;
	height: 100%;
	background: url(../images/arrow.svg) no-repeat center center / contain;
	display: inline-block;
	transform: rotate(0deg);
}

.slick-next {
	right: 20rem;
}


.slick-next:after {
	content: "";
	width: 10rem;
	height: 100%;
	background: url(../images/arrow.svg) no-repeat center center / contain;
	display: inline-block;
	transform: rotate(-180deg);
}

@media only screen and (max-width: 768px) {
	.slick-prev {
	  left: 40rem;
	}
	.slick-next {
	  right: 40rem;
	}
	.slick-arrow {
		width: 42rem;
		height: 42rem;
		opacity: .8;
	}
	.slick-prev:after,
	.slick-next:after {
		width: 6rem;
		height: 14rem;
	}
}









/* ==============      button_video       ================*/

.button_video {
	display: block;
	width: 120rem;
	height: 120rem;
	border-radius: 50%;
	background: #FFC500;
/*	box-shadow: 0rem -5rem 4rem 0rem rgba(255, 255, 255, 0.20) inset, 0rem 4rem 4rem 0rem rgba(255, 255, 255, 0.20) inset;*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	font-size: 15rem;
}

.button_video:before {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
/*	box-shadow: 0rem 0rem 0rem 8rem rgba(255, 0, 0, 0.2);*/
	animation: shadow1 2s infinite;
}

.button_video:after {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
/*	box-shadow: 0rem 0rem 0rem 16rem rgba(255, 0, 0, 0.2);*/
	animation: shadow2 2s infinite;
}

.button_video span {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 1.3em solid transparent;
	border-right: 1.3em solid transparent;
	border-bottom: 2em solid #fff;
	transform: rotate(90deg);
	margin-left: .5em;
}

.button_video:hover {
/*	box-shadow: 0rem 0rem 0rem 4rem #0D9AD2;*/
/*	background: #FF5A0B;*/
	background: #36A0FF;
}



@keyframes shadow1 {
	0% {
		box-shadow: 0rem 0rem 0rem 8rem rgba(255, 187, 0, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 20rem rgba(255, 187, 0, 0.2);
		opacity: 0;
	}
}

@keyframes shadow2 {
	0% {
		box-shadow: 0rem 0rem 0rem 16rem rgba(255, 187, 0, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 40rem rgba(255, 187, 0, 0.2);
		opacity: 0;
	}
}



.button_video.small {
	width: 80rem;
	height: 80rem;
}
.button_video.small span {
	border-left: 0.9em solid transparent;
	border-right: 0.9em solid transparent;
	border-bottom: 1.3em solid #fff;
	margin-left: .5em;
}



.button_video.blue {
	background:linear-gradient(90deg, #0023ff 0%, #3948aa 100%);
}

.button_video.blue:hover {
	background:#3B8AD5;
}


.button_video.blue:before {
	animation: shadow1_blue 2s infinite;
}

.button_video.blue:after {
	animation: shadow2_blue 2s infinite;
}

@keyframes shadow1_blue {
	0% {
		box-shadow: 0rem 0rem 0rem 8rem rgba(0, 35, 255, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 20rem rgba(0, 35, 255, 0.2);
		opacity: 0;
	}
}

@keyframes shadow2_blue {
	0% {
		box-shadow: 0rem 0rem 0rem 16rem rgba(0, 35, 255, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 40rem rgba(0, 35, 255, 0.2);
		opacity: 0;
	}
}




@media only screen and (max-width: 768px) {
	.button_video span {
		border-left: 0.9em solid transparent;
		border-right: 0.9em solid transparent;
		border-bottom: 1.3em solid #fff;
		margin-left: .5em;
	}
	.button_video {
		width: 80rem;
		height: 80rem;
	}
}
































