@charset "utf-8";
/* CSS Document */
.instructions-layout{position: fixed; z-index: 10; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; left: 0; top: 0;}
.instructions-layout-fixed{width: 138px; height: 210px; background: url(../svg/instructions-arrowbg.svg) no-repeat bottom left; background-size: cover; position: absolute; bottom: 57px; left: 40px; text-align: center; display: flex; flex-direction: column; align-items: center; animation: throb .6s linear infinite alternate;}
.instructions-layout-fixed img{margin-top: 16px;}
.instructions-layout-fixed span{margin-top: 8px; font-size: 14px; line-height: 17px; color: #188F4F; font-weight: 500;}
.instructions-layout-fixed p{margin-top: 43px; font-size: 14px; line-height: 17px; color: #fff; font-weight: 500;}
.instructions-layout-fixed.other{transform: rotate(180deg); left: auto; right: 40px; bottom: auto; top: 30px; animation: throt .6s linear infinite alternate;}
.instructions-layout-fixed.other img{transform: rotate(180deg); order: 2; margin-top: 4px;}
.instructions-layout-fixed.other span{transform: rotate(180deg); order: 1; margin-top: 20px;}
.instructions-layout-fixed.other p{transform: rotate(180deg); order: 3; margin-top: 40px;}
@keyframes throb{
	from{bottom: 100px;}
	to{bottom: 50px;}
}
@keyframes throt{
	from{top: 100px;}
	to{top: 30px;}
}
.instructions-setup{width: 311px; height: 84px; margin: 120px auto 0; display: flex; background: #FFFFFF; box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); border-radius: 8px; align-items: center; padding: 0 6px 0 18px; box-sizing: border-box;}
.instructions-setup>img{margin-right: 16.5px;}
.instructions-setup-text p{font-size: 22px; line-height: 26px; font-weight: 500; color: #000000;}
.instructions-setup-text span{font-size: 16px; line-height: 19px; margin-top: 9px; font-weight: 500; color: #188F4F; display: flex; align-items: center;}
.instructions-setup-text span>img{margin-right: 5px;}

.instructions-install{max-width: 1140px; width: 92%; margin: 64px auto 0; text-align: center;}
.instructions-install h1{font-size: 40px; line-height: 128%; display: flex; align-items: center; font-weight: 700; color: #000000; justify-content: center; margin-bottom: 24px;}
.instructions-install h1 img{margin-inline-end: 40px;}
.instructions-install>p{font-size: 20px; line-height: 150%; color: #606060; font-weight: 400;}
.instructions-install>p a{font-size: inherit; font-weight: inherit; text-decoration: underline; color: rgba(21, 119, 233, 1);}
.instructions-install .instructions-install-btn{
	margin-top: 40px; display: flex; justify-content: center;
}
.instructions-install .red-btn{
	display: block; padding: 0 20px; min-width: 248px; height: 50px; line-height: 50px; background:linear-gradient(90.29deg,#ff6a45 18.05%,#fb3747 102.89%); border-radius:30px; color:#fff; font-weight:700; font-size:18px; position:relative; transition:.3s; box-sizing:border-box; text-align:center;
}
.instructions-install .red-btn:hover{
	background:linear-gradient(90deg,#FD896C 0.01%,#FF5963 99.99%)
}

.instructions-install-box{margin-top: 60px; max-width: 1140px; width: 100%; padding: 52px 58px 80px; background: rgba(255, 239, 236, 1); border-radius: 20px; box-sizing: border-box; margin-left: auto; margin-right: auto;}
.instructions-install-box h3{display: flex; align-items: center; font-size: 20px; line-height: 150%; color: #000000; text-align: center; justify-content: center;}
.instructions-install-box h3 img{margin-inline-end: 12px;}
.instructions-install-total{display: flex; justify-content: space-between; flex-wrap: wrap;}
.instructions-install-item{width: 320px; margin-top: 33px; text-align: center;}
.instructions-install-item img{width: 100%; height: auto;}
.instructions-install-item h4{font-size: 18px; line-height: 1.5; margin-top: 24px; color: #000000; font-weight: 400;}
.instructions-install-item p{font-size: 16px; line-height: 1.5; margin-top: 4px; color: #606060; font-weight: 400;}

.instruction-help{position: absolute; top: 90px; left: 0; right: 0; margin: auto; transform: translateX(660px); display: inline-table;}
.needhelp{font-size: 18px; line-height: 1.5; color: rgba(21, 119, 233, 1);}
.needhelp img{vertical-align: middle; margin-inline-end: 8px;}
.tutorials-article{
	margin-top: 160px;
	margin-bottom: 124px;
	max-width: 1140px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.tutorials-article h2{
  text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
}
.tutorials-article-middle{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
	text-align: left;
}
.tutorials-article-item{
	width: 31.66666666666667%;
  margin-top: 30px;
	position: relative;
	
}
.tutorials-article-item img{
	width: 100%;
	aspect-ratio: 380 / 228; 
	object-fit: fill;
	display: block;
}
.tutorials-article-item h3{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.5; 
margin-top: 12px;
}
.tutorials-article-item p{
	color: #606060;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 12px;
}
.tutorials-article-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}
.related-linkto-tutorials{
	margin-top: 76px;
}
.instructions-tasks{
	padding: 40px 23px;
	box-sizing: border-box;
	background: rgba(51, 51, 51, 1);
	display: none;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.instructions-tasks h2{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}
.instructions-tasks p{
 font-size: 16px;
 line-height: 1.5;
 color: #fff;
}
.inforfoot{
	display: block;
}

@keyframes updown{
	0% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(-20px);
	}
}
.tip-masking{
	position: fixed; top: 0; left: 0; z-index: 111; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .4);
}
.tip-main{
	max-width: 375px; position: absolute; top: 80px; right: 12%;
}
.tip-arrow{text-align: right; animation: updown 1.5s infinite ease-in-out;}
.tip-content{
	background: #FFFFFF; box-shadow: 0px 30px 40px 0px #00000033; border-radius: 16px; box-sizing: border-box; padding: 20px; margin-top: 24px;
}
.tip-text{
	border-radius: 12px; padding: 20px 20px 18px; background: #FFD7D766;
}
.tip-text p{
	font-size: 16px; color: #000;
}
.tip-text p img{
	margin-inline-end: 8px; vertical-align: sub;
}
.tip-text figure{
	margin-top: 16px;
}

@media screen and (max-width: 1500px) {
	.instruction-help{transform: translateX(0); left: unset; right: 20px;}
}

@media screen and (max-width: 1180px) {
.instructions-install-item{width: 30%;}
}
@media screen and (max-width: 980px) {
.instructions-install{margin-top: 94px;}
.needhelp{font-size: 16px; line-height: 24px;}
}
@media screen and (max-width: 768px) {
.needhelp{font-size: 14px; line-height: 21px;}
.instructions-setup{margin-top: 60px;}
.instructions-install{margin-top: 81px;}
.instructions-install h1{font-size: 28px; flex-direction: column; text-align: center;}
.instructions-install h1 img{display: none;}
.instructions-install>p{font-size: 16px; margin-top: 0;}
.instructions-install-total{flex-direction: column;}
.instructions-install-item{width: 100%; margin-top: 40px;}
.instructions-install-item p{font-size: 14px;}
.instructions-install-box{margin-bottom: 60px; padding: 40px 27.5px;}
.instructions-install-box h3 img{display: none;}
.tutorials-article{
	margin-top: 93px;
	padding:48px 20px;
	background:rgba(247, 247, 248, 1);
	box-sizing: border-box;
}
.tutorials-article-middle{
  gap: 0;
	width: 100%;
}
.tutorials-article h2{
	font-size: 20px;
}
.tutorials-article-item{
  width: 100%;
	margin-top: 24px;
}
.tutorials-article-item h3{
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
}
.tutorials-article-item p{
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}
.related-linkto-tutorials{
	margin-top: 24px;
}
.inforfoot{
	display: none;
}
.instructions-tasks{
	display: flex;
}
}
@media screen and (max-width: 414px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


