

@charset "UTF-8";

.top-banner{
	display: flex;
	max-width: 1920px;
	width: 100%;
}
#sec0.top-banner{
	margin-top: 50px;
}
.sticky #sec0.top-banner{
	margin-top: -30px;
}
.top-banner .text-block{
	flex: 0 0 43.75%;
	padding: 0 90px 0 120px;
	text-align: left;
	display: flex;
	align-items: center;
}
.top-banner .text-block .title{
	font-size: 67px;
	font-weight: 900;
	line-height: 1.3;

	white-space: nowrap;
}
.top-banner .text-block .tagline:not(:empty){
	padding-left: 38px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 36px;
	line-height: 53px;
	margin-bottom: 22px;
}
.top-banner .text-block .tagline:not(:empty):before{
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	width: 6px;
	border-radius: 3px;
	height: 100%;
	background-color: var(--orange-color);
}
.top-banner .text-block .title .highlight-orange{
	color: var(--orange-color);
}
.top-banner .text-block .description{
	margin-top: 50px;
	font-size: var(--font-size);
	line-height: 1.9;
}
.top-banner .text-block .description .tooltips{
	margin: -1px 4px;
}
.top-banner .btn, .home-banner .text-block .btn{
	margin-top: 60px;
	text-align: center;
}
.top-banner .banner-img{
	flex: 0 1 56.25%;
	border-top-left-radius: var(--big-border-radius);
	border-bottom-left-radius: var(--big-border-radius);
	overflow: hidden;
	height: 0;
	padding-bottom: 35.156%;
	background-size: cover;
}
.defender5{
	/*max-width: 1535px;*/
	width: 1024px;
	margin: 0 auto;
	max-width: 80%;
	pointer-events: none;
}
.howtohelpyou-single-block{
	max-width: 1214px;
	margin: 0 auto;
}
.howtohelpyou-single-block .top{
	position: relative;
}
.howtohelpyou-single-block .top .bg,
.howtohelpyou-single-block .bottom .bg{
	position: relative;
	z-index: -1;
	width: 100%;
	height: 0;
}
.howtohelpyou-single-block .top .bg{
	padding-bottom: 13.67%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_top.png) center bottom repeat-y;
	background-size: 100% auto;
}
.howtohelpyou-single-block .bottom .bg{
	padding-bottom: 10.3789%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_bottom.png) center bottom repeat-y;
	background-size: 100% auto;
}
.howtohelpyou-single-block .middle{
	width: 100%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_middle.png) center center repeat-y;
	background-size: 100% auto;
}
.howtohelpyou-single-block .top .user{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	display: flex;
	justify-content: center;
}
.howtohelpyou-single-block .user .user-img{
	width: 118px;
	height: 118px;
	overflow: hidden;
	border-radius: 50em;
	border: 5px solid var(--blue-color);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	flex: 0 0 118px;
	margin-right: 10%;
}
.howtohelpyou-single-block .user .user-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
    flex: 1 0 auto;
    text-align: left;
    font-size: 17px;
}
.howtohelpyou-single-block .user .user-info .user-name{
	font-size: 24px;
	font-weight: bold;
}
.howtohelpyou-single-block .middle .user-msg-block{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.9;
	padding: 50px 0;
	margin: 0 auto;
	max-width: 70%;
	position: relative;
}
.howtohelpyou-single-block .middle .user-msg-block .highlight-blue{
	border-bottom: 6px solid var(--blue-color);
}

