.section-reghunter-bannerTop .terms{
	margin-top: 10px;
	display: inline-block;
}


/* section */
main .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
main h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}

/* ====================== section-bannerTop ====================== */

.reghunter-bannerTop{
	position: relative;
	overflow: hidden;
	/*background: #fdfcfb url(../../images/pages/reghunter2/banner-top.jpg?v=2) no-repeat center center;*/
	background-color: #fdfcfb;
	font-size: 14px;
	text-align: left;
	color: black;
}
.reghunter-bannerTop.banner a:not(.button){
	color: var(--link-color);
}
.reghunter-bannerTop .container{
	padding-top: 45px;
	padding-bottom: 45px;
}
.reghunter-bannerTop .text{
	width: 630px;
	margin-right: auto;
}
.reghunter-bannerTop select{
	margin: 5px 0 10px 0;
	padding: 23px 10px;
	border: 1px solid #B9C0D5;
	border-radius: 5px;
	font-size: 20px;
}
.reghunter-bannerTop p.big{
	margin: 10px 0;
	font-size: 28px;
	font-size: clamp(25px, 3vw, 28px);
	line-height: 1.3;
}
.reghunter-bannerTop .more{
	font-weight: normal;
	text-decoration: underline;
}
.reghunter-bannerTop .more:after{
	filter: brightness(0) grayscale(1) invert(1);
	background-size: auto 0.7em;
}
.reghunter-bannerTop a{
	text-decoration: underline;
}
.reghunter-bannerTop p {
	margin: 0.8em 0;
	font-size: 14px;
}
.reghunter-bannerTop h1{
	margin: 15px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #3279F6;
}
.reghunter-bannerTop h2{
	margin: 10px 0;
	color: #2256B1;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.2;
}
.reghunter-bannerTop .price-container{
	font-size: 20px;
}
.reghunter-bannerTop .price{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 70px;
	font-size: clamp(30px, 6vw, 70px);
	font-weight: bold;
	line-height: 1;
}
.reghunter-bannerTop sub{
	display: inline-block;
	height: auto;
	font-size: 20px;
	line-height: 1.2;
}
.reghunter-bannerTop .discount-container{
	vertical-align: top;
	border-left: 1px solid #8e8f90;
	padding-right: 15px;
	display: inline-block;
	margin-right: 35px;
	height: 54px;
	margin-left: 15px;
	padding-left: 20px;
}
.reghunter-bannerTop .price-container s{
	position: absolute;
	margin-top: -5px;
	font-size: 24px;
	font-weight: bold;
}
.reghunter-bannerTop .price-tag{
	position: absolute;
	margin-top: 24px;
	font-size: 24px;
	color: #FD2C2C;
	font-weight: bold;
}
.reghunter-bannerTop .buttons{
	margin-top: 20px;
	margin-bottom: 12px;
}
body .reghunter-bannerTop .button.icon {
	margin-right: 10px;
	padding: 24px 86px 24px 20px;
	min-width: 250px;
	border-radius: 8px;
	font-size: 22px;
	text-decoration: none;
}
.reghunter-bannerTop .buttons img{
	vertical-align: top;
	margin-top: 8px;
}
.reghunter-bannerTop .video-container{
	position: absolute;
	right: calc(50% - 340px);
	top: 214px;
}
.reghunter-bannerTop a.video{
	display: inline-block;
	background: url(../../images/pages/general/icons/play-borders.svg?v=4) no-repeat center top;
	background-size: 136px auto;
	min-width: 136px;
	padding-top: 134px;
	text-decoration: none;
}
.reghunter-bannerTop .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.reghunter-bannerTop .video:hover{
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.reghunter-bannerTop .video .video-title{
	display: block;
	margin-top: 8px;
	background: #3279F6;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 4px 13px;
	text-align: center;
}
.reghunter-bannerTop .video:hover .video-title{
	background-color: #0a60f5;
}
.reghunter-bannerTop .video .video-title:before{
	position: absolute;
	content: '';
	margin-top: -14px;
	left: calc(50% - 8px);
	border-bottom: 10px solid #3279F6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.reghunter-bannerTop .devices{
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 1230px) {
	.reghunter-bannerTop h3{
		margin-top: 70px;
	}
}
@media screen and (max-width: 900px){
	.reghunter-bannerTop .text{
		width: 100%;
		min-height: 0;
	}
	.reghunter-bannerTop .video-container{
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.reghunter-bannerTop .video{
		background-size: 80px auto;
		min-width: 80px;
		padding-top: 85px;
	}
}

/* ====================== section-tour ====================== */

.section-tour{
	background-color: #F5F8FD;
	overflow-x: hidden;
	font-size: 20px;
}
body .section-tour .container{
	padding-top: 80px;
	padding-bottom: 80px;
	overflow-x: initial;
}
.section-tour h2{
	text-align: center;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.section-tour .tour-container{
	position: relative;
	margin-top: 55px;
	text-align: center;
}
.section-tour .flex-container .item{
	width: 230px;
}
.section-tour .tour-container img{
	box-shadow: 0px 2px 16px rgba(36, 84, 167, 0.5);
}
.section-tour .tour-container .button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #E05750;
	border-radius: 4px;
	padding: 38px 80px;
	padding-right: calc(80px + 3em);
	font-size: 32px;
	box-shadow: 0px 2px 16px rgba(36, 84, 167, 0.5);
}
.section-tour .button.red:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	background: #D54E47 url(../../images/pages/general/icons/play-minimal.svg) no-repeat center center;
	background-size: auto 1.2em;
	border-radius: 5px;
}
.section-tour .flex-container{
	margin-top: 120px;
	margin-bottom: 0px;
	font-size: 25px;
	line-height: 1.4;
}
.section-tour .flex-container img{
	display: block;
	margin: 0 auto 20px auto;
	transform: translateX(-10px);
}
.section-tour .button.big{
	border-radius: 4px;
	font-size: 24px;
}
.section-tour .highlight{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 1230px) {
	.section-tour .container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-tour .button.red{
		padding: 20px 20px;
		padding-right: calc(20px + 3em);
		font-size: 22px;
	}
	.section-tour .flex-container{
		font-size: 20px;
	}
}

/* ====================== section-WhatcanDo ============================ */

.section-WhatcanDo{
	background-color: white;
	font-size: 20px;
}
.section-WhatcanDo .container{
	padding-bottom: 20px;
}
.section-WhatcanDo .more{
	font-weight: normal;
}

/* =========== section-feature ============================================== */

.section-feature {
	background-color: white;
}
.section-feature .container {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1350px;
	overflow: hidden;
}
.section-feature .flex-container{
	display: flex;
	align-items: center;
	margin: 30px -30px;
}
.section-feature .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.section-feature .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-feature .flex-container h3{
	margin: 0;
	font-size: 35px;
	font-size: clamp(30px, 3vw, 35px);
	font-weight: bold;
}
.section-feature h4{
	font-size: 30px;
	font-size: clamp(25px, 3vw, 30px);
}
.section-feature h4.blue{
	color: #2256B1;
}
.section-feature .flex-container img{
	max-width: 100% !important;
	background-color: white;
}
.section-feature .flex-container img:not(.clean){
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.2);
}
@media screen and (max-width: 899px) {
	/* small tablet */
	.section-feature .flex-container{
		margin-top:0;
		margin-bottom:0;
	}
}