.howtohelpyou-single-block .middle .user-msg-block:before{
	width: 41px;
	height: 41px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/quote_lt.png) center center no-repeat;
	background-size: contain;
}
.howtohelpyou-single-block .middle .user-msg-block:after{
	width: 41px;
	height: 41px;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/quote_rt.png) center center no-repeat;
	background-size: contain;
}
.top-banners .top-banner:nth-child(4n),
.top-banner.lt-top-banner{
	flex-direction: row-reverse;
}
.top-banner .top-banner:nth-child(4n) .text-block,
.top-banner.lt-top-banner .text-block{
	padding: 0 120px 0 90px;
}
.top-banners .top-banner:nth-child(4n) .banner-img,
.top-banner.lt-top-banner .banner-img{
	border-radius: 0;
	border-top-right-radius: var(--big-border-radius);;
	border-bottom-right-radius: var(--big-border-radius);;
}
.top-banner .tooltips:before{
	font-weight: normal;
}
.full-screen-banner .title-with-white-border .section-title{
	border: 4px solid #fff;
	padding: 24px 50px;
	font-size: calc(var(--font-size) *2.2);
	text-align: center;
	white-space: nowrap;
}
.full-screen-banner .title-with-white-border .section-title:after{
	display: none;
}
.full-screen-banner .title-with-white-border .section-title .title{
	width: 75%;
}
.remark-blue-block{
	width: 970px;
	margin: 60px auto;
	position: relative;
	max-width: 90%;
}
.section-title + .remark-blue-block{
	margin-top: 0;
}
.remark-blue-block .top{
	width: 100%;
	height: 0;
	padding-bottom: 6.5979%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_top.png) center bottom no-repeat;
	background-size: 100% auto;
}
.remark-blue-block .middle{
	width: 100%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_middle.png) center center repeat-y;
	background-size: 100% auto;
}
.remark-blue-block .bottom{
	width: 100%;
	height: 0;
	padding-bottom: 8.65979%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_bottom.png) center top no-repeat;
	background-size: 100% auto;
}
.remark-blue-block .middle > .text{
	margin: 0 auto;
	width: 75%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
	padding-bottom: .25em;
}
.remark-blue-block .middle > .text .tooltips{
	margin: 0 4px;
}
.remark-blue-block .middle > .text span.big{
	font-size: 34px;
}
.remark-blue-block .middle > .text span.color-blue{
	color: var(--blue-color);
}
.remark-blue-block .middle > .text span.highlight-blue{
	border-bottom: 5px solid var(--blue-color);
}
.side-img-with-text{
	display: flex;
	margin: 0 auto 60px;
	width: 970px;
	max-width: 90%;
}
.side-img-with-text .side-img{
	width: 302px;
	flex: 0 0 302px;
	margin-right: 70px;
}
.side-img-with-text .text{
	font-size: 21px;
	line-height: 1.9;
	display: flex;
	align-items: center;
	text-align: left;
	flex: 1 1 auto;
}
.side-img-with-text .sm-img + .text{
	padding-top: 2em;
	display: block;
}
.side-img-with-text .text.with-title{
	padding-top: 2em;
	flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
}
.side-img-with-text .text span.normal{
	font-weight: normal;
}
.side-img-with-text .text span.highlight-blue{
	border-bottom: 4px solid var(--blue-color);
	font-weight: bold;
}
.compare-table{
	position: relative;
	width: 1157px;
	margin: 0 auto;
	max-width: 95%;
}
.compare-table .tabs{
	display: flex;
}
.compare-table .tabs .tab{
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 23px;
}
.compare-table .tabs .tab .classic-company{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.compare-table .tabs .tab .logo-revamp{
	max-width: 191px;
}
.compare-table .tabs .tab .classic-company:before{
	width: 30px;
	height: 30px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/hammer.png) center center no-repeat;
	background-size: contain;
	margin-right: 10px;
	content: '';
}
.compare-lists{
	margin: 20px auto 60px;
}
.compare-list{
	position: relative;
	text-align: center;
	display: flex;	
}
.compare-list:not(:last-child){
	margin-bottom: 10px;
}
.compare-list .name{
	width: 86px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50em;
	background-color: var(--blue-color);
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare-list .name.s-en{
	font-size: 20px;
}
.compare-list .name.xs-en{
	font-size: 18px;
}
.compare-list .name.xxs-en{
	font-size: 14px;
}
.compare-list .item{
	flex: 0 0 50%;
	padding: 28px;
	font-size: 23px;
	line-height: 31px;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 150px;
}
.compare-list .item.s-en {
	padding: 40px;
	font-size: 21px;
	line-height: 29px;
}
.compare-list .item:nth-child(2){
	font-weight: 600;
}
.compare-list .item:nth-child(3){
	color: #6A6A6A;
	background: #F4F4F4;
	border-radius: 0;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}
.compare-list:after{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 17px;
	position: absolute;
	z-index: -1;
	background: #fff;
	display: block;
	box-shadow: 0 4px 8px rgba(0,0,0,.09);
}
.compare-list .item a{
	margin-top: 14px;
	font-size: 18px;
	color: var(--blue-color);
	font-weight: 600;
	line-height: 1;
}
.user-case-listing{
	width: 1264px;
	margin: 0 auto;
	position: relative;
	display: flex;
	max-width: 90%;
	overflow: visible;
}
.user-case-listing-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.user-case-listing-wrapper .user-case-list{
	border-radius: var(--sm-border-radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	background-color: #fff;
	flex: 0 0 calc(33.333% - 24px);
	margin-right: 35px;
	margin-bottom: 50px;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: transform 300ms var(--cubic);
}
.user-case-listing-wrapper .user-case-list:hover{
	transform: translate3d(0, -5px, 0);
}
.user-case-listing-wrapper .user-case-list:nth-child(3n){
	margin-right: 0;
}
.user-case-listing-wrapper .user-case-list:nth-last-child(-n+3){
	margin-bottom: 0;
}
.user-case-listing-wrapper .user-case-list .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background-size: cover;
}
.user-case-list .text-block{
	text-align: left;
}
.user-case-list .text-block .name{
	padding: 20px 32px 26px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
}
.user-case-list .text-block .label{
	padding: 0 32px;
	color: #8DC6CE;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}
.user-case-list .text-block .title{
	font-size: 21px;
	line-height: 28px;
	padding: 10px 32px 20px;
	margin-bottom: 50px;
}
.user-case-list .more{
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--blue-color);
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	height: 46px;
	border-top-left-radius: 46px;
	justify-content: center;
	align-items: center;
	padding: 0 8px 0 28px;
}
.user-case-list .more:after{
	content: '';
	position: relative;
	width: 26px;
	height: 26px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/arrow_lt.png) center center no-repeat;
	background-size: contain;
	margin-left: 6px;
}
.user-case-listing-bg{
	position: absolute;
    pointer-events: none;
    width: 100vw;
    margin: -60px auto 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    height: 100vh;
    left: 50%;
    transform: translate3d(-50%,0,0);
    padding-top: 60px;
}
.user-case-listing-bg:before{
	position: absolute;
	top: 0;
    left: calc(50% + 770px);
	width: 375px;
	height: 421px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/bg_ele_02.png) right top no-repeat;
	background-size: contain;
	content: '';
}
.user-case-listing-bg:after{
	position: absolute;
	top: 610px;
	right: calc(50% + 750px);
	width: 277px;
	height: 321px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/bg_ele_03.png) center center no-repeat;
	background-size: contain;
	content: '';
}
.main3parts{
	display: flex;
	justify-content: center;
	font-size: 32px;
	line-height: 1;
	max-width: 87%;
	margin: 0 auto;
}
.main3parts > div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 65px 30px 30px;
	background: #fff;
	border: 3px solid #e2e2e2;
	box-shadow: 10px 14px #e2e2e2;
	border-radius: 50em;
	flex: 1 1 25%;
}
.main3parts > div:before{
	position: relative;
	content: '';
	width: 76px;
	height: 76px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/red_tick.png) center center no-repeat;
	background-size: contain;
	margin-right: 7px;
}
.main3parts > div:not(:last-child){
	margin-right: 4%;
}
.main3parts .tooltips{
	margin: 0 5px;
}
.step-with-path-5{
	position: relative;
}
.step-with-path-5 .steps{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
.step-with-path-5 .step{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 175px;
	height: 0;
	padding-bottom: 33%;
}
.step-with-path-5 .step:not(:nth-child(3)){
	margin-right: 17%;
}
.step-with-path-5 .step:nth-child(4){
	order: 5;
	margin-right: 0;
}
.step-with-path-5 .step:nth-child(5){
	order: 4;
	padding-bottom: 37%;
}
.step-with-path-5 .step .top{
	position: relative;
}
.step-with-path-5 .step .num{
	font-size: 30px;
	color: #fff;
	background-color: var(--blue-color);
	border-radius: 50em;
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.step-with-path-5 .step .ball{
	width: 150px;
	height: 150px;
	border-radius: 50em;
	overflow: hidden;
	border: 10px solid var(--blue-color);
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
}
.step-with-path-5 .step .title{
	font-size: 30px;
	font-weight: bold;
	padding-top: 9px;
}
.step-with-path-5 .step .description{
	font-size: 17px;
	padding-top: 9px;
	line-height: 1.25;
}
.step-with-path-5 svg{
	width: 100%;
	height: 100%;
	/*position: absolute;
	left: 0;
	top: 0;*/
}
.step-with-path-5 svg #Stroke-1{
	fill:none;
	stroke:var(--blue-color);
	stroke-width:15;
	stroke-dasharray:2,3;
}
.step-bg-path{
	width: 961px;
	/*height: 650px;*/
	/*height: 0;
	padding-bottom: 67.6378%;*/
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	z-index: -1;
	margin-left: 70px;
}
.step-with-arrow{

}
.step-with-arrow .step{
	display: flex;
	align-items: center;
	position: relative;
}
.step-with-arrow .step .ball{
	border-radius: 50em;
	width: 100px;
	height: 100px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--blue-color);
	font-size: 26px;
	font-weight: bold;
	position: relative;
	flex: 0 0 100px;
}
.step-with-arrow .step .ball:after{
	width: calc(86% - 4px);
	height: calc(86% - 4px);
	position: absolute;
	content: '';
	top: 7%;
	left: 7%;
	border-radius: 50em;
	border: 2px solid #fff;
	z-index: 1;
}
.step-with-arrow .step .text{
	padding-left: 50px;
	font-size: 26px;
	font-weight: 500;
}
.step-with-arrow .step:not(:last-child){
	padding-bottom: 40px;
}
.step-with-arrow .step:not(:last-child):before{
	width: 6px;
	content: '';
	position: absolute;
	left: 50px;
	transform: translate3d(-50%, 0, 0);
	bottom: 4px;
	height: 40px;
	background-color: #14A6BA;
}
.step-with-arrow .step:not(:last-child):after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 14px 0 14px;
	border-color: #14A6BA transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50px;
	transform: translate3d(-50%, 0, 0);
}
.gray-block{
	background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/other_bg.jpg), url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/other_bg_repeat.png);
	background-position: center top, center center;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto, contain;
	padding: 50px 0 100px;
}
.gray-block .description{
	line-height: 2;
	font-size: 20px;
	text-align: center;
	padding-bottom: 100px;
	display: block;
}
.gray-block  .blue-border-block{
	font-size: 25px;
	font-weight: 600;
	color: #1BAEC3;
	border: 3px solid var(--blue-color);
	padding: 15px 48px;
	display: table;
	margin: 30px auto;
}
.revamp .house100-img img{
	/*height: 320px;*/
	max-height: 320px;
	width: auto;
}
.blue-label{
	background: #DCF8FC;
	border-radius: 17px;
	padding: 30px 40px 40px;
	font-size: 21px;
	line-height: 1.5;
	margin: 80px auto 0;
	width: 720px;
	max-width: 90%;
}
.prev-next-btns{
	display: flex;
    justify-content: space-between;
}
.prev-next-btns .btn{
	color: #fff;
	border-radius: 50em;
	min-width: 388px;
	filter: brightness(1.0);
	transition: filter 300ms;
	height: 80px;
}
.prev-next-btns .btn div{
	line-height: 78px;
	height: 80px;
	font-size: 26px;
}
.prev-next-btns .prev-btn{
	background-color: var(--blue-color);
}
.prev-next-btns .next-btn{
	background-color: #1AA2CD;
}
.prev-next-btns .prev-btn div{
	padding-left: 66px;
}
.prev-next-btns .next-btn div{
	padding-right: 76px;
}
.prev-next-btns .btn div:before{
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	top: 50%;
}
.prev-next-btns .prev-btn div:before{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/arrow_lt.png) center center no-repeat;
	background-size: contain;
	left: 30px;
	transform: translate3d(0, -50%, 0) scale(-1);
}
.prev-next-btns .next-btn div:before{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/arrow_lt.png) center center no-repeat;
	background-size: contain;
	right: 30px;
	transform: translate3d(0, -50%, 0);
}
.prev-next-btns .btn:hover{
	filter: brightness(1.1);
}
.list-point-block{
	margin: 60px auto;
}
.list-point-block .title{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
.list-point-block.color-orange .title{
	color: var(--orange-color);
}
.list-point-block .title .highlight{
	font-size: 1.2em;
	border-bottom: 5px solid #000;
}
.list-point-block.color-orange .highlight{
	border-color: var(--orange-color);
}
.list-point-block .list-points{
	border-radius: var(--big-border-radius);
	border: 1px solid #979797;
	padding: 60px 60px 30px;
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.list-point-block .list-points.no-border{
	border: 0;
	padding: 30px 0 60px;
	width: 1100px;
	max-width: 90%;
}
.list-point-block .list-point{
	flex: 0 0 50%;
	padding: 0 30px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 1.5em;
	position: relative;
}
.list-point-block .list-point span.small{
	font-size: 0.7em;
}
.list-point-block .list-point:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #000;
	transform: rotate(45deg);
}
.color-orange .list-point:before{
	background-color: var(--orange-color);
}
.payment-timeline-block-container .remark,
.list-point-block .list-points + .remark,
.step-with-list-points + .remark{
	margin-top: 1em;
	font-size: 18px;
	font-weight: 500;
}
.remark-blue-block .gift-text{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-weight: 600;
	padding: 10px 0 20px;
}
.remark-blue-block .gift-text img:nth-child(1){
	width: 181px;
	flex: 0 0 181px;
	margin-right: 40px;
}
.remark-blue-block .gift-text img:nth-child(2){
	width: 69px;
	flex: 0 0 69px;
}
.remark-blue-block .gift-text .label{
	font-size: 22px;
	line-height: 1.2;
}
.remark-blue-block .gift-text .text{
	font-size: 30px;
	margin-left: 10px;
	line-height: 1.1;
}
.remark-blue-block .gift-text .color-orange{
	color: var(--orange-color);
}
.remark-blue-block .gift-text .color-blue{
	color: var(--blue-color);
}
.remark-blue-block .gift-text .tooltips{
	margin: 0;
}
.payment-timeline-block{
	width: 1000px;
	margin: 0 auto;
}
.payment-timeline-block > div{
	display: flex;
	border-radius: 50em;
	padding: 10px;
	font-size: 23px;
	align-items: center;
	font-weight: 600;
	margin-bottom: 6px;
}
.payment-timeline-block .pt-th{
	background-color: var(--blue-color);
	color: #fff;
}
.payment-timeline-block .pt-th div:nth-child(1),
.payment-timeline-block .num{
	flex: 0 0 77px;
}
.payment-timeline-block .num{
	color: var(--blue-color);
	background-color: #fff;
	border-radius: 50em;
	line-height: 58px;
	font-weight: 900;
	font-size: 26px;
}
.payment-timeline-block > div > div:nth-child(2){
	flex: 0 0 20%;
	margin-right: 5%;
}
.payment-timeline-block > div > div:nth-child(3){
	flex: 0 0 27%;
	text-align: left;
}
.payment-timeline-block > div:not(.pt-th) > div:nth-child(4){
	flex: 1 0 30%;
	text-align: left;
	/*font-weight: 400;*/
}
.payment-timeline-block-remark{
	width: 1000px;
	display: flex;
	margin: 40px auto;
	padding: 0 30px;
}
.payment-timeline-block-remark > .title{
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	color: var(--blue-color);
}
.payment-timeline-block-remark > .text{
	padding: 0 50px;
	font-size: 17px;
	text-align: left;
	margin-top: 2px;
}
.payment-timeline-block-remark > .text .title{
	font-weight: bold;
	margin-bottom: 8px;
}
.compare-sm-block{
	width: 840px;
	border-radius: var(--big-border-radius);
	border: 1px solid #979797;
	padding: 28px 0;
	margin: 0 auto;
	display: flex;
	font-size: 18px;
	margin-bottom: 60px;
}
.compare-sm-block .title{
	display: flex;
	align-items: center;
	height: 105px;
	font-size: 26px;
	font-weight: bold;
	justify-content: center;
	margin-bottom: 5px;
}
.compare-sm-block .description{
	padding-bottom: 32px;
}
.compare-sm-block img{
	width: 181px;
}
.compare-sm-block > div{
	padding: 0 54px;
	flex: 0 1 50%;
}
.compare-sm-block > div:nth-child(1){
	border-right: 1px solid #979797;
}
.list-point-blocks{
	display: flex;
	width: 1120px;
	margin: 0 auto;
	justify-content: space-between;
}
.list-point-blocks .list-point-block .list-points{
	width: auto;
	display: block;
	padding: 52px 55px 30px;
	flex: 1 0 auto;
}
.list-point-blocks .list-point-block{
	text-align: left;
	flex: 0 0 43%;
	margin: 0 auto 60px;
	display: flex;
	flex-direction: column;
}
.list-point-blocks .list-point-block .title{
	margin-bottom: 18px;
	padding: 0 10px;
}
.list-point-blocks .list-point-block .description{
	margin-bottom: 24px;
	padding: 0 10px;
}
.list-point-blocks .list-point-block .list-point{
	font-size: 20px;
}
.media-logo-with-title-block{
	width: 1120px;
	margin: 0 auto;
	padding: 0 3.5%;
}
.media-logo-with-title{
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	font-size: 22px;
	font-weight: 500;
}
.media-logo-with-title .media-logo{
	flex: 0 0 152px;
	margin-right: 30px;
}
.side-img-with-text .side-img.sm-img{
	width: 210px;
	height: 210px;
	flex: 0 0 210px;
	margin-right: 40px;
}
.step-with-list-points{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	font-size: 17px;
	line-height: 1.9;
}
.step-with-list-points .step-list{
	display: flex;
	align-items: flex-start;
	padding-bottom: 1em;
	position: relative;
}
.step-list .tooltips{
	margin: -1px 4px;
}
.step-with-list-points .step-list:not(:last-child):after{
	position: absolute;
	content: '';
	top: 30px;
	height: calc(100% - 30px);
	border-left:  6px dashed var(--blue-color);
	left: 130px;
	margin-left: -3px;
	z-index: -1;
}
.step-with-list-points .step-list .label{
	width: 260px;
	flex: 0 0 260px;
	margin-right: 60px;
	border: 4px solid var(--blue-color);
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 50em;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 10px;
	color: var(--black-color);
	line-height: unset;
}
.step-with-list-points .step-list .label.bg-blue{
	background-color: var(--blue-color);
	color: #fff;
}
.step-with-list-points .step-list .description{
	text-align: left;
	font-size: 21px;
	line-height: 1.9;
}
.step-with-list-points .step-list .title{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: .5em;
	color: var(--blue-color);
	margin-top: .5em;
	text-align: left;
}
.step-with-list-points .step-list:not(:last-child) .description{
	padding-bottom: 80px;
}
.step-with-list-points .step-list .list-point{
	padding-left: 30px;
	position: relative;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 1.2em;
	font-weight: 500;
	text-align: left;
	margin-top: 1em;
}
.step-with-list-points .step-list .list-point:before{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	top: .33em;
	left: 0;
}
.step-end-msg{
	padding-left: 320px;
	font-size: 21px;
	line-height: 1.9;
	width: 800px;
	margin: 50px auto;
	text-align: left;
}
.side-img-with-text .text > .title{
	font-size: 36px;
	font-weight: 900;
	line-height: 1.3;
	border-bottom: 9px solid #94E5F1;
	display: inline-block;
	margin-bottom: 26px;
}
.side-img-with-text .text li:not(:last-child){
	margin-bottom: 2em;
}
.side-img-with-text .text li .title{
	font-size: 27px;
	font-weight: bold;
}
.side-img-with-text .text li .app-btns{
	display: flex;
	grid-gap: 0 20px;
	padding-top: .5em;
}
.side-img-with-text .text li .app-btns a{
	flex: 0 0 165px;
	max-width: 100%;
}
.side-img-with-text .text .color-blue li .title{
	color: var(--blue-color);
}
.side-img-with-text .text .tooltips{
	margin: -1px 3px;
}
.side-img-with-text .text .list-point-block .list-points{
	display: block;
	width: auto;
}
.side-img-with-text .text .label-with-text{
	display: flex;
	margin: 50px 0;
	align-items: flex-start;
}
.side-img-with-text .text .label-with-text .label{
	border-radius: 50em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
	flex: 0 0 auto;
	line-height: 1;
	margin-right: 30px;
}
.side-img-with-text .text .label-with-text .label.color-orange{
	background-color: var(--orange-color);
}
.side-img-with-text .text .label-with-text .description{
	padding-top: 2px;
	line-height: 1.2;
	font-weight: bold;
}
.side-img-with-text .mobile-frame{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/mobile_frame.png) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 600px;
	position: relative;
	margin-top: 4em;
	height: 0;
	padding-bottom: 62%;
}
.full-screen-banner + .side-img-with-text{
	margin-top: 6em;
}
.app-screens{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 302 600" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M60,9h182c27.6,0,50,22.4,50,50v481c0,27.6-22.4,50-50,50H60c-27.6,0-50-22.4-50-50V59	C10,31.4,32.4,9,60,9z"></path></svg>');
  	mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 302 600" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M60,9h182c27.6,0,50,22.4,50,50v481c0,27.6-22.4,50-50,50H60c-27.6,0-50-22.4-50-50V59	C10,31.4,32.4,9,60,9z"></path></svg>');
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-position: center center;
  	mask-position: center center;
}
.app-screens .app-screen-wrapper{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100%;
	background-color: #fff;
}
.app-screens .app-screen{
	display: flex;
	align-items: stretch;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	flex: 1 0 auto;
	margin: auto 3%;
	height: 0;
    padding-bottom: 194%;
}
.bg-ltrt-with-description{
	width: 1440px;
    margin: 60px auto 0;
    font-size: 22px;
    line-height: 2;
    text-align: left;
    position: relative;
}
.bg-ltrt-with-description .description,
.bg-ltrt-with-description .title{
	padding: 0 5%;
	width: 840px;
	margin: 0 auto;
	max-width: 60%;
	min-height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-ltrt-with-description .title{
	min-height: auto;
	padding-bottom: 0;
	font-size: 1.3em;
	font-weight: bold;
}
.bg-ltrt-with-description .description a{
	color: var(--blue-color);
	text-decoration: underline;
}
.bg-ltrt-with-description .description span.highlight-blue{
	border-bottom: 5px solid var(--blue-color);
	font-weight: bold;
}
.bg-ltrt-with-description .bg-elements{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-ltrt-with-description .bg-elements .bg{
	background-repeat: no-repeat;
	background-size: 50% auto;
	position: absolute;
	width: 20%;
	height: 100%;
}
.bg-ltrt-with-description .bg-elements .bg:nth-child(1){
	top: 0;
	left: 0;
	background-position: right center;
}
.bg-ltrt-with-description .bg-elements .bg:nth-child(2){
	top: 0;
	right: 0;
	background-position: left center;
}
.theme-side-blocks{
	margin: 60px auto;
	width: 100%;
}
.theme-side-blocks .theme-side-block{
	display: flex;
}
.theme-side-blocks .theme-side-block .title{
	flex: 0 0 50%;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/lt_bar.png) left center no-repeat;
	background-size: auto 100%;
	/*display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;*/
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 28%;
	height: 0;
	position: relative;
}
.theme-side-blocks .theme-side-block .title div{
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate3d(-50%, -50%, 0);
	white-space: nowrap;
}
.theme-side-blocks .theme-side-block .description{
	flex: 0 0 50%;
	text-align: left;
	width: 666px;
	font-size: 21px;
	line-height: 2;
	max-width: 36%;
	padding: 5% 0;
	display: flex;
	align-items: center;
}
.theme-side-blocks .theme-side-block .description .tooltips{
	margin: -1px 4px;
}
.theme-side-blocks .theme-side-block:nth-child(even){
	flex-direction: row-reverse;
}
.theme-side-blocks .theme-side-block:nth-child(even) .title{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/rt_bar.png) right center no-repeat;
	color: var(--black-color);
	background-size: auto 100%;
}
.theme-side-blocks .theme-side-block:nth-child(even) .description{
	/*margin-right: 5%;*/
}
.theme-side-blocks .theme-side-block:nth-child(even) .title div{
	transform: translate3d(-45%, -50%, 0);
}
.gift-columns{
	display: flex;
	width: 1280px;
	margin: 0 auto;
	justify-content: center;
}
.gift-title{
	text-align: left;
	border-radius: unset !important;
	box-shadow: unset !important;
	padding-left: 0 !important;
}
.gift-col{
	flex: 0 0 29%;
	border-radius: var(--mid-border-radius);
	box-shadow: var(--shadow);
	margin: 0 2.5%;
	padding: 2% 3% 3.5%;
	font-size: 26px;
	font-weight: 500;
}
.gift-col .icon{
	width: 100%;
	height: 0;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/antivirus.png) center center no-repeat;
	padding-bottom: 36.25%;
	background-size: auto 90%;
}
.gift-col .tooltips{
	margin: 0 4px;
}
.tooltips.align-left:hover .tips{
	left: 0 !important;
}
.tooltips.align-right:hover .tips{
	right: 0 !important;
}