/* ====================== section-gallery ====================== */

.section-gallery{
	position: relative;
	background-color: white;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}
.section-gallery:before {
	position: absolute;
	content: '';
	left: -22%;
	top: 60%;
	right: -10%;
	bottom: -50%;
	background-color: #F5F8FD;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
.section-gallery .gallery-container{
	margin-top: 40px;
}

/* ====================== section-compare ====================== */

.section-compare{
	background-color: #F5F8FD;
}
.section-compare h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}
.section-compare .flex-container{
	margin-top: 50px;
	font-size: 20px;
}
.section-compare .flex-container{
	margin: 50px 0 0 0;
}
.section-compare .flex-container .item{
	width: 350px;
	margin: 0 0 20px 0;
}
.section-compare .flex-container .item.media{
	padding-right: 30px;
}
.section-compare .flex-container .box{
	width: 100%;
	box-shadow: 0px 4px 15px rgba(50,121,246, 0.22);
	border-radius: 0 10px 10px 0;
	padding: 30px 50px;
	background-color: white;
}
.section-compare .flex-container .box.box-blue{
	border: 3px solid #3279F6;
	border-radius: 10px;
}
.section-compare .recommended{
	background-color: #FEC949;
	margin-left: 50%;
	padding: 5px 30px;
	transform: translate(-50%, 50%);
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}
.section-compare .price-container{
	font-size: 20px;
	margin: 15px 0 3px 0;
}
.section-compare .price-container .price{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
	color: #3279F6;
}
.section-compare .price-container .small{
	font-size: 18px;
}