.quotation-sample{
	position: relative;
}
.arrow3{
	width: 116px;
	height: 59px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/arrow3.png) center center no-repeat;
	background-size: contain;
}
.quotation-sample .arrow3{
	margin: 60px auto 70px;
}
.quotation-sample #gallery a{
	display: none;
}
.quotation-sample .preview-block{
	position: relative;
	margin: 0 auto;
	width: 840px;
	cursor: pointer;
}
.quotation-sample .preview-block:before{
	content: '';
	position: absolute;
	z-index: -1;
	width: 95.238%;
	height: 0;
	padding-bottom: 48%;
	border-radius: 16px;
	box-shadow: 0 8px 17px rgba(0,0,0,.18);
	left: 50%;
	background-color: #eee;
	transform-origin: center center;
	transform: translate3d(-49%,0,0) rotate(1deg);
	top: 0;
}
.quotation-sample .preview-block:after{
	content: '';
	position: absolute;
	z-index: -2;
	width: 95.238%;
	height: 0;
	padding-bottom: 48%;
	border-radius: 16px;
	box-shadow: 0 8px 17px rgba(0,0,0,.18);
	left: 50%;
	background-color: #DEDEDE;
	transform-origin: center center;
	transform: translate3d(-47%,0,0) rotate(3deg);
	top: 0;
}
.quotation-sample .preview-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	min-width: 300px;
	height: 60px;
	background-color: #fff;
	border-radius: 50em;
	padding: 0 30px 0 30px;
	line-height: 60px;
	color: var(--blue-color);
	font-weight: bold;
	font-size: 25px;
	border-radius: 50em;
	border: 3px solid var(--blue-color);
	white-space: nowrap;
	/*box-shadow: 0 10px 0 rgba(44,205,227,.52);*/
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: brightness(1.0);
	transition: filter 300ms var(--cubic), transform 300ms var(--cubic);
}
.quotation-sample .preview-title:before{
	content: '';
	position: relative;
	width: 36px;
	height: 36px;
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/ic_report_blue.png) center center no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.quotation-sample .preview-block:hover .preview-title{
	transform: translate3d(-50%, -50%, 0) scale(1.02);
	filter: brightness(1.1);
}
.quotation-sample .preview-frame{
	width: 95.238%;
	height: 0;
	padding-bottom: 48%;
	border-radius: 16px;
	box-shadow: 0 8px 17px rgba(0,0,0,.18);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	transform: translate3d(-1%,0,0) rotate(-1deg);
}
.quotation-sample .preview-button{
	margin: 50px 0;
	color: var(--blue-color);
	text-decoration: underline;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
}
@media only screen and (max-width: 1920px){
	.top-banner .text-block .title{
		font-size: 3.5vw;
	}
	.top-banner .text-block .tagline:not(:empty){
		font-size: 1.85vw;
	}
}
@media only screen and (max-width: 1660px){
	.top-banner .text-block .title{
		font-size: 3.3vw;
	}
	.top-banner .text-block .tagline:not(:empty){
		font-size: 1.75vw;
	}
	.user-case-listing-bg:before {
	    left: calc(95%);
	    width: 20vw;
	}
	.user-case-listing-bg:after {
	    right: calc(90%);
	    width: 13vw;
	}
	.main3parts > div{
		font-size: 28px;
		padding: 20px 35px 20px 10px;
		box-shadow: 7px 11px #e2e2e2;
	}
	.step-with-arrow .step .text{
		padding-left: 37px;
    	font-size: 23px;
	}
}
@media only screen and (max-width: 1440px){
	.top-banner .text-block .title{
		font-size: 3.1vw;
	}
	.top-banner .text-block .tagline:not(:empty){
		font-size: 1.70vw;
	    padding-left: 26px;
	    line-height: 38px;
	    margin-bottom: 15px;
	}
	.top-banner .text-block .tagline:not(:empty):before{
		width: 4px;
		border-radius: 2px;
	}
	.top-banner .text-block .description{
		margin-top: 26px;
		font-size: 17px;
	}
	.full-screen-banner .title-with-white-border .section-title{
		font-size: calc(var(--font-size) *1.9);
	}
	.top-banner .text-block{
		padding: 0 80px 0 60px;
	}
	.top-banners .top-banner:nth-child(4n) .text-block,
	.top-banner.lt-top-banner .text-block{
		padding: 0 60px 0 80px;
	}
	#sec0.top-banner{
		padding-top: 190px;
	}
	.main3parts > div{
		font-size: 24px;
		padding: 20px 50px 20px 15px;
		box-shadow: 7px 11px #e2e2e2;
	}
	.main3parts > div:before{
		width: 66px;
		height: 66px;
		margin-right: 4px;
	}
	.step-with-arrow .step .text{
		padding-left: 28px;
    	font-size: 20px;
	}
	.step-with-arrow .step .ball{
		width: 90px;
		height: 90px;
		flex: 0 0 90px;
		font-size: 22px;
	}
	.step-with-arrow .step:not(:last-child):before,
	.step-with-arrow .step:not(:last-child):after{
		left: 45px;
	}
	.step-with-arrow .step:not(:last-child):after{
		border-width: 14px 10px 0 10px;
	}
	.step-with-arrow .step:not(:last-child) {
    	padding-bottom: 34px;
	}
	.bg-ltrt-with-description{
		max-width: 100%;
	}
	.gift-columns{
		max-width: 95%;
	}
	.gift-col{
		margin: 0 1.5%;
		font-size: 22px;
	}
	.top-banner .btn, .home-banner .text-block .btn{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1280px){
	.defender5{
		max-width: 90%;
	}
	.side-img-with-text .side-img{
		flex: 0 0 262px;
		margin-right: 50px;
	}
	.compare-list .item{
		font-size: 21px;
	}
	.compare-list .item.s-en {
		font-size: 19px;
	}

	.user-case-list .text-block .name{
		font-size: 24px;
	}
	.user-case-list .text-block .label{
		font-size: 15px;
	}
	.user-case-list .text-block .title{
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 45px;
	}
	.user-case-list .more{
		font-size: 15px;
		height: 42px;
		border-top-left-radius: 42px;
		padding: 0 6px 0 26px;
	}
	.user-case-list .more:after{
		width: 22px;
		height: 22px;
		margin-left: 4px;
	}
	.howtohelpyou-single-block{
		max-width: 95%;
	}
	.main3parts > div:not(:last-child){
		margin-right: 3%;
	}
	.main3parts > div {
	    font-size: 21px;
	    padding: 18px 44px 18px 10px;
	    box-shadow: 5px 8px #e2e2e2;
	}
	.main3parts > div:before {
	    width: 56px;
	    height: 56px;
	    margin-right: 2px;
	}
	.step-with-path-5 .step .ball{
		width: 130px;
		height: 130px;
		border-width: 8px;
	}
	.step-with-path-5 .step .title{
		font-size: 25px;
		padding-top: 8px;
	}
	.step-with-path-5 .step .num{
		width: 42px;
		height: 42px;
		font-size: 26px;
	}
	.step-bg-path{
		top: 57px;
		width: 910px;
	}
	.step-with-path-5 .step{
		padding-bottom: 31%;
	}
	.step-with-path-5 .step:nth-child(5){
		padding-bottom: 35%;
	}
	.step-with-list-points .step-list .label{
		font-size: 23px;
	}
	.side-img-with-text .text > .title{
		font-size: 33px;
		border-width: 8px;
		margin-bottom: 24px;
	}
	.list-point-blocks,
	.media-logo-with-title-block{
		max-width: 90%;
	}
	.theme-side-blocks .theme-side-block .title{
		font-size: 33px;
	}
	.theme-side-blocks .theme-side-block .description{
		max-width: 40%;
		line-height: 1.9;
	}
	.top-banner .btn, .home-banner .text-block .btn{
		min-width: 300px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1024px){
	#sec0.top-banner {
	    padding-top: 140px;
	}
	.top-banner .text-block .description {
	    margin-top: 20px;
	    font-size: 14px;
	}
	.top-banner .btn, .home-banner .text-block .btn{
		margin-top: 36px;
	}
	.howtohelpyou-single-block .middle .user-msg-block{
		font-size: 22px;
		padding: 42px 0;
	}
	.top-banner .text-block .tagline:not(:empty) {
	    padding-left: 24px;
	    line-height: 26px;
	    margin-bottom: 15px;
	}
	.top-banner .tooltips:before, .top-banner .tooltips{
		width: 14px;
		height: 14px;
	}
	.top-banner .tooltips:before{
		font-size: 11px;
	}
	.top-banner .tooltips{
		margin: -1px 3px;
	}
	.full-screen-banner .title-with-white-border .section-title {
    	font-size: calc(var(--font-size) *1.7);
	    border-width: 3px;
	    padding: 20px 36px;
	}
	.remark-blue-block .middle > .text{
		font-size: 23px;
	}
	.remark-blue-block .middle > .text span.big {
    	font-size: 32px;
	}
	.compare-list .name{
		width: 80px;
		height: 80px;
		font-size: 22px;
	}
	.compare-list .name.s-en{
		font-size: 18px;
	}
	.compare-list .name.xs-en{
		font-size: 16px;
	}
	.compare-list .name.xxs-en{
		font-size: 13px;
	}
	.compare-list .item {
    	font-size: 19px;
    	line-height: 28px;
    	min-height: 140px;
	}
	.compare-list .item.s-en {
		font-size: 17px;
		line-height: 26px;
	}
	.compare-list .item a {
	    margin-top: 12px;
	    font-size: 16px;
	}
	.compare-table .tabs .tab{
		font-size: 21px;
	}
	.compare-table .tabs .tab .logo-revamp{
		width: 171px;
	}
	.compare-table .tooltips{
		width: 14px;
		height: 14px;
		margin: 0 3px;
	}
	.compare-table .tooltips:before{
		width: 14px;
		height: 14px;
		font-size: 11px;
	}
	.user-case-listing-wrapper .user-case-list{
		flex: 0 0 calc(33.333% - 16px);
    	margin-right: 24px;
	}
	.user-case-listing-wrapper .user-case-list{
		margin-bottom: 38px;
	}
	.user-case-list .text-block .name{
		font-size: 20px;
		padding: 18px 24px 20px;
	}
	.user-case-list .text-block .label{
		font-size: 13px;
		padding: 0 24px;
	}
	.user-case-list .text-block .title{
		font-size: 16px;
		padding: 10px 24px 16px;
	}
	.user-case-list .more {
	    font-size: 13px;
	    height: 40px;
	    border-top-left-radius: 40px;
	    padding: 0 5px 0 24px;
	}
	.user-case-list .more:after {
	    width: 20px;
	    height: 20px;
	    margin-left: 3px;
	}
	.page-guarantees section:not(#sec0){
		padding-top: 100px;
	}
	.main3parts{
		max-width: 90%;
	}
	.main3parts > div{
		font-size: 19px;
		padding: 18px 34px 18px 10px;
	}
	.main3parts > div:before {
	    width: 46px;
	    height: 46px;
	    margin-right: 0px;
	}
	.step-with-path-5 .steps{
		width: 768px;
	}
	.step-with-path-5 .step:not(:nth-child(3)){
		margin-right: 13%;
	}
	.step-with-path-5 .step .num {
	    width: 33px;
	    height: 33px;
	    font-size: 21px;
	}
	.step-with-path-5 .step .ball {
	    width: 110px;
	    height: 110px;
	    border-width: 6px;
	}
	.step-with-path-5 .step .title {
	    font-size: 22px;
	    padding-top: 6px;
	}
	.step-with-path-5 .step .description {
	    font-size: 14px;
	    padding-top: 7px;
	}
	.step-bg-path {
	    top: 50px;
	    width: 725px;
	}
	.step-with-path-5 .step{
		flex: 0 0 155px;
	}
	.step-with-path-5 .step:nth-child(4){
		margin-right: 0;
	}
	.step-with-arrow .step .text{
		padding-left: 18px;
	    font-size: 16px;
	    line-height: 1.3;
	}
	.step-with-arrow .step .ball{
	    width: 70px;
	    height: 70px;
	    flex: 0 0 70px;
	    font-size: 17px;
	}
	.step-with-arrow .step:not(:last-child):before,
	.step-with-arrow .step:not(:last-child):after{
		left: 35px;
	}
	.step-with-arrow .step:not(:last-child):after{
		border-width: 12px 8px 0 8px;
	}
	.step-with-arrow .step:not(:last-child) {
    	padding-bottom: 26px;
	}
	.gray-block .description{
		font-size: 17px;
		padding-bottom: 70px;
		max-width: 65%;
	}
	.gray-block  .blue-border-block{
		font-size: 20px;
	    border-width: 2px;
	    padding: 12px 39px;
	    margin: 22px auto;
	}
	.gray-block{
		padding: 40px 0 80px;
	}
	.house100-img img{
		max-height: 270px;
	}
	.blue-label {
	    font-size: 18px;
	    margin: 60px auto 0;
	}
	.list-point-block .title{
		font-size: 25px;
		margin-bottom: 30px;
	}
	.list-point-block .title .highlight{
		border-width: 4px;
	}
	.list-point-block .list-points{
		padding: 45px 50px 20px;
		width: 85%;
	}
	.quotation-sample .preview-block{
		width: 85%;
	}
	.list-point-blocks .list-point-block .list-points{
		padding: 45px 50px 20px;
	}
	.list-point-block .list-point,
	.list-point-blocks .list-point-block .list-point,
	.step-with-list-points .step-list .list-point{
		font-size: 19px;
		padding-left: 24px;
	}
	.media-logo-with-title{
		font-size: 19px;
	}
	.media-logo-with-title .media-logo{
		flex: 0 0 122px;
	}
	.list-point-block .list-point:before,
	.step-with-list-points .step-list .list-point:before{
		width: 9px;
		height: 9px;
	}
	.payment-timeline-block-container .remark,
	.list-point-block .list-points + .remark,
	.step-with-list-points + .remark{
		font-size: 16px;
	}
	.remark-blue-block .gift-text .text{
		font-size: 24px;
	}
	.remark-blue-block .gift-text .label {
    	font-size: 19px;
	}
	.remark-blue-block .gift-text img:nth-child(2) {
	    width: 59px;
	    flex: 0 0 59px;
	}
	.remark-blue-block .gift-text img:nth-child(1){
		width: 141px;
		flex: 0 0 141px;
		margin-right: 30px;
	}
	.payment-timeline-block {
	    width: 85%;
	}
	.payment-timeline-block > div{
	    padding: 8px;
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	.payment-timeline-block .num{
		line-height: 55px;
    	font-size: 24px;
	}
	.payment-timeline-block .pt-th div:nth-child(1),
	.payment-timeline-block .num{
		flex: 0 0 72px;
	}
	.payment-timeline-block-remark{
		width: 85%;
		margin: 30px auto 60px;
	}
	.payment-timeline-block-remark > .title{
		font-size: 17px;
	}
	.payment-timeline-block-remark > .text{
		font-size: 15px;
		padding: 0 45px;
	}
	.compare-sm-block{
		width: 75%;
		font-size: 16px;
		padding: 25px 0;
	}
	.compare-sm-block > div{
		padding: 0 44px;
	}
	.compare-sm-block .title{
		height: 98px;
		font-size: 22px;
	}
	.compare-sm-block img{
		width: 161px;
	}
	.prev-next-btns .btn div{
		font-size: 21px;
	}
	.side-img-with-text .side-img.sm-img {
	    width: 180px;
	    height: 180px;
	    flex: 0 0 180px;
	    margin-right: 40px;
	}
	.side-img-with-text .text.with-title,
	.side-img-with-text .sm-img + .text{
		padding-top: 1.5em;
	}
	.step-with-list-points {
	    margin: 0 auto;
	    width: 800px;
	    max-width: 85%;
	}
	.bg-ltrt-with-description{
		font-size: 15px;
	}
	.bg-ltrt-with-description .description span.highlight-blue{
		border-width: 3px;
	}
	.bg-ltrt-with-description, .bg-ltrt-with-description .title{
		margin-top: 0;
	}
	.gift-col{
		font-size: 18px;
	}
	.list-point-block .list-points.no-border{
		padding: 30px 0;
	}
	.top-banner .btn, .home-banner .text-block .btn{
		margin-top: 20px;
		width: 100%;
		min-width: auto;
		max-width: 240px;
	}
	.top-banner .btn div, .home-banner .text-block .btn div{
		font-size: 19px;
		line-height: 48px;
		height: 50px;
	}
}
@media only screen and (max-width: 768px){
	.top-banner .btn, .home-banner .text-block .btn{
		min-width: auto;
		width: 100%;
		margin-top: 24px;
		max-width: 100%;
	}
	.top-banner .text-block .description {
	    margin-top: 17px;
	    font-size: 12px;
	}
	.top-banner .btn div, .home-banner .text-block .btn div {
	    height: 48px;
	    font-size: 18px;
	    line-height: 44px;
	}
	.defender5{
		max-width: 100%;
	}
	.howtohelpyou-single-block .user .user-img {
	    width: 90px;
	    height: 90px;
	    border-width: 4px;
	    flex: 0 0 90px;
	    margin-right: 7%;
	}
	.howtohelpyou-single-block .user .user-info{
		font-size: 13px;
	}
	.howtohelpyou-single-block .middle .user-msg-block:before,
	.howtohelpyou-single-block .middle .user-msg-block:after{
		width: 31px;
		height: 31px;
	}
	.howtohelpyou-single-block .middle .user-msg-block {
	    font-size: 18px;
	    padding: 38px 0;
	    max-width: 75%;
	}
	.howtohelpyou-single-block .middle .user-msg-block .highlight-blue{
		border-width: 3px;
	}
	.top-banner .text-block .tagline:not(:empty){
		font-size: 14px;
		padding-left: 17px;
	    line-height: 20px;
	    margin-bottom: 13px;
	}
	.top-banner .text-block .description {
	    margin-top: 13px;
	}
	.top-banner .text-block .tagline:not(:empty):before{
		width: 3px;
		left: 2px;
	}
	.top-banner .text-block{
		padding: 0 60px 0 40px;
	}
	.top-banners .top-banner:nth-child(4n) .text-block{
		padding: 0 40px 0 60px;
	}
	.top-banner .tooltips:before, .top-banner .tooltips{
		width: 14px;
		height: 14px;
	}
	.top-banner .tooltips:before{
		font-size: 11px;
	}
	.full-screen-banner .title-with-white-border .section-title {
    	font-size: calc(var(--font-size) *1.8);
	    border-width: 3px;
	    padding: 18px 30px;
	    white-space: normal;
	}
	.full-screen-banner .title-with-white-border.title{
		width: 60%;
	}
	.remark-blue-block .middle > .text{
		font-size: 16px;
	}
	.remark-blue-block .middle > .text span.big {
    	font-size: 28px;
	}
	.side-img-with-text .side-img {
	    flex: 0 0 27%;
	    margin-right: 6%;
	    margin-top: 1em;
	}
	.side-img-with-text .text{
		font-size: 16px;
	}
	.remark-blue-block{
		margin: 40px auto;
	}
	.side-img-with-text{
		margin: 0 auto 40px;
	}
	.compare-table .tabs .tab {
	    font-size: 18px;
	}
	.compare-table .tabs .tab .classic-company:before{
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	.compare-table .tabs .tab .logo-revamp {
	    width: 141px;
	}
	.compare-list .name {
	    width: 70px;
	    height: 70px;
	    font-size: 18px;
	}
	.compare-list .name.s-en{
	    font-size: 16px;
	}
	.compare-list .name.xs-en{
	    font-size: 14px;
	}
	.compare-list .name.xxs-en{
	    font-size: 12px;
	}
	.compare-list .item {
	    font-size: 16px;
	    line-height: 24px;
	}
	.compare-list .item.s-en {
		font-size: 14px;
		line-height: 22px;
	}
	.compare-list .item a {
	    margin-top: 10px;
	    font-size: 13px;
	}
	.user-case-listing-wrapper .user-case-list {
	    margin-bottom: 28px;
	}
	.user-case-listing-wrapper .user-case-list {
	    flex: 0 0 calc(33.333% - 12px);
	    margin-right: 16px;
	}
	.user-case-list .text-block .name {
	    font-size: 17px;
	    padding: 15px 18px 18px;
	}
	.user-case-list .text-block .label{
		font-size: 12px;
		padding: 0 18px;
	}
	.user-case-list .text-block .title {
	    font-size: 13px;
	    padding: 10px 18px 15px;
	    margin-bottom: 30px;
	}
	.user-case-list .more {
	    font-size: 12px;
	    height: 36px;
	    border-top-left-radius: 36px;
	    padding: 0 5px 0 20px;
	}
	.user-case-listing-bg:after{
		top: 50vw;
	}
	#sec0.top-banner{
		padding-top: 140px;
	}
	.top-banner .text-block .title{
		font-size: 23px;
	}
	.main3parts > div{
		font-size: 15px;
		padding: 15px 30px 15px 6px;
		box-shadow: 3px 5px #e2e2e2;
	}
	.main3parts > div:before {
	    width: 36px;
	    height: 36px;
	}
	.step-with-path-5 .step .ball {
	    width: 100px;
	    height: 100px;
	    border-width: 5px;
	}
	.step-with-path-5 .step .num {
	    width: 30px;
	    height: 30px;
	    font-size: 19px;
	}
	.step-with-path-5 .step .title {
	    font-size: 19px;
	}
	.step-with-path-5 .step .description {
	    font-size: 13px;
	}
	.step-bg-path {
	    top: 45px;
	    width: 640px;
	    margin-left: 50px;
	}
	.step-with-path-5 .step:not(:nth-child(3)) {
	    margin-right: 9%;
	}
	.step-with-path-5 .step:nth-child(4) {
	    margin-right: 0;
	}
	.step-with-path-5 .step {
	    padding-bottom: 28%;
	}
	.step-with-path-5 .step:nth-child(5) {
	    padding-bottom: 30%;
	}
	.section-title + .description {
	    font-size: 17px;
	}
	.top-banners .top-banner:nth-child(4n){
	    padding: 0 50px 0 70px;
	}
	.top-banner.lt-top-banner .text-block{
		padding: 0 50px;
	}
	.step-with-arrow .step .ball {
	    width: 60px;
	    height: 60px;
	    flex: 0 0 60px;
	    font-size: 15px;
	}
	.step-with-arrow .step:not(:last-child):before,
	.step-with-arrow .step:not(:last-child):after {
	    left: 30px;
	}
	.step-with-arrow .step:not(:last-child):before{
		width: 4px;
	    height: 30px;
	}
	.step-with-arrow .step:not(:last-child):after {
	    border-width: 10px 6px 0 6px;
	}
	.step-with-arrow .step .text {
	    padding-left: 15px;
	    font-size: 14px;
	}
	.gray-block .blue-border-block {
	    font-size: 17px;
	    padding: 10px 32px;
	}
	.house100-img img {
	    max-height: 250px;
	}
	.blue-label{
		max-width: 80%;
	}
	.prev-next-btns .btn{
		min-width: 336px;
	}
	.list-point-block .title{
		font-size: 21px;
		margin-bottom: 26px;
	}
	.list-point-block .list-points,
	.list-point-blocks .list-point-block .list-points{
	    padding: 35px 45px 15px;
	}
	.list-point-block .list-point,
	.list-point-blocks .list-point-block .list-point{
	    font-size: 16px;
	    padding-left: 22px;
	}
	.list-point-block .list-point:before {
	    width: 7px;
	    height: 7px;
	}
	.payment-timeline-block-container .remark,
	.list-point-block .list-points + .remark,
	.step-with-list-points + .remark{
	    font-size: 13px;
	}
	.remark-blue-block .gift-text .text {
	    font-size: 20px;
	}
	.remark-blue-block .gift-text .label {
	    font-size: 16px;
	}
	.remark-blue-block .gift-text img:nth-child(2) {
	    width: 49px;
	    flex: 0 0 49px;
	}
	.remark-blue-block .gift-text img:nth-child(1) {
	    width: 131px;
	    flex: 0 0 131px;
	    margin-right: 26px;
	}
	.remark-blue-block .gift-text .tooltips{
		margin: -2px 0;
	}
	.payment-timeline-block > div {
	    padding: 6px;
	    font-size: 17px;
	}
	.payment-timeline-block .num {
	    line-height: 49px;
	    font-size: 20px;
	}
	.payment-timeline-block .pt-th div:nth-child(1),
	.payment-timeline-block .num {
	    flex: 0 0 66px;
	}
	.payment-timeline-block-remark > .title {
	    font-size: 15px;
	}
	.payment-timeline-block-remark > .text {
	    font-size: 13px;
	    padding: 0 30px;
	}
	.payment-timeline-block-remark > .text .title{
		margin-bottom: 3px;
	}
	.compare-sm-block > div {
	    padding: 0 33px;
	}
	.compare-sm-block .title {
	    height: 78px;
	    font-size: 17px;
	}
	.compare-sm-block img {
	    width: 131px;
	}
	.compare-sm-block{
		font-size: 14px;
	}
	.compare-sm-block .description {
	    padding-bottom: 22px;
	}
	.list-point-blocks .list-point-block{
		flex: 0 0 45%;
	}
	.list-point-blocks .list-point-block{
		margin: 0 auto 40px;
	}
	.media-logo-with-title{
		font-size: 16px;
		margin-bottom: 24px;
	}
	.media-logo-with-title .media-logo {
	    flex: 0 0 101px;
	}
	.side-img-with-text .side-img.sm-img {
	    width: 150px;
	    height: 150px;
	    flex: 0 0 150px;
	    margin-right: 30px;
	}
	.step-with-list-points .step-list .label{
	    font-size: 19px;
	    width: 220px;
	    flex: 0 0 220px;
	    margin-right: 50px;
	}
	.step-with-list-points .step-list .label {
	    font-size: 18px;
	    width: 210px;
	    flex: 0 0 210px;
	    margin-right: 40px;
	}
	.step-with-list-points .step-list:not(:last-child):after{
		left: 105px;
	}
	.side-img-with-text .text > .title {
	    font-size: 25px;
	    border-width: 7px;
	    margin-bottom: 20px;
	}
	.side-img-with-text .text .label-with-text{
		margin: 40px 0;
	}
	.side-img-with-text .text .label-with-text .label{
		padding: 8px 24px;
	}
	.bg-ltrt-with-description .bg-elements .bg{
		background-size: 64% auto;
	}
	.bg-ltrt-with-description .description, .bg-ltrt-with-description .title{
		max-width: 55%;
	}
	.theme-side-blocks .theme-side-block .title{
		font-size: 27px;
	}
	.theme-side-blocks .theme-side-block .description{
		font-size: 17px;
	}
	.step-with-list-points .step-list .description{
		font-size: 17px;
	}
	.theme-side-blocks .theme-side-block .description{
		font-size: 17px;
	}
	.theme-side-blocks .theme-side-block .description .tooltips,
	.theme-side-blocks .theme-side-block .description .tooltips:before{
		width: 16px;
		height: 16px;
	}
	.theme-side-blocks .theme-side-block .title {
	    font-size: 22px;
	}
	.gift-col {
	    font-size: 14px;
	}
	.gift-col .tooltips{
		width: 15px;
    	height: 15px;
	}
	.tooltips:before{
		width: 15px;
    	height: 15px;
	}
	.side-img-with-text .text li .title{
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){
	.mobile-none {
		display: none;
	}
	#sec0.top-banner{
		padding-top: 0;
		margin-top: 20px;
	}
	.top-banner, .top-banners .top-banner:nth-child(4n){
		flex-direction: column;
		padding: 70px 0 0;
	}
	.top-banners .top-banner:nth-child(4n) .banner-img{
		border-radius: 0;
		border-top-left-radius: 17px;
		border-bottom-left-radius: 17px;
	}
	.top-banner .banner-img{
		order: 0;
		width: calc(100% - 30px);
	    padding-bottom: 61.25%;
	    margin-left: 30px;
	    margin-bottom: 13px;
	}
	.page-guarantees section:not(#sec0) {
	    padding-top: 70px;
	}
	.top-banner .text-block, .top-banners .top-banner:nth-child(4n) .text-block{
		order: 1;
		padding: 0 30px 34px;
	}
	.top-banner .text-block .title {
	    font-size: 32px;
	}
	.top-banner .text-block .description{
		font-size: 17px;
		margin-top: 18px;
		text-align: justify;
	}
	.howtohelpyou-single-block .top .bg{
		padding-bottom: 23.67%;
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_top_m.png) center bottom repeat-y;
		background-size: 100% auto;
	}
	.howtohelpyou-single-block .bottom .bg{
		padding-bottom: 21.3789%;
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_bottom_m.png) center bottom repeat-y;
		background-size: 100% auto;
	}
	.howtohelpyou-single-block .middle{
		width: 100%;
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/howtohelpyou-single-block_middle_m.png) center center repeat-y;
		background-size: 100% auto;
	}
	.howtohelpyou-single-block .user .user-img {
	    width: 64px;
	    height: 64px;
	    border-width: 3px;
	    flex: 0 0 64px;
	    margin-right: 6%;
	}
	.howtohelpyou-single-block .user .user-info{
		font-size: 12px;
	}
	.howtohelpyou-single-block .user .user-info .user-name {
	    font-size: 18px;
	}
	.howtohelpyou-single-block .middle .user-msg-block:before, .howtohelpyou-single-block .middle .user-msg-block:after{
		width: 21px;
		height: 21px;
	}
	.howtohelpyou-single-block .middle .user-msg-block{
		font-size: 15px;
	}
	.howtohelpyou-single-block .middle .user-msg-block br{
		display: none;
	}
	.howtohelpyou-single-block .middle .user-msg-block .highlight-blue{
		border-width: 3px;
	}
	.top-banner .banner-img{
		margin-bottom: 22px;
	}
	.top-banner .text-block .tagline:not(:empty){
		font-size: 21px;
		line-height: 27px;
		padding-left: 20px;
	}
	.top-banner .text-block .tagline:not(:empty):before{
		width: 4px;
	}
	.top-banner .tooltips, .top-banner .text-block .description .tooltips{
	    margin: 1px 3px;
	}
	.top-banner .tooltips:hover .tips {
	    display: block;
	    right: 0;
	    transform: translate3d(0,0,0);
	    left: auto;
	}
	.remark-blue-block .top{
		padding-bottom: 9.5979%;
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_top_m.png) center bottom no-repeat;
		background-size: 100% auto;
	}
	.remark-blue-block .middle{
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_middle_m.png) center center repeat-y;
		background-size: 100% auto;
	}
	.remark-blue-block .bottom{
		padding-bottom: 9.65979%;
		background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/remark_blue_block_bottom_m.png) center top no-repeat;
		background-size: 100% auto;
	}
	.remark-blue-block{
		max-width: 100%;
	}
	.remark-blue-block .middle > .text{
		width: 75%;
	}
	.remark-blue-block .middle > .text br:not(.mobile-revamp){
		display: none;
	}
	.remark-blue-block .middle > .text span.big {
	    font-size: 21px;
	}
	.side-img-with-text{
		flex-direction: column;
	}
	.side-img-with-text .side-img{
		margin: 0 auto 6%;
		width: 58%;
	}
	.side-img-with-text .text{
		padding: 5px 8px 0;
	}
	.full-screen-banner .title-with-white-border.title{
		width: calc(100% - 48px);
	}
	.compare-table .tabs .tab {
	    font-size: 17px;
	    padding-bottom: 10px;
	    border-bottom: 4px solid #E6E6E6;
	}
	.compare-table .tabs .tab .logo-revamp{
		width: 128px;
	}
	.compare-table .tabs .tab.current{
		border-bottom: 4px solid var(--orange-color);
	}
	.compare-list .item{
		flex: 0 0 calc(100% - 35px);
		text-align: left;
		align-items: flex-start;
		margin-left: 35px;
    	padding: 20px 20px 20px 45px;
		font-size: 15px;
		border-radius: 12px;
		min-height: 112px;
	}
	.compare-list .item.s-en {
		padding: 20px 20px 20px 45px;
	}
	.compare-list:after{
		width: calc(100% - 35px);
		margin-left: 35px;
		border-radius: 12px;
	}
	.compare-list .item:nth-child(2),
	.compare-list .item:nth-child(3){
		border-radius: 12px;
	}
	.compare-table[data-tabindex="0"] .compare-list .item:nth-child(2),
	.compare-table[data-tabindex="1"] .compare-list .item:nth-child(3){
		display: flex;
	}
	.compare-table[data-tabindex="0"] .compare-list .item:nth-child(3),
	.compare-table[data-tabindex="1"] .compare-list .item:nth-child(2){
		display: none;
	}
	.compare-list .name{
		width: 60px;
	    height: 60px;
	    font-size: 17px;
		left: 0;
    	transform: translate3d(0, -50%, 0);
	}
	.compare-list .name.s-en{
	    font-size: 14px;
	}
	.compare-list .name.xs-en{
	    font-size: 12px;
	}
	.compare-list .name.xxs-en{
	    font-size: 12px;
	}
	.compare-list .name.xxs-en span{
	    transform: scale(0.833);
	}

	.compare-lists{
		margin: 10px auto 40px;
	}
	.compare-list .tooltips .tips{
		right: 0;
		left: auto;
		transform: translate3d(0, 0, 0);
	}
	.user-case-listing{
		max-width: 100%;
		overflow: hidden;
	}
	.user-case-listing-wrapper{
		flex-wrap: nowrap;
	}
	.user-case-listing-wrapper .user-case-list{
		flex: 0 0 auto;
		height: auto;
		margin-right: 0;
	}
	.user-case-listing-wrapper .user-case-list:nth-child(3n){
		margin-right: 0;
	}
	.user-case-list:hover{
		transform: translate3d(0, 0, 0);
	}
	.user-case-listing-wrapper .user-case-list:nth-last-child(-n+3){
		margin-bottom: 28px;
	}
	.step-bg-path{
		display: none;
	}
	.step-with-path-5 .steps{
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 34px;
	}
	.step-with-path-5 .step,
	.step-with-path-5 .step:nth-child(5){
		padding-bottom: 30px;
		height: auto;
		flex-direction: row;
		position: relative;
	}
	.step-with-path-5 .step .ball {
	    width: 90px;
	    height: 90px;
	    border-width: 6px;
	}
	.step-with-path-5 .step .bottom{
		padding-left: 24px;
	}
	.step-with-path-5 .step .bottom .title{
		padding-top: 0;
		font-size: 25px;
	}
	.step-with-path-5 .step .bottom .description{
		padding-top: 3px;
		font-size: 14px;
	}
	.step-with-path-5 .step:after{
		position: absolute;
		content: '';
		bottom: -12px;
	    height: 44px;
	    width: 15px;
	    left: 38px;
		background: linear-gradient(0deg, var(--blue-color) 50%, #fff 50%);
		background-size: 100% 4px;
		background-repeat: repeat-y;
		z-index: -1;
	}
	/*.step-with-path-5 .step:not(:last-child):after{
		position: absolute;
		content: '';
		bottom: -2px;
	    height: 34px;
	    width: 15px;
	    left: 38px;
		background-color: var(--blue-color);
		background-position: 0 -3px;
		background-repeat: repeat-y;
	}*/
	.prev-next-btns{
		flex-direction: column;
		align-items: center;
	}
	.prev-next-btns .btn{
		min-width: 90%;
		margin-bottom: 1em;
		height: 66px;
	}
	.prev-next-btns .btn div:before{
		width: 28px;
		height: 28px;
	}
	.prev-next-btns .btn div {
	    line-height: 64px;
	    height: 66px;
	}
	.main3parts{
		flex-direction: column;
		max-width: calc(100% - 56px);
	}
	.main3parts > div:not(:last-child){
		margin-right: 0;
		margin-bottom: 1em;
	}
	.main3parts > div:before {
	    width: 54px;
	    height: 54px;
	}
	.main3parts > div {
	    font-size: 19px;
	    padding: 11px 26px 11px 17px;
	    justify-content: flex-start;
	}
	.gray-block{
		background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/other_bg_m.png), url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/guarantees/other_bg_repeat_m.png);
		background-position: center top, center center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, contain;
		padding: 25px 0 55px;
	}
	.gray-block .description{
		text-align: left;
		font-size: 15px;
		line-height: 23px;
		padding-bottom: 40px;
		max-width: 80%;
	}
	.gray-block .description .blue-border-block{
		text-align: center;
	}
	.section-title{
		font-size: calc(var(--font-size) * 1.9);
	}
	.house100-img img {
	    max-height: 220px;
	}
	.blue-label {
		max-width: 90%;
	    background: #DCF8FC;
	    border-radius: 8px;
	    padding: 24px 30px 29px;
	    font-size: 15px;
	    margin: 20px auto 0;
	}
	.top-banner.lt-top-banner{
		flex-direction: column;
	}
	.top-banner.lt-top-banner .banner-img{
		margin-left: 0;
		margin-right: 30px;
	}
	.top-banner.lt-top-banner .text-block{
		padding: 0 34px;
	}
	.step-with-arrow .step .ball{
		width: 70px;
		height: 70px;
		flex: 0 0 70px;
		font-size: 18px;
	}
	.step-with-arrow .step:not(:last-child) {
	    padding-bottom: 30px;
	}
	.step-with-arrow .step:not(:last-child):before,
	.step-with-arrow .step:not(:last-child):after {
	    left: 35px;
	}
	.step-with-arrow .step:not(:last-child):before {
	    width: 5px;
	    height: 30px;
	}
	.step-with-arrow .step:not(:last-child):after {
    	border-width: 12px 10px 0 10px;
	}
	.step-with-arrow .step .text {
	    padding-left: 22px;
	    font-size: 16px;
	}
	.list-point-block .title {
	    font-size: 18px;
	    margin-bottom: 24px;
	}
	.list-point-block .list-points,
	.list-point-blocks .list-point-block .list-points{
	    padding: 25px 25px 10px;
	    display: block;
	    width: 100%;
	}
	.payment-timeline-block-container .remark,
	.list-point-block .list-points + .remark,
	.step-with-list-points + .remark{
		font-size: 12px;
	}
	.remark-blue-block .gift-text{
		display: block;
		text-align: center;
		padding: 0 0 20px;
	}
	.remark-blue-block .gift-text img:nth-child(1){
		display: block;
		width: 111px;
		margin:0 auto 30px;
	}
	.remark-blue-block .gift-text img:nth-child(2){
		width: 69px;
		margin-bottom: 15px;
	}
	.remark-blue-block .gift-text .label{
		margin-bottom: 5px;
	}
	.remark-blue-block .gift-text .text{
		font-size: 16px;
	}
	.payment-timeline-block-container{
		width: 100%;
		padding: 0 10px;
		/*overflow: hidden;
		overflow-x: auto;*/
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.payment-timeline-block-container::-webkit-scrollbar {
	  display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.payment-timeline-block-container{
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.payment-timeline-block{
		width: 100%;
	}
	.payment-timeline-block > div {
	    padding: 5px;
	    font-size: 15px;
	}
	.payment-timeline-block .pt-th div:nth-child(1), .payment-timeline-block .num {
	    flex: 0 0 42px;
	}
	.payment-timeline-block > div > div:nth-child(2) {
	    flex: 0 0 18%;
	    margin-right: 0;
	}
	.payment-timeline-block .pt-th{
		font-size: 14px;
	}
	.payment-timeline-block > div > div{
		line-height: 1.1;
	}
	.payment-timeline-block > div > div:nth-child(3){
		flex: 0 0 27%;
    	text-align: left;
    	margin-right: 5px;
	}
	.payment-timeline-block > div > div:nth-child(4){
		flex: 0 0 30%;
		text-align: left;
	}
	.payment-timeline-block > div:not(.pt-th) > div:nth-child(4){
		flex: 0 0 40%;
	}
	.payment-timeline-block .num {
	    line-height: 42px;
	    font-size: 18px;
	}
	.payment-timeline-block-remark{
		width: 100%;
		padding: 0 34px;
		flex-direction: column;
		align-items: flex-start;
		margin: 20px auto 60px;
	}
	.payment-timeline-block-remark > .title {
	    font-size: 19px;
	}
	.payment-timeline-block-remark > .text {
	    font-size: 16px;
	    padding: 15px 10px;
	}
	.compare-sm-block{
		flex-direction: column;
		border: 0;
	}
	.compare-sm-block > div:nth-child(1){
		border: 0;
	}
	.compare-sm-block{
		width: 100%;
		padding: 0;
	}
	.compare-sm-block img {
	    width: 151px;
	}
	.compare-sm-block .title{
		height: auto;
		min-height: 78px;
		font-size: 21px;
	}
	.compare-sm-block {
	    font-size: 17px;
	    text-align: left;
	    line-height: 1.9;
	}
	.prev-next-btns .btn div{
		font-size: 19px;
	}
	.list-point-blocks, .media-logo-with-title-block{
		flex-direction: column;
		max-width: 100%;
	}
	.media-logo-with-title-block{
		flex-direction: column;
		max-width: 85%;
		padding: 0;
	}
	.list-point-blocks .list-point-block{
		flex: 0 0 auto;
	}
	.media-logo-with-title .media-logo {
	    flex: 0 0 90px;
	}
	.media-logo-with-title{
		text-align: left;
		font-size: 15px;
	}
	.side-img-with-text .side-img.sm-img{
		margin: 0 auto;
	}
	.step-with-list-points .step-list{
		flex-direction: column;
	}
	.step-with-list-points .step-list .label{
		flex: 0 0 auto;
		width: auto;
		padding: 8px 25px;
		border-width: 3px;
		font-size: 16px;
		margin-right: 0;
	}
	.step-with-list-points .step-list:not(:last-child):after{
		display: none;
	}
	.step-with-list-points .step-list .list-point{
		font-size: 16px;
	}
	.step-with-list-points .step-list .list-points{
		padding-left: 5px;
		padding-bottom: 10px;
	}
	.step-with-list-points + .remark{
		text-align: left;
		padding-left: 34px;
	}
	.side-img-with-text .text > .title {
	    font-size: 22px;
	    border-width: 6px;
	    margin-bottom: 16px;
	}
	.side-img-with-text .text .label-with-text {
	    margin: 34px 0;
	}
	.side-img-with-text .text .label-with-text .label{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.side-img-with-text .text .label-with-text{
		flex-direction: column;
	}
	.side-img-with-text .list-point-block{
		margin: 40px auto 0;
	}
	.side-img-with-text .text {
	    font-size: 17px;
	    text-align: justify;
	}
	.bg-ltrt-with-description{
		padding-top: 50vw;
	}
	.bg-ltrt-with-description .bg-elements{
		top: 0;
		height: 50vw;
	}
	.bg-ltrt-with-description .bg-elements .bg:nth-child(1){
		width: 47%;
	}
	.bg-ltrt-with-description .bg-elements .bg:nth-child(2) {
		width: 46%;
	}
	.bg-ltrt-with-description .description, .bg-ltrt-with-description .title{
		max-width: calc(100% - 68px);
		padding: 0;
	}
	.step-with-list-points .step-list .description{
		padding: 10px 0 0;
	}
	.step-with-list-points .step-list:not(:last-child) .description{
		padding-bottom: 30px;
	}
	.theme-side-blocks .theme-side-block,
	.theme-side-blocks .theme-side-block:nth-child(even){
		flex-direction: column;
	}
	.theme-side-blocks .theme-side-block .title{
		padding-bottom: 64%;
	}
	.theme-side-blocks .theme-side-block .title div{
		white-space: normal;
	}
	.theme-side-blocks .theme-side-block .description{
		max-width: 100%;
		padding: 5% 34px 0;
	}
	.theme-side-blocks{
		margin: 3% auto 60px;
	}
	.theme-side-blocks .theme-side-block:nth-child(even){
		margin-top: 30px;
	}
	.full-screen-bg.mobile + .full-screen-bg{
		display: none;
	}
	.list-point-block{
		padding:0 34px;
	}
	.list-point-block .list-points.no-border{
		width: 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.gift-columns{
		display: flex;
		flex-direction: column;
	}
	.gift-col:not(:last-child){
		margin-bottom: 10px;
	}
	.gift-col{
		margin: 0 6.5%;
		font-size: 20px;
		padding: 4% 3% 8.5%;
	}
	.gift-col .icon{
		padding-bottom: 31.25%;
	}
	.full-screen-banner + .side-img-with-text {
	    margin-top: 3em;
	}
	.spacing-0m{
		display: none;
	}
	.step-with-list-points .step-list .title{
		font-size: 23px;
		margin-top: 1em;
		margin-bottom: 0;
	}
	.side-img-with-text .mobile-frame{
		margin: 6% auto;
    	width: 50%;
    	padding-bottom: 100%;
	}
	.side-img-with-text .list-point-block{
		padding: 0;
	}
	.section-title .top-banner.lt-top-banner{
		padding-top: 0;
	}
	.arrow3{
		width: 76px;
		height: 43px;
		margin: 40px auto 50px;
	}
	.quotation-sample .arrow3{
		margin: -22px auto 40px;
	}
	.quotation-sample .preview-title{
		font-size: 19px;
		height: 50px;
		line-height: 50px;
		width: 240px;
	}
	.quotation-sample .preview-title:before{
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}
	.quotation-sample .preview-button{
		margin: 33px 0;
		font-size: 15px;
	}
	.quotation-sample .preview-frame,
	.quotation-sample .preview-block:before,
	.quotation-sample .preview-block:after{
		box-shadow: 0 4px 8px rgb(0 0 0 / 18%);
		padding-bottom: 70%;
	}
	.side-img-with-text .text li .app-btns a{
	    flex: 0 0 45%;
		max-width: 100%;
	}
	.side-img-with-text .text li .app-btns{
	    justify-content: space-between;
	}
	.section-title + .description {
	    text-align: justify;
	}
	.bg-ltrt-with-description {
	    font-size: 17px;
	}
}




@charset "UTF-8";

.pricing{
	margin-bottom: -100px;
	z-index: 2;
}
.pricing-top{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 0;
	padding-top: 32.6%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.pricing-top .title{
	font-size: 64px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translate3d(0, -50%, 0);
}
.pricing-top .title .highlight-orange{
	color: var(--orange-color);
}
.pricing-blocks{
	display: flex;
	margin: -120px auto 0;
	width: 1920px;
	max-width: 100%;
	justify-content: center;
	align-items: stretch;
	position: relative;
	z-index: 1;
}
.pricing-block{
	background-color: #FFF;
	border-radius: var(--big-border-radius);
	border: 1px solid #979797;
	margin: 0 12px;
	flex: 0 0 0;
}
.pricing-block.have-label{
	border: 8px solid var(--orange-color);
}
.pricing-block{
	padding: 40px 0 0;
	color: var(--black-color);
	box-shadow: var(--shadow);
}
.pricing-block .top{
	padding: 0 52px 55px;
	text-align: center;
	position: relative;
	background-image: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/pricing/dash.png);
	background-repeat: repeat-x;
	background-size: 17px;
	background-position: center bottom;
}
.pricing-block .top .title{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 12px;
}
.pricing-block .top .title sup{
	font-size: 15px;
	color: #B5B5B5;
	vertical-align: top;
	font-family: normal;
	line-height: 1.5em;
	top: unset;
}
.pricing-block .top .description{
	font-size: 18px;
	margin-bottom: 30px;
}
.pricing-block .top .price .old{
	font-size: 23px;
	color: #BABABA;
	text-decoration: line-through;
	line-height: 1.1;
	font-family: ;
}
.pricing-block .top .price .new{
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 30px;
	font-weight: 900;
}
.pricing-block .top .price .new .small{
	font-size: .5em;
	display: inline-block;
}
.pricing-block .btn{
	min-width: unset;
	width: 360px;
}
.pricing-block.have-label{
	padding-top: 0;
}
.pricing-block.have-label .top .label{
	background-color: var(--orange-color);
	color: #fff;
	font-weight: bold;
	height: 46px;
	font-size: 26px;
	width: calc(100% + 16px);
	position: absolute;
    top: -61px;
    left: -8px;
    padding-top: 4px;
	border-radius: 0;
    border-top-left-radius: var(--big-border-radius);
    border-top-right-radius: var(--big-border-radius);
	line-height: unset;
}
.pricing-block.have-label .top .label:after{
	content: '';
	position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    height: 42px;
    left: 0;
    top: 100%;
    border-left: 8px solid var(--orange-color);
    border-right: 8px solid var(--orange-color);
}
.pricing-block.have-label{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.pricing-block.have-label .top{
	padding-top: 40px;
}
.pricing-block .bottom{
	padding: 26px 28px 42px;
}
.pricing-block .bottom .big-txt{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 26px;
}
.pricing-block .bottom .big-txt sup{
	font-size: 15px;
	font-weight: 400;
	margin-left: 4px;
	vertical-align: top;
	color: #979797;
	position: absolute;
	line-height: 1.3em;
	top: unset;
}
.pricing-addtional-services .service-card .top sup{
	font-size: 15px;
	font-weight: 400;
	margin-left: 2px;
	vertical-align: top;
	color: #FFF;
	position: absolute;
	line-height: 1.3em;
	top: unset;
}
.tick-list-block{
	text-align: left;
	margin-top: 33px;
}

.tick-list-block .tick-title{
	color: var(--orange-color);
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	padding-bottom: 8px;
}
.tick-list-block .tick-title span{
	background-color: #fff;
	padding-right: 10px;
}
.tick-list-block .tick-title:after{
	content: '';
	z-index: -1;
	width: 100%;
	background-color: var(--orange-color);
	position: absolute;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transform: translate3d(0, -50%, 0);
}
.tick-list-block .tick-title sup,
.tick-list-block .tick-list sup{
	font-size: 15px;
	vertical-align: top;
	color: #979797;
	font-weight: 400;
	margin-left: 2px;
	line-height: 1.1em;
	top: unset;
}
.tick-lists{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}
.tick-lists .tick-list{
	flex:0 0 50%;
	font-size: 19px;
	margin-bottom: 7px;
}
.tick-list{
	position: relative;
	padding-left: 32px;
}
.tick-list:before{
	content: '';
	position: absolute;
	top: -5px;
    left: -7px;
    width: 38px;
    height: 38px;
	background-image:url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/red_tick.png);
	background-size: contain;
}
.big-txt + .tick-list-block{
	margin-top: 0;
}
.tick-list-block + .big-txt,
.tick-short + .big-txt{
	margin-top: 40px;
}
.tips .tick-list{
	font-size: 17px;
	line-height: 25.5px;
	margin-bottom: 0;
}
.tick-short{
	font-size: 20px;
/*	color: var(--orange-color);*/
/*	font-weight: bold;*/
	margin-bottom: 5px;
}
.tick-short .tips{
	color: var(--black-color);
	font-size: 17px;
	max-height: unset;
	padding: 20px;
}
.full-screen-banner .title-with-white-border .section-title{
	min-width: 500px;
	padding: 34px 50px;
}
.pricing-addtional-services{
	margin: -70px auto 0;
	width: 1024px;
	max-width: 90%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
	flex-wrap: wrap;
}
.pricing-addtional-services .service-card{
	background-color: #fff;
	position: relative;
	border-radius: var(--sm-border-radius);
	flex:0 0 calc(50% - 100px);
	border: 1px solid var(--blue-color);
	box-shadow: var(--shadow);
	margin-bottom: 50px;
}
.pricing-addtional-services .service-card:nth-child(1){
	flex: 0 0 calc(100% - 150px);
}
.pricing-addtional-services .service-card .btn{
	min-width: unset;
	height: 54px;
	width: calc(100% - 100px);
	margin: 0 auto;
	max-width: 200px;
}
.pricing-addtional-services .service-card .btn div{
	font-size: 21px;
	line-height: 48px;
    height: 54px;
}
.pricing-addtional-services .service-card{
	margin:0 25px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.service-card-points{
	margin: 30px auto 0;
    max-width: 60%;
    text-align: left;
}
.service-card-points .small{
	font-size: .8em;
}
.pricing-addtional-services .service-card .top{
	background-color: var(--blue-color);
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	height: 130px;
	padding:0 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pricing-addtional-services .service-card .bottom{
	padding-bottom: 30px;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.pricing-addtional-services .service-card .top:before{
	position: absolute;
	top: 6px;
	left: 6px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border:1px solid #E3FCFF;
	content: '';
}
.pricing-addtional-services .service-card .bottom .content{
	font-size: 31px;
    font-weight: bold;
    padding: 20px 50px;
    line-height: 1.2;
    flex: 1 0 auto;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.pricing-addtional-services .service-card .bottom .content .small{
	font-size: .5em;
	display: inline-block;
	margin-left: 4px;
	line-height: 1;
}
.pricing-addtional-services .service-card .bottom .content .middle{
	font-size: .7em;
	display: inline-block;
}
.pricing-compare-blocks .pc-th .pc-tb .btn{
	height: auto;
}
.price-cards{
	display: flex;
	max-width: 90%;
	width: 1530px;
	margin:60px auto -60px;
	justify-content: center;
}
.price-card{
	border: 1px solid #979797;
	border-radius: var(--sm-border-radius);
	box-shadow: var(--shadow);
	padding: 80px 92px;
	flex: 0 0 60%;
}
.price-card .top{
	text-align: left;
}
.price-card .top .title{
	font-size: 56px;
	font-weight: 900;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.price-card .top .description{
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 1.2;
}
.price-card .top .title:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: var(--orange-color);
    top: 100%;
    left: 0;
    margin-top: 8px;
}
.price-card .top .title .highlight-orange{
	color: var(--orange-color);
}
.price-card .top .title sup{
	font-size: 16px;
	vertical-align: top;
	color: #B5B5B5;
	font-weight: 400;
	line-height: 1.3em;
	top: unset;
}
.price-card .top .title sup.plus{
	font-size: 30px;
	color: var(--black-color);
	font-weight: 900;
	vertical-align: super;
}
.price-card .top .price{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 15px;
}
.price-card .top .price .small{
	display: inline-block;
	font-size: 22px;
	margin-left: 8px;
}
.price-card .top .btn{
	min-width: 300px;
	text-align: center;
	height: auto;
}
.price-card .top .btn + .cta-label{
	margin-bottom: 60px;
}
.price-card .top .btn div{
	height: 56px;
	font-size: 23px;
	line-height: 54px;
}
.price-card .bottom{
	text-align: left;
}
.price-card .bottom .big-txt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.price-card .bottom .tick-list .small{
	font-size: .8em;
}
.price-card .bottom .long-txt{
	font-size: 22px;
	font-weight: bold;
}
.price-set-with-banner{
	max-width: 100%;
	width: 1920px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
.price-set-with-banner .price-set{
	position: relative;
	margin:0 auto;
	background-color: #fff;
	border-radius: var(--sm-border-radius);
	border: 1px solid #979797;
	box-shadow: var(--shadow);
	width: 944px;
	padding: 75px;
}
.price-set-with-banner .price-set-price{
	margin: 30px auto 60px;
	display: flex;
	justify-content: center;
	font-size: 57px;
	font-weight: 900;
	align-items: center;
	color: var(--orange-color);
	position: relative;
}
.price-set-with-banner .price-set-price > div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.price-set-with-banner .remark{
	margin-top: 30px;
}
.price-set-with-banner .price-set-price .middle{
	font-size: 25px;
	font-weight: 400;
	margin-right: 14px;
	color: var(--black-color);
}
.price-set-with-banner .price-set-price:after{
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	transform: translate3d(-50%, 0, 0);
	content: '';
	background-color: var(--orange-color);
	z-index: -1;
}
.price-set > .title{
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 4px;
	display: inline-block;
}
.price-set > .title sup{
	font-size: 15px;
	color: #979797;
	font-weight: normal;
	vertical-align: top;
	position: absolute;
	line-height: 2em;
	top: unset;
}
.price-set > .title:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 100%;
	height: 8px;
	background-color: var(--orange-color);
	left: 0;
}
.price-set > .description{
	font-size: 23px;
	padding-bottom: 30px;
}
.price-set-lists, .price-set-price{
	width: 548px;
	margin:0 auto;
}
.price-set-list{
	border-radius: var(--sm-border-radius);
	border: 1px solid #D2D2D2;
	padding: 24px 35px 24px 48px;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
}
.price-set-list .remark{
	font-size: 21px;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10px;
}
.price-set-list:not(:last-child){
	margin-bottom: 18px;
}
.price-set-list .title{
	position: relative;
	padding-left: 24px;
}
.price-set-list .title:before{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background-color: var(--orange-color);
	transform: rotate(45deg);
	top: 14px;
	left: -12px;
}
.pricing-compare-blocks{

}
.pricing-compare-blocks .pc-tbody{
	width: 1440px;
	max-width: 100%;
	margin:0 auto 25px;
}
.pricing-compare-blocks .pc-th{
	display: flex;
	justify-content: flex-end;
	width: 1440px;
	max-width: 100%;
	margin:0 auto;
	padding-bottom: 25px;
	position: relative;
}
.pricing-compare-blocks .pc-top{
	position: sticky;
	top: 90px;
	z-index: 1;
	background-color: #fff;
	width: 1440px;
	max-width: 100%;
	margin:0 auto;
}
/*.pricing-compare-blocks .pc-th.sticky .btn,
.pricing-compare-blocks .pc-th.sticky .cta-label{
	display: none;
}
.pricing-compare-blocks .pc-th.sticky .price{
	margin-bottom: 0;
}*/
.pricing-compare-blocks .pc-th .pc-tb:nth-child(1){
	flex:0 0 19%;
}
.pricing-compare-blocks .pc-th .pc-tb:nth-child(2){
	flex:0 0 27%;
}
.pricing-compare-blocks .pc-th .pc-tb:nth-child(3){
	flex:0 0 27%;
}
.pricing-compare-blocks .pc-th .pc-tb:nth-child(4){
	flex:0 0 27%;
}
.pricing-compare-blocks .pc-th .pc-tb .btn{
	min-width: auto;
}
.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
	background-color: #fff;
	border-radius: var(--big-border-radius);
	padding:36px 45px 26px;
	border: 8px solid #fff;
	display: flex;
	flex-direction: column;
}
.pricing-compare-blocks .pc-th .title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 34px;
}
.pricing-compare-blocks .pc-th .title sup{
	font-size: 15px;
	vertical-align: top;
	color: #979797;
	line-height: 1.1em;
	top: unset;
}
.pricing-compare-blocks .pc-th .description{
	margin-bottom: 28px;
	font-size: 14px;
}
.pricing-compare-blocks .pc-th .price{
	margin-bottom: 32px;
	flex:1 0 auto;
}
.pricing-compare-blocks .pc-th .price .old{
	color: #BABABA;
	text-decoration: line-through;
}
.pricing-compare-blocks .pc-th .price .new{
	font-size: 30px;
	font-weight: bold;
}
.pricing-compare-blocks .pc-th .btn{
	min-width: 100% !important;
}
.pricing-compare-blocks .pc-th .btn div{
	font-size: 23px;
	line-height: 55px;
	height: 57px;
}
.pricing-compare-blocks .pc-th .price .new .small{
	font-size: 16px;
	display: inline-block;
}
.pricing-compare-blocks .pc-th .have-label .label{
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: var(--orange-color);
	top: 0;
	left: 0;
	padding-bottom: 8px;
	font-size: 21px;
	border-top-right-radius: var(--mid-border-radius);
	border-top-left-radius: var(--mid-border-radius);
}
.pricing-compare-blocks .pc-th .pc-tb.have-label{
	border: 8px solid var(--orange-color);
	position: relative;
}
.pricing-compare-blocks .pc-tbody{
	display: flex;
}
.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(1){
	text-align: left;
	flex:0 0 19%;
}
.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(2){
	flex:0 0 27%;
}
.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(3){
	flex:0 0 27%;
}
.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(4){
	flex:0 0 27%;
}
.pc-tb-title{
	font-size: 30px;
	font-weight: bold;
}
.pricing-compare-blocks .pc-tbody .pc-tb .hr{
	width: 100%;
	height: 1px;
	background-color: #979797;
	margin-top: 26px;
	margin-bottom: 36px;
}
.pricing-compare-blocks .pc-tbody .pc-tb-title{
	margin-bottom: 20px;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .title{
	font-size: 24px;
	font-weight: bold;
	color: var(--orange-color);
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .title:before{
	content: '';
	position: absolute;
	left: 45px;
	display: block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/ic_arrow_down.png) center center no-repeat;
    background-size: contain;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .title.open:before{
	transform: rotate(180deg);
}
.pricing-compare-blocks .pc-tbody .pc-tb-title{
	padding-right: 40px;
	text-align: right;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb{
	text-align: right;
	padding-right: 40px;
}
.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb{
	padding-right: 0;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .title{
	padding-bottom: 5px;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title{
	margin-bottom: 10px;
	font-size: 19px;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title sup{
	position: absolute;
	font-weight: 400;
	font-size: 15px;
	margin: 6px 0 0 2px;
	color: #979797;
	top: unset;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-titles{
	margin: 10px auto;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb + .pc-sub-tb{
	margin-top: 20px;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb + .pc-tb-title{
	margin-top: 30px;
}
.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb > div{
	height: 28.5px;
	margin-bottom: 10px;
}
.pricing-compare-blocks .pc-tbody  .pc-tb + .pc-tb hr + .pc-sub-tb{
	margin:10px 0;
}
.pricing-compare-blocks .pc-tbody  .pc-tb + .pc-tb .pc-sub-tb [data-type="dot"]{
	height: 41px;
}
.pricing-compare-blocks .pc-sub-tb [data-type="dot"][data-count="5"]{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/pricing/dot5.png) center center no-repeat;
	background-size: 50%;
}
.pricing-compare-blocks .pc-sub-tb [data-type="dot"][data-count="0"]{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/pricing/dot0.png) center center no-repeat;
	background-size: 50%;
}
.pricing-compare-blocks .pc-sub-tb [data-type="dot"][data-count="2"]{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/pricing/dot2.png) center center no-repeat;
	background-size: 50%;
}
.pricing-compare-blocks .pc-tbody .pc-sub-tb .title sup{
	position: absolute;
	color: #979797;
	font-weight: 400;
	font-size: 15px;
	margin: -14px -10px 0 0;
	top: unset;
}
.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb + .hr{
	margin-top: 56px;
	margin-bottom: 37px;
}
.pricing-compare-blocks .pc-sub-tb [data-type="tick"][data-count="1"]{
	background: url(https://d2350fb44r6k35.cloudfront.net/assets/images/revamp/red_tick.png) center center no-repeat;
	background-size: 34px;
}
.pricing-compare-blocks .pc-sub-tb [data-type="tick"][data-count="0"]{
	position: relative;
}
.pricing-compare-blocks .pc-sub-tb [data-type="tick"][data-count="0"]:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 10px;
	height: 2px;
	background-color: #979797;
}
.price-set-with-banner + .description + .tnc-blocks{
	padding:50px 0 0;
	width: 940px;
	max-width: 90%;
	margin:0 auto;
}
.price-set-with-banner + .description + .tnc-blocks .title{
	font-size: 30px;
	margin-bottom:30px;
}
.price-set-with-banner + .description + .tnc-blocks ol{
	text-align: left;
	font-size: 14px;
}
.price-set-with-banner + .description + .tnc-blocks ol li:not(:last-child){
	margin-bottom: 10px;
}
[data-tb-id] [data-type="tick"],
[data-tb-id] + .sub-titles{
	display: none;
}
[data-tb-id].open [data-type="tick"],
[data-tb-id].open + .sub-titles{
	display: block;
}
sup{
	font-weight: normal;
}
@media only screen and (max-width: 1600px){
	.pricing-top .title{
		font-size: 54px;
	}
	.pricing-block .top .title {
	    font-size: 28px;
	    margin-bottom: 10px;
	}
	.pricing-block .top .description {
	    font-size: 16px;
	    margin-bottom: 27px;
	}
	.pricing-block .top .title sup{
		font-size: 13px;
	}
	.pricing-block .top .price .old{
		font-size: 19px;
	}
	.pricing-block .top .price .new{
		font-size: 30px;
    	margin-bottom: 25px;
	}
	.pricing-block .btn{
		width: 290px;
		height: 60px;
	}
	.pricing-block .btn div{
		font-size: 23px;
		height: 60px;
		line-height: 58px;
	}
	.pricing-block .top{
		background-size: 15px;
		padding: 0 40px 49px;
	}
	.pricing-block .bottom .big-txt{
		font-size: 24px;
	}
	.tick-list-block .tick-title{
		font-size: 17px;
	}
 	.tick-lists .tick-list{
		font-size: 16px;
		padding-left: 23px;
	}
	.tick-list:before{
		width: 32px;
		height: 32px;
	}
	.tick-list-block .tick-title span{
		padding-right: 7px;
	}
	.tick-list-block{
		margin-top: 24px;
	}
	.tick-list-block .tick-title sup, .tick-list-block .tick-list sup{
		font-size: 12px;
	}
	.pricing-block.have-label .top .label{
		height: 41px;
	    font-size: 20px;
	    position: absolute;
	    top: -61px;
	    padding-top: 5px;
	    width: calc(100% + 8px);
    	left: -4px;
	}
	/*.pricing-block.have-label .top{
		font-size: 32px;
	}*/
	.tick-short{
		font-size: 16px;
	}
	.pricing-block .bottom .big-txt sup{
		font-size: 13px;
		margin-left: 2px;
	}
	.pricing-addtional-services .service-card .top sup{
		font-size: 13px;
	}
	.pricing-block.have-label, .pricing-block.have-label .top .label:after{
		border-width: 4px;
		width: 100%;
		left: 0px;
	}
	.tick-short .tips{
		font-size: 14px;
		padding-left: 24px;
	}
	.tick-list{
		padding-left: 24px;
	}
	.tick-list:before{
		width: 28px;
    	height: 28px;
    	top: -2px;
    	left: -4px;
	}
	.tick-short .tooltips{
		width: 14px;
    	height: 14px;
    	margin: 0 4px;
	}
	.tick-short .tooltips:before{
		font-size: 12px;
		width: 14px;
    	height: 14px;
	}
	.tooltips {
		line-height: 22px;
	}
	.tips .tick-list{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.pricing-compare-blocks .pc-th .price .new{
		font-size: 27px;
	}
	.pricing-compare-blocks .pc-th .pc-tb.have-label{
		border-width: 4px;
	}
	.pricing-compare-blocks .pc-th .price,
	.pricing-compare-blocks .pc-th .description{
		margin-bottom: 20px;
	}
	.pricing-compare-blocks .pc-th .title {
	    font-size: 25px;
	    margin-bottom: 10px;
	    padding-top: 28px;
	}
	.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
		padding-bottom: 18px;
	}
	.pricing-compare-blocks .pc-th .have-label .label{
		font-size: 18px;
	}
	.pc-tb-title{
		font-size: 25px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title{
		font-size: 21px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title {
	    margin-bottom: 6.5px;
	    font-size: 17px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-titles {
	    margin: 4px auto;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title:before{
		width: 31px;
		height: 31px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb .hr{
		margin-top: 19px;
		margin-bottom: 37px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb [data-type="dot"]{
		height: 36px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb > div{
		margin-bottom: 7px;
		height: 25px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb + .hr{
		margin-top: 51px;
		margin-bottom: 36px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title sup,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title sup{
		font-size: 13px;
		position: absolute;
		top: unset;
	}
	.pricing-addtional-services .service-card{
		margin: 0 25px 50px;
	}
	.pricing-addtional-services .service-card .top{
		font-size: 29px;
		height: 120px;
	}
	.pricing-addtional-services .service-card .bottom .content{
		font-size: 27px;
		padding: 16px 25px;
	}
	.pricing-addtional-services .service-card .btn div {
	    font-size: 18px;
	    line-height: 43px;
	    height: 50px;
	}
	.pricing-addtional-services .service-card .bottom{
		padding-bottom: 24px;
	}
	.price-card{
		padding: 70px 78px;
	}
	.price-card .top .title{
		font-size: 47px;
		margin-bottom: 43px;
	}
	.price-card .top .description {
	    font-size: 20px;
	    margin-bottom: 42px;
	    line-height: 1.2;
	}
	.price-card .top .price {
	    font-size: 43px;
	}
	.price-card .top .btn {
	    min-width: 270px;
	}
	.price-card .bottom .long-txt{
		font-size: 19px;
	}
	.price-card .bottom .big-txt{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.price-set > .title{
		font-size: 38px;
		margin-bottom: 33px;
		padding-bottom: 2px;
	}
	.price-card .top .title:after, .price-set > .title:after{
		height: 6px;
	}
	.price-set > .title sup{
		font-size: 13px;
	}
	.price-set > .description {
	    font-size: 19px;
	    padding-bottom: 26px;
	}
	.price-set-with-banner{
		padding: 7% 0;
	}
	.price-set-list{
		font-size: 23px;
		padding: 17px 30px 20px 45px;
	}
	.price-set-list .remark {
    	font-size: 18px;
    	margin-top: 4px;
    	margin-left: 8px;
    }
    .price-set-list .title{
    	padding-left: 18px;
    }
    .price-set-list .title:before{
	    width: 10px;
	    height: 10px;
	    top: 12px;
	    left: -14px;
    }
    .price-set-with-banner .price-set-price .middle{
    	font-size: 20px;
    }
    .price-set-with-banner .price-set-price{
    	font-size: 46px;
    }
    .price-set-with-banner .price-set-price {
	    margin: 20px auto 40px;
	}
	.price-set-with-banner .price-set,
	.price-set-with-banner + .description + .tnc-blocks{
		width: 860px;
	}
}
@media only screen and (max-width: 1440px){
	.pricing-top .title{
		font-size: 45px;
		left: 12%;
	}
	.pricing-block{
		border-radius: var(--mid-border-radius);
	}
	.pricing-block.have-label .top .label{
		border-top-left-radius: var(--mid-border-radius);
    	border-top-right-radius: var(--mid-border-radius);
	}
	.pricing-blocks{
		margin-top:-90px;
	}
	.pricing-block .top .description {
	    font-size: 14px;
	    margin-bottom: 25px;
	}
	.pricing-block .top .title {
	    font-size: 26px;
	    margin-bottom: 8px;
	}
	.pricing-addtional-services .service-card .bottom .content{
		font-size: 24px;
	}
	.pricing-addtional-services .service-card .top {
	    font-size: 24px;
	    height: 115px;
	}
	.price-card {
	    padding: 56px 68px;
	}
	.price-card .top .title {
	    font-size: 42px;
	    margin-bottom: 39px;
	}
	.price-card .top .title sup {
	    font-size: 14px;
	}
	.price-card .top .description {
	    font-size: 18px;
	    margin-bottom: 32px;
	}
	.price-card .top .price {
	    font-size: 40px;
	}
	.price-card .top .btn {
	    min-width: 250px;
	}
	.price-card .top .btn div {
	    height: 53px;
	    font-size: 20px;
	    line-height: 50px;
	}
	.price-card .bottom .long-txt {
	    font-size: 17px;
	}
	.price-card .top .title sup.plus{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1280px){
	.full-screen-banner .title-with-white-border .section-title{
		min-width: 420px;
	}
	.pricing-top .title {
	    font-size: 35px;
	}
	.pricing-block .btn {
	    width: 210px;
	    height: 50px;
	}
	.pricing-block .btn div {
	    font-size: 18px;
	    height: 46px;
    	line-height: 44px;
	}
	.pricing-blocks {
	    margin-top: -50px;
	}
	.pricing-block{
		margin:0 7px;
		padding: 30px 0 0;
	}
	.pricing-block .top {
	    background-size: 10px;
	    padding: 0px 40px 40px;
	}
	.pricing-block .top .title {
	    font-size: 21px;
	    margin-bottom: 7px;
	}
	.pricing-block .top .title sup {
	    font-size: 12px;
	}
	.pricing-block .top .price .old {
	    font-size: 16px;
	}
	.pricing-block .top .price .new {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.pricing-block.have-label .top {
	    padding-top: 29px;
	}
	.pricing-block.have-label .top .label {
	    height: 35px;
	    font-size: 16px;
	    top: -53px;
	}
	.pricing-block .bottom .big-txt {
	    font-size: 18px;
	    margin-bottom: 16px;
	}
	.tick-list-block .tick-title {
	    font-size: 14px;
	}
	.pricing-block .bottom {
	    padding: 24px 25px 32px;
	}
	.tick-lists .tick-list {
	    font-size: 13px;
	    padding-left: 21px;
	    margin-bottom: 6px;
	}
	.tips .tick-list{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.tick-list:before {
	    width: 24px;
	    height: 24px;
	}
	.tick-list-block {
	    margin-top: 16px;
	}
	.tick-list-block + .big-txt, .tick-short + .big-txt {
	    margin-top: 30px;
	}
	.tick-list-block .tick-title sup{
		font-size: 12px;
	    margin-top: -4px;
	    line-height: 1;
	}
	.tick-list-block .tick-list sup {
	    font-size: 12px;
	    margin-top: -4px;
	    line-height: 1;
	}
	.tick-short {
	    font-size: 14px;
	}
	.pc-tb-title {
	    font-size: 20px;
	}
	.pricing-compare-blocks .pc-th .title {
	    font-size: 20px;
	    margin-bottom: 8px;
	    padding-top: 24px;
	}
	.pricing-compare-blocks .pc-th .title sup {
	    font-size: 12px;
	}
	.pricing-compare-blocks .pc-th .price .new {
	    font-size: 22px;
	}
	.pricing-compare-blocks .pc-th .price .new .small {
	    font-size: 13px;
	}
	.pricing-compare-blocks .pc-th .btn div {
	    font-size: 17px;
	    line-height: 44px;
	    height: 47px;
	}
	.pricing-compare-blocks .pc-th .pc-tb .btn{
		height: auto;
	}
	.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
		padding: 36px 28px 26px;
		border-radius: var(--mid-border-radius);
	}
	.pricing-compare-blocks .pc-th .have-label .label{
		border-top-right-radius: var(--sm-border-radius);
		border-top-left-radius: var(--sm-border-radius);
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title {
	    font-size: 16px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title:before {
	    width: 27px;
	    height: 27px;
	    margin-right: 7px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb-title,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb{
		padding-right: 20px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb-title {
	    margin-bottom: 10px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb .hr{
		margin-bottom: 18px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb > div {
	    margin-bottom: 7px;
	    height: 19px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb [data-type="dot"]{
		height: 29px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb + .hr {
	    margin-top: 48px;
	    margin-bottom: 21px;
	}
	.page-pricing .remark{
		font-size: 13px;
	}
	.pricing-addtional-services{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px){
	.pricing-addtional-services{
		margin: -50px auto 20px;
	}
	.pricing-addtional-services .service-card .btn div {
	    font-size: 14px;
	    line-height: 35px;
	    height: 42px;
	}
	.pricing-addtional-services .service-card .btn{
		height: 42px;
		width: 64%;
	}
	.pricing-addtional-services .service-card .bottom .content {
	    font-size: 21px;
	}
	.pricing-addtional-services .service-card .top {
	    font-size: 22px;
	    height: 105px;
	}
	.price-card .top .title {
	    font-size: 32px;
	    margin-bottom: 33px;
	}
	.price-card .top .title:after, .price-set > .title:after {
    	height: 5px;
    	margin-top: 2px;
	}
	.price-card .top .description {
	    font-size: 14px;
	    margin-bottom: 22px;
	}
	.price-card .top .price{
		font-size: 32px;
	}
	.price-card {
	    padding: 46px 48px;
	}
	.price-card .top .btn div {
	    height: 43px;
	    font-size: 16px;
	    line-height: 40px;
	}
	.price-card .top .btn {
	    min-width: 190px;
	}
	.price-card .bottom .big-txt {
	    font-size: 20px;
	    margin-bottom: 9px;
	}
	.price-card .top .title sup.plus {
	    font-size: 18px;
	}
	.tick-lists .tick-list{
		flex: 0 0 44%;
	}
	.tick-lists .tick-list:nth-child(even){
		flex: 0 0 56%;
	}
	.tips .tick-list{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.price-card .bottom .long-txt {
	    font-size: 14px;
	}
	.price-set-with-banner .price-set, .price-set-with-banner + .description + .tnc-blocks{
		max-width: 87%;
		padding: 45px;
	}
	.price-set-lists, .price-set-price{
		width: 448px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title:before{
		left: 3px;
	}
}
@media only screen and (max-width: 768px){
	.full-screen-banner .title-with-white-border .section-title{
		min-width: 330px;
		padding: 24px 40px;
	}
	.pricing-addtional-services{
		margin: -30px auto 20px;
		flex-wrap: wrap;
	}
	.pricing-addtional-services .service-card {
	    margin: 0 10px 20px;
	    flex: 0 0 calc(50% - 40px);
	}
	.pricing-addtional-services .service-card:nth-child(1) {
	    flex: 0 0 calc(100% - 60px);
	}
	.price-cards{
		max-width: 95%;
    	margin: 50px auto -50px;
	}
	.price-card {
	    padding: 34px 35px;
	    flex: 0 0 calc(50% - 10px);
	    border-radius: var(--mid-border-radius);
	}
	.price-card .top .title {
	    font-size: 27px;
	    margin-bottom: 26px;
	}
	.price-card .top .title sup {
	    font-size: 12px;
	}
	.price-card .top .description {
	    font-size: 12px;
	    margin-bottom: 18px;
	}
	.price-card .top .price {
	    font-size: 28px;
	}
	.price-card .top .price .small {
	    font-size: 18px;
	    margin-left: 6px;
	}
	.price-card .top .title sup.plus {
	    font-size: 16px;
	}
	.price-card .bottom .big-txt {
	    font-size: 17px;
	}
	.tick-lists .tick-list,
	.tick-lists .tick-list:nth-child(even){
	    flex: 1 1 46%;
	}
	.tick-lists .tick-list:nth-child(odd){
		margin-right: 0;
		flex: 1 1 46%;
	}
	.tips .tick-list{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.price-card .top .btn + .cta-label{
		margin-bottom: 40px;
	}
	.price-card .bottom .long-txt {
	    font-size: 12px;
	}
	.price-set > .title {
	    font-size: 28px;
	    margin-bottom: 29px;
	    padding-bottom: 0px;
	}
	.price-set > .title sup {
	    font-size: 12px;
	}
	.price-set > .description {
	    font-size: 14px;
	    padding-bottom: 21px;
	}
	.price-set-list{
		font-size: 20px;
    	padding: 14px 20px 14px 30px;
	}
	.price-set-list:not(:last-child) {
	    margin-bottom: 10px;
	}
	.page-pricing .remark {
	    font-size: 12px;
	    margin-top: 0px;
    	margin-left: 8px;
	}
	.price-set-list .title {
	    padding-left: 15px;
	}
	.price-set-list .title:before {
	    width: 8px;
	    height: 8px;
	    top: 11px;
	    left: -8px;
	}
	.price-set-with-banner .price-set-price .middle {
	    font-size: 16px;
	}
	.price-set-with-banner .price-set-price {
	    font-size: 36px;
	}
	.price-set-with-banner .price-set-bg{
		padding-bottom:70%;
	}
	.page-pricing .btn + .remark{
		margin-top: 15px;
	}
	.price-set-with-banner + .description + .tnc-blocks .title {
	    font-size: 25px;
	    margin-bottom: 25px;
	}
	.price-set-with-banner + .description + .tnc-blocks{
		padding-bottom: 0;
	}
	.pricing-blocks{
		flex-direction: column;
		align-items: center;
		max-width: 90%;
		margin-bottom: -50px;
	}
	.tick-lists .tick-list:nth-child(odd){
		margin-right: 0;
	}
	.pricing-blocks .tick-lists{
		grid-gap: 10px 20px;
	}
	.pricing-block.have-label{
		margin-top: 83px;
		margin-bottom: 30px;
	}
	.remark-blue-block + .description.align-center{
		text-align: center;
	}
	#sec0.pricing{
		padding-top: 140px;
	}

	.pricing-compare-blocks .pc-th .description,
	.pricing-compare-blocks .pc-th .pc-tb:nth-child(1){
		display: none;
	}
	.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
		padding: 6px 20px;
	}
	.pricing-compare-blocks .pc-th .have-label .label{
	    font-size: 13px;
	    padding-bottom: 2px;
	    border-top-left-radius: var(--sm-border-radius);
	    border-top-right-radius: var(--sm-border-radius);
	}
	.pricing-compare-blocks .pc-th .title {
	    font-size: 17px;
	    margin-bottom: 0px;
	    padding-top: 9px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(2),
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(3),
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(4){
		flex:0 0 calc(100% - 210px);
		display: none;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(2){
		display: block;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(1){
		flex:0 0 210px;
	}
	.pricing-compare-blocks .pc-th{
		justify-content: space-between;
	}
	.pricing-compare-blocks .pc-th .pc-tb:nth-child(2),
	.pricing-compare-blocks .pc-th .pc-tb:nth-child(3),
	.pricing-compare-blocks .pc-th .pc-tb:nth-child(4){
		flex:0 0 32.3%;
	}
	.pricing-compare-blocks {
	    max-width: calc(100% - 32px);
	    margin:0 auto;
	}
	.pricing-compare-blocks .pc-th .title{
		padding: 6px 0;
	}
	.pricing-compare-blocks .pc-sub-tb [data-type="dot"]{
		background-size: auto 100% !important;
	}
	.pricing-compare-blocks .pc-th{
		align-items: flex-end;
	}
	.pricing-compare-blocks .pc-th .pc-tb.have-label .title{
		padding-top: 26px;
	}
	.pricing-compare-blocks .pc-th .pc-tb,
	.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
		border:4px solid #eee;
	}
	.pricing-compare-blocks .pc-th .pc-tb.current{
		border-color: var(--orange-color);
		border-width: 4px;
		position: relative;
	}
	.pricing-compare-blocks .pc-th .pc-tb.current:after{
		width: 0;
		height: 0;
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		border-style: solid;
		border-width: 13px 12px 0 12px;
		border-color: var(--orange-color) transparent transparent transparent;
	}
	.pricing-compare-blocks .pc-th .pc-tb.have-label:not(.current){
		border:4px solid #eee;
	}
	.price-cards{
		flex-direction: column;
	}
	.price-card{
		flex:0 0 auto;
	}
	.price-card:not(:nth-child(1)){
		margin-top: 20px;
	}
	.price-set-lists, .price-set-price{
		max-width: 80%;
	}
	.price-set-with-banner{
		padding: 30px 0;
	}
}
@media only screen and (max-width: 640px){
	#sec0.pricing{
		padding-top: 0;
	}
	.pricing-top .title {
	    font-size: 25px;
	}
	.pricing-blocks {
	    margin-top: -20px;
	    margin-bottom: 60px;
	}
	.tick-lists .tick-list{
		margin-bottom: 0;
		padding-left: 18px;
	}
	.tips .tick-list{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.pricing-top{
		padding-top:42.6%;
		background-position: 64% 0;
	}
	.tick-list-block {
	    margin-top: 20px;
	}
	.pricing-block.have-label .top {
	    padding-top: 10px;
	}
	.pricing-block.have-label .top .label:after{
		height: 22px;
	}
	.pricing-block .top{
		padding:0 10px 30px;
	}
	.pricing-block .top .price .new{
		margin-bottom: 15px;
	}
	.tooltips:hover .tips {
	    display: block;
	    right: 0;
	    transform: translate3d(0,0,0);
	    left: auto;
	}
	.tick-short .tooltips:hover .tips{
		left: -145px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(1) {
	    flex: 0 0 145px;
	    display: block;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(2),
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(3),
	.pricing-compare-blocks .pc-tbody .pc-tb:nth-child(4) {
	    flex: 0 0 calc(100% - 145px);
	    display: none;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb.current{
		display: block;
	}
	.pc-tb-title {
	    font-size: 18px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb-title,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb {
	    padding-right: 12px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title:before {
	    width: 22px;
	    height: 27px;
	    margin-right: 4px;
	    left: 0;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb .hr{
		margin-top: 15px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb .hr {
	    margin-bottom: 22px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title sup,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title sup {
	    font-size: 12px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title sup{
		margin-top: -2px;
		margin-left: 2px;
		color: #979797;
		line-height: 1.1em;
		top: unset;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb [data-type="dot"] {
	    height: 22px;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb > div {
	    margin-bottom: 7px;
	    height: 18px;
	}
	.pricing-addtional-services .service-card {
	    flex: 0 0 280px;
	    margin: 0;
	}
	.pricing-addtional-services .service-card .top {
	    font-size: 21px;
	    height: 85px;
	}
	.price-cards {
	    max-width: 90%;
	    margin: 20px auto -50px;
	}
	.price-card .top .description {
	    font-size: 14px;
	    margin-bottom: 18px;
	}
	.price-card{
		margin-bottom: 20px;
		padding: 30px;
	}
	.price-card .big-txt:nth-child(1) + .tick-list-block .tick-lists .tick-list{
		flex: 1 0 100%;
	}
	.price-card .bottom .long-txt{
		font-size: 13px;
	}
	.price-set-with-banner .price-set, .price-set-with-banner + .description + .tnc-blocks{
		max-width: calc(100% - 32px);
	}
	.price-set-with-banner .price-set, .price-set-with-banner + .description + .tnc-blocks {
	    max-width: calc(100% - 32px);
	    position: relative;
	    top: 0;
	    transform: translate3d(0,0,0);
	    left: 0;
	    margin:0 auto;
	}
	.price-set-with-banner {
	    padding: 48px 0;
	}
	.price-set-with-banner .price-set, .price-set-with-banner + .description + .tnc-blocks {
	    padding: 30px;
	}
	.price-set > .title {
	    font-size: 23px;
	    margin-bottom: 24px;
	}
	.price-card .top .title:after, .price-set > .title:after {
	    height: 4px;
	    margin-top: 1px;
	}
	.price-set-lists, .price-set-price {
	    max-width: 100%;
	}
	.price-set-list {
	    font-size: 18px;
	    padding: 10px 10px 10px 27px;
	}
	.price-set-list .title:before {
	    width: 7px;
	    height: 7px;
	    top: 9px;
	    left: -10px;
	}
	.price-set-list .title {
	    padding-left: 9px;
	}
	.page-pricing .remark{
		margin-left: 2px;
	}
	.price-set-with-banner .price-set-price {
	    font-size: 27px;
	}
	.price-set-with-banner .price-set-price {
	    margin: 15px auto 28px;
	}
	.price-set-with-banner .price-set-price > div{
		padding:0 10px;
	}
	.price-set-with-banner .price-set-price .middle {
	    font-size: 15px;
	    margin-right: 9px;
	}
	.price-set-with-banner + .description + .tnc-blocks .title {
	    font-size: 22px;
	    margin-bottom: 21px;
	}
	.price-set-with-banner + .description + .tnc-blocks{
		padding-bottom: 0;
	}
	.price-set-with-banner .price-set-bg{
		display: none;
	}
	.price-set-with-banner .price-set{
		position: relative;
	}
	.price-set-with-banner:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 70%;
		/* background-color: #acbcae; */
	    z-index: -1;
	    top: 50%;
	    left: 50%;
	    transform: translate3d(-50%, -50%, 0);
	}
	.pricing-compare-blocks {
	    max-width: 100%;
	    position: relative;
	}
	.pricing-compare-blocks .pc-tbody{
		max-width: calc(100% - 32px);
	}
	.pricing-compare-blocks .pc-th .title {
	    font-size: 16px;
	    padding: 6px 24px;
	}
	.pricing-compare-blocks .pc-th{
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		grid-gap: 0 5px;
		margin:5px auto;
		max-width: 100%;
	    padding: 30px 50px 20px;
	    scroll-snap-type: x mandatory;
	    flex-flow: row nowrap;
	    display: flex;
	    overflow: auto;
	    direction: ltr;
	}
	.pricing-compare-blocks .pc-top{
		top: 0;
	}
	.pc-th-label{
		position: absolute;
	    z-index: 2;
	    text-align: center;
	    width: 100%;
	    font-size: 14px;
	    top: 0;
	    display: block;
	    margin: 0 auto;
	    padding: 5px 0;
	    background: #FFF;
	}
	.pricing-compare-blocks .pc-th .pc-tb{
		scroll-snap-align: center;
		flex:1 0 100% !important;
	}
	.pricing-compare-blocks .pc-th .pc-tb:nth-child(2), .pricing-compare-blocks .pc-th .pc-tb:nth-child(3), .pricing-compare-blocks .pc-th .pc-tb:nth-child(4){
		flex: 0 0 auto;
	}
	.pricing-compare-blocks .pc-th .pc-tb:not(:nth-child(1)){
		border-radius: var(--mid-border-radius);
		padding:12px 30px;
	}
	.pricing-compare-blocks .pc-th .btn div{
		font-size: 20px;
	}
	.pricing-compare-blocks .pc-th .have-label .label{
		border-top-right-radius: 11px;
		border-top-left-radius: 11px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb + .pc-sub-tb {
	    margin-top: 0px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-titles{
		margin: 0 auto;
	}
	.pricing-compare-blocks .pc-tbody .pc-tb + .pc-tb .pc-sub-tb + .hr{
		margin-top: 50px;
		margin-bottom: 22px;
	}
	.pricing-block .top .title sup,
	.pricing-block .bottom .big-txt sup,
	.tick-list-block .tick-title sup, .tick-list-block .tick-list sup,
	.pricing-compare-blocks .pc-th .title sup,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title sup,
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title sup,
	.price-card .top .title sup,
	.price-set > .title sup{
		font-size: 12px;
		margin-left:2px;
		line-height: 1;
		margin-top: -1px;
		font-weight: normal;
		top: unset;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .title sup{
		margin-top:-9px;
	}
	.pricing-compare-blocks .pc-tbody .pc-sub-tb .sub-title{
		height: 20px;
	}
	.price-set-with-banner + .description + .tnc-blocks ol{
		text-align: justify;
		margin-right: -16px;
	}
	.pc-th::-webkit-scrollbar {
	    -webkit-appearance: none;
	}
	.pc-th-label .prevnext{
		position: relative;
		top: 100px;
	}
	.pc-th-label .prevnext .pc-btn{
		position: absolute;
		width: 20px;
	    height: 120px;
	    margin-top: -20px;
	}
	.pc-th-label .prevnext .pc-btn.prev{
	    left: 13px;
	}
	.pc-th-label .prevnext .pc-btn.next{
	    right: 13px;
	}
	.pc-th-label .prevnext .pc-btn:after{
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0);
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 20px 12px 0;
		border-color: transparent #bbb transparent transparent ;
	}
	.pc-th-label .prevnext .pc-btn.next:after{
		border-width: 12px 0 12px 20px;
		border-color: transparent transparent transparent #bbb;
	}
	.pc-th-label:after{
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 270px;
		z-index: -1;
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
		content: '';
		left: 0;
	}
	.pricing-addtional-services{
		width: 100%;
	    overflow: hidden;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    grid-gap: 0 20px;
	    padding: 0px 24px;
	    overflow: auto;
	    scroll-snap-type: x mandatory;
	    -webkit-overflow-scrolling: touch;
	}
	.pricing-addtional-services::-webkit-scrollbar {
	    -webkit-appearance: none;
	}
	.service-card-points{
		max-width: 80%;
		margin: 20px auto 0;
	}
	.service-card-points .tick-lists .tick-list {
    	flex: 1 0 100%;
	}
}