.section-compare sub{
	vertical-align: baseline;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	margin-left: -8px;
}
.section-compare .price .comment{
	margin-top: -20px;
	font-size: 14px;
	color: black;
	font-weight: normal;
}
.section-compare ul{
	list-style: none;
	margin: 30px 0 25px 0;
	padding: 0;
}
.section-compare li{
	background: url(../../images/pages/reghunter2/icons/list.svg) no-repeat 0px 6px;
	padding-left: 27px;
}
.section-compare li.star{
	background-image: url(../../images/pages/reghunter2/icons/star.svg);
}
.section-compare .button.icon {
	min-width: 300px;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: calc(10px + 3em);
	font-size: 20px;
}
.section-compare .shield{
	position: absolute;
	transform: translate(207px, 124px);
}
.section-compare .terms{
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}
@media screen and (max-width: 1230px) {
	.section-compare .item.media{
		display: none;
	}
}
@media screen and (max-width: 700px) {
	/* mobile */
	.section-compare .flex-container{
		font-size: 18px;
	}
}

/* ====================== section-riskFree ====================== */

.section-riskFree{
	background-color: #F5F8FD;
	font-size: 22px;
}
.section-riskFree h2{
	text-align: center;
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-riskFree h3{
	font-size: 30px;
}
.section-riskFree .text{
	margin-left: 50%;
}
.section-riskFree .flex-container{
	margin-top: 40px;
}
.section-riskFree .flex-container .item:not(:empty){
	width: 300px;
	padding-top: 110px;
	background-position: 0 0;
}
.section-riskFree .item.protection{ background-image: url(../../images/pages/reghunter2/icons/protection.svg?v=3); }
.section-riskFree .item.guarantee{ background-image: url(../../images/pages/reghunter2/icons/guarantee.svg?v=3); }
.section-riskFree .item.support{ background-image: url(../../images/pages/reghunter2/icons/support.svg); }

@media screen and (max-width: 1000px){
	.section-riskFree .media{
		display: none;
	}
	.section-riskFree .text{
		margin-left: 0;
	}
}

/* ==================== section-certifications ======================================== */

.section-certifications{
	background-color: #F5F8FD;
	font-size: 20px;
}
.section-certifications h2{
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-certifications .certification{
	min-height: 70px;
	font-size: 16px;
}
.section-certifications .certification:not(:last-child){
	border-bottom: 1px solid #e8e8e8;
}
.section-certifications .certification .item{
	display: flex;
	margin: 20px 20px;
	align-items: center;
}
.section-certifications .certification .logo{
	flex: none;
	width: 130px;
	margin-right: 10px;
}
.section-certifications .certification .text{
	color: #002a5f;
	font-size: 17px;
}
.section-certifications .certification h3{
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 17px;
}
@media screen and (max-width: 700px) {
	.section-certifications .certification .logo{
		width: 90px;
	}
	.section-certifications img{
		max-width: 90px;
		max-height: 80px;
		object-fit: contain;
	}
}

/* ==================== section-press ======================================== */

.section-press{
	text-align: center;
}
.section-press h2{
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-press .infinite-slider-container .slider{
	min-height: 75px;
}

/* ==================== section-requirements ======================================== */

.section-requirements{
	text-align: center;
	word-break: break-word;
}
.section-requirements .content{
	padding-top: 60px;
	padding-bottom: 80px;
}
.section-requirements h2{
	font-size: 30px;
	color: #3279F6;
	margin-bottom: 15px;
}
.section-requirements .tabs-content{
	min-height: 290px;
	padding: 40px 15% 0 15%;
	text-align: left;
}

/* details */
.section-requirements details {
	padding: 10px 10px 10px 45px;
}
.section-requirements summary {
	position: relative;
	margin-bottom: 0;
	outline: none;
	cursor: pointer;
}
.section-requirements details.static summary {
	display:none;
}

/* change icon */
.section-requirements summary::-webkit-details-marker {
	display: none;
}
.section-requirements summary {
	list-style: none;
}
.section-requirements details[open] summary{
	margin-bottom: 10px;
}
.section-requirements summary:after {
	position: absolute;
	content: '+';
	left: -45px;
	top: 2px;
	transform: translateY(-1px);
	background-color: #3279F6;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	color: white;
	text-align: center;
}
.section-requirements details[open] summary:after {
	content: '-';
}
@media screen and (max-width: 700px) {
	.section-requirements .tabs-content{
		padding: 30px 0px 0 0px;
	}
}

/* ==================== section-blueBanner ======================================== */

.section-blueBanner{
	min-height: 400px;
}
.section-blueBanner h2{
	margin: 0 auto 30px auto;
	max-width: 800px;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.3;
}
.section-blueBanner p{
	text-align: left;
}
.section-blueBanner .button{
	min-width: 300px;
}