BODY {
    margin: 0;    
    height: auto;
	padding-bottom: 7%;
	background-color: white;
}

header {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: white;
	position: relative;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
}
#note {
    width: 100%;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #bababa;
}
#note p {
    font-family: "Bebas Neue", cursive;
    font-size: 14px;
    text-align: center;
}
#header-pc {
    display: block;
	margin-bottom: 3%;
}
#header-mobile {
    display: none;
}
header a {
    color: #4b4b4b;
    text-decoration: none;
}
header p {
    font-family: Anton, sans-serif;
    color: #4b4b4b;
    font-size: 28px;
    display: inline-block;
    margin-left: 12vw;
}
header ul {
    width: 20%;
    list-style: none;
    display: inline-block;
    float: right;
    margin-top: 3%;
    margin-right: 5vw;
}
header li {
    width: auto;
    display: inline;
    margin-left: 5%;
    font-family: arial;
    font-size: 14px;
}
#first-section {
    width: 1200px;
    height: auto;
    margin: auto;
    padding-top: 0%;
}
#fsw-container {
    width: 1200px;
    height: auto;
    margin: auto;
}
#first-section-white {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding: 0 0 1% 0;
}
h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 45px;
    text-align: center;
    font-weight: 400;
    margin-top: 0.1%;
	margin-bottom: -2%;
}
#first-section p,
#first-section-white p {
    font-family: arial;
    font-size: 16px;
    text-align: center;
}
#intro-text {
    width: 61%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 2%;
}
#intro-text p {
    font-size: 18px;
    font-weight: lighter;
}
#intro-pic {
    width: 35%;
    height: auto;
    margin-left: 2%;
    display: inline-block;
}
#intro-pic img {
    width: 100%;
    height: auto;
    margin: auto;
}
.marked {
    color: #a41b14;
    text-transform: uppercase;
}
.software-box {
    width: 16.2%;
    height: auto;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}
#box-head-spacer {
    width: auto;
    height: 120px;
}
.box-logo {
    width: 90%;
    height: 50px;
    display: block;
    text-align: center;
}
.separador {
    width: 85%;
    height: auto;
    margin: auto;
    margin-top: 8%;
    border-bottom: 3px solid #e9effd;
}
.boton-box-site {
    width: 80%;
    height: auto;
    font-family: arial;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #206f5e;
    padding: 3%;
    border-radius: 3px;
    margin: auto;
    margin-top: 10%;
}
.software-box a {
    text-decoration: none;
}
#text-box {
    width: 95%;
    height: auto;
    margin: auto;
    padding: 2%;
    background-color: #fff;
}
#text-box p {
    text-align: justify;
    line-height: 24px;
}
#text-box li {
    font-family: arial;
    font-size: 16px;
    line-height: 24px;
}
#text-box a {
    text-decoration: none;
    color: #3cc5e8;
}
h2 {
    font-family: arial;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}
.h3-centered {
    text-align: center;
}

#podium {
	width: 1200px;
	height: auto;
	margin: auto;	
}
	
.podium-box {
	width: 31%;
	height: auto;
	border: 1px solid #949494;
	display: inline-block;
	margin-left: 1.5%;
	margin-top: 0%;
	background-color: white;
	padding: 1% 0% 2% 0%;
}

.podium-box:nth-child(2) {	
	margin-top: 3%;	
	vertical-align: top;
}

.podium-box:nth-child(3) {		
	vertical-align: top;
	border: 2px solid gold;
}

.podium-box:nth-child(4) {	
	margin-top: 4%;	
	vertical-align: top;
}

.podium-logo, img {
	width: 100%;
	height: auto;
	text-align: center;
}

.podium-logo img {
	width: 50%;
	height: auto;
	margin: auto;
}

.podium-box p {
	font-family: Arial;
    font-size: 18px;
	color: #575757;
	padding: 0 4%;
	margin-top: 1%;
	text-align: center;
}

.podium-button {
	width: 50%;
	height: auto;
	margin: auto;
	padding: 2%;
	text-align: center;
	display: block;
	background-color: #e24941;
	border-radius: 15px;
	font-family: arial;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
}

#fourth-section,
#second-section {
    width: 1200px;
    height: auto;
    margin: auto;
    margin-top: 4%;
}
#second-section p {
    font-family: arial;
    font-size: 14px;
    text-align: justify;
}
#third-section {
    width: 1130px;
    height: auto;
    margin: auto;
    margin-top: 4%;
    padding: 2%;
    border-bottom: 2px solid #3cc5e8;
    background-color: #fff;
}
#third-section p {
    font-family: arial;
    font-size: 16px;
    text-align: justify;
}

a.fill-box {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#first-box-mobile {
    display: none;
}
#first-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #e24941;
    -webkit-box-shadow: 0 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 2%;
    position: relative;
    display: block;
    transition: transform 0.2s;
}
#first-box:before {
    width: 27%;
    content: "OUR RECOMENDATION #1 SAFETY AND SPECIAL OFFER";
    background-color: #e24941;
    font-family: "Bebas Neue";
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 5px 20px 5px 5px;
    margin-left: -1px;
    margin-top: -20px;
}
#first-box:hover {
    transform: scale(1.1);
    z-index: 100;
}

#first-box-extra {
	width: 100%;
	height: 150px;
	margin: auto;
	margin-top: 3%;	
}

#extra-pic {
	height: auto;
	width: 15%;
	display: inline-block;
	margin-left: 5%;	
}

#extra-pic img {
	height: 150px;
	widows: auto;
}

#extra-info {
	width: 50%;
	height: auto;
	display: inline-block;
	margin-left: 1%;
	top: 0;	
}

#extra-info p {
	font-family: arial;
	font-size: 14px;
	color:#767676;
}

#extra-pic2 {
	height: auto;
	width: 20%;
	display: inline-block;
	margin-left: 1%;
	margin-top: 3%;
	vertical-align: top;
}


#extra-awards {
	width: 120%;
	height: auto;
}


.allbox-mobile {
    display: none;
}
.allbox {
    width: 100%;
    height: auto;
	min-height: 250px;
    background-color: #fff;
    border: 1px solid #4547ea;
    -webkit-box-shadow: 0 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 2%;
    position: relative;
    margin: 2% 0;
    transition: transform 0.2s;
    display: block;
}
.allbox:hover {
    transform: scale(1.1);
    z-index: 100;
}
.cbox-position {
    height: auto;
    width: 5%;
    display: inline-block;
    margin-left: 1%;
    font-family: "Bebas Neue";
    color: #4d4d4f;
    text-align: center;
    font-size: 32px;
    vertical-align: 70px;
}
.cbox-logo {
    height: auto;
    width: 20%;
    display: inline-block;
}
.cbox-logo img {
    width: 95%;
    height: auto;
    vertical-align: 200%;
}
.cbox-info {
    height: auto;
    width: 39%;
    display: inline-block;
    padding: 0 1%;
}
.cbox-info p {
    font-family: arial;
    color: #4d4d4f;
    text-align: left;
    font-size: 16px !important;
}
.cbox-info ul {
    list-style: none;
    font-family: arial;
    color: #4d4d4f;
    font-size: 14px;
    list-style-position: inside;
    padding-left: 0;
}
.cbox-info li {
    margin-bottom: 3%;
}
#cbox-offer {
    font-family: arial;
    font-weight: 700;
    color: #b00303;
    text-align: center;
}
.cbox-score {
    height: auto;
    width: 15%;
    display: inline-block;
    vertical-align: 100px;
}
.score-number {
    font-family: "Bebas Neue";
    color: #4d4d4f;
    text-align: center;
    font-size: 70px;
}
.cbox-score img {
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}
.cbox-link {
    height: auto;
    width: 15%;
    display: inline-block;
    top: 0;
    position: absolute;
}
.price-save {
    width: 40%;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    float: right;
    top: 0;
    display: block;
    background-color: #0bacff;
    padding: 5px;
}
.old-price {
    font-family: arial;
    font-size: 18px;
    color: #b8b8b8;
    text-align: center;
    text-decoration: line-through;
    margin-top: 50px;
    display: block;
}
.cbox-button {
    width: 80%;
    height: auto;
    background-color: #fe7062;
    color: #fff;
    padding: 10% 0;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    display: block;    
    text-transform: uppercase;
    font-family: arial;
    font-size: 20px;
    text-decoration: none;
	margin-top: 100%;
}
.new-price {
    font-family: arial;
    font-size: 38px;
    color: #4d4d4f;
    text-align: center;
    display: block;
}
.fa-check {
    color: #80d767;
    font-size: 16px;
}
.fa-times {
    color: #cd0003;
    font-size: 16px;
}
footer {
    width: 100%;
    height: auto;
    background-color: #4d4d4f;
    margin-top: 3%;
}
#foot {
    width: 1200px;
    height: 50px;
    margin: auto;
    padding: 1% 0;
}
#foot a {
    color: #fff;
    text-decoration: none;
}
#foot ul {
    list-style: none;
}
#foot li {
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-right: 3%;
}
#contact-form {
    width: 50%;
    height: auto;
    margin: auto;
    border: 1px solid #adadad;
    padding-bottom: 2%;
}
.field {
    width: 100%;
    height: auto;
    padding: 1% 0;
}
.form-label {
    width: 100%;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    margin-top: 2%;
}
.form-field {
    width: 50%;
    height: 20px;
    margin: auto;
    display: block;
    padding: 1%;
}
#send-button {
    display: block;
    margin: auto;
    font-family: Arial;
    font-size: 14px;
    padding: 2%;
}
.article-box {
    width: 96%;
    height: auto;
    margin: auto;
    padding: 2%;
    border: 1px solid #929292;
    margin-bottom: 2%;
}
.article-box a {
    color: #fff !important;
}
.article-title {
    font-family: arial;
    font-size: 24px !important;
    font-weight: 700;
    text-decoration: underline;
    color: #a25f00;
}
.read-more-button {
    width: 100px;
    height: auto;
    padding: 1%;
    background-color: #c87000;
    font-family: arial;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
#table {
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid #a2a2a2;
    margin-top: 3%;
    background-color: #fff;
}
#table td {
    width: 100%;
    font-family: arial;
    font-size: 16px;
    text-align: center;
    padding: 3% 0;
}
.gray-row {
    background-color: #e3e3e3;
}
.articles-box {
    width: 70%;
    height: auto;
    padding: 2%;
    background-color: #fff;
    border: 1px solid #949494;
    margin-bottom: 3%;
    display: inline-block;
    float: left;
}
.recommended-box {
    width: 80%;
    height: auto;
    margin: auto;
    background-color: #fff;
    text-align: center;
    padding: 2%;
    margin-bottom: 2%;
    float: left;
}
#recommended {
    width: 30%;
    height: auto;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    margin-left: 2%;
}
.article-excerpt {
    text-align: justify !important;
}
.articles-link {
    text-decoration: none;
    color: #000;
}
.full-articles-box {
    width: 50%;
    height: auto;
    margin: auto;
    padding: 2%;
    background-color: #fff;
    border: 1px solid #949494;
    font-family: arial;
    margin-top: 3%;
}
.full-articles-box img {
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
.wp-block-table {
    border: 1px solid #000;
}
.wp-block-table td {
    padding: 3%;
    border: 1px solid #c7c7c7;
}
.pagination {
    width: 100%;
    margin: auto;
    display: inline;
}
.pagination li {
    display: inline;
}
#free-red {
    color: #d51316;
    font-weight: 700;
}

#review-section {
	width: 800px;
	height: auto;
	margin: auto;
	margin-top: 0%;
}

#review-header-pc {
	width: 80%;
	height: auto;	
	display: block;
}

#review-header-mov {
	display: none;
}

#review-logo {
	width: 35%;
	height: auto;
	display: inline-block;		
}

#review-logo img {
	width: 100%;
	height: auto;
}

.h1-review {
	width: 50%;
	margin-bottom: 2%;
	color: #575757;
	text-align: left;
	display: inline-block;
	vertical-align: 50%;
	margin-left: 5%;
}

#review-section p, li {
	font-family: Arial;
	font-size: 14px;
	color: #929292;
}

.review-list {
	list-style: none;
	padding: 0;	
}

.review-list li {
	background-color: #40AFE5;
	color: white;
	padding: 1%;
	margin-bottom: 1%;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;	
}

.l98 {
	width: 98%;	
}

.l90 {
	width: 90%;
}

.l94 {
	width: 94%;
}

.l95 {
	width: 95%;
}

.l85 {
	width: 85%;
}

.l88 {
	width: 88%;
}

.l80 {
	width: 80%;
}



.h2-review {
	width: 50%;
	margin-bottom: 2%;
	color: #575757;
	text-align: left;
	margin-top: 3%;
	font-size: 24px;
}

.review-button {
	width: 25%;
    height: auto;
    background-color: #fe7062;
    color: #fff;
    padding: 2% 0;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 5%;
    text-transform: uppercase;
    font-family: arial;
    font-size: 20px;
    text-decoration: none;	
}

.no-padding {
	padding-bottom: 0%;
}

.review-link {
	font-family: Anton, sans-serif;
    color: #4b4b4b;
    font-size: 14px;
    display: block;
	margin-bottom: 3%;
}






@media screen and (max-width: 1024px) {

	BODY {
    	margin: 0;    
    	height: auto;
		padding-bottom: 29%;
		background-color: white;
	}
	
    header {
        width: 100%;
        height: auto;
        margin: auto;		
		top: 0px;
		-webkit-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.12); 
		box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.12);	
		z-index: 999;
    }
    header a {
        color: #4b4b4b;
        text-decoration: none;
    }
    header p {
        font-family: Anton, sans-serif;
        color: #4b4b4b;
        font-size: 6vw;
        display: block;
        text-align: center;
        margin-left: 3vw;
        margin-top: 3vw;
    }
    #header-pc {
        display: none;
    }
    #header-mobile {
        width: 100%;
        height: 20vw;
        margin: auto;
        padding: 0;
        display: block;
        background-color: #fff;
    }
    #header-mobile a {
        color: #4b4b4b;
        text-decoration: none;
    }
    #header-mobile p {
        font-family: Anton, sans-serif;
        color: #4b4b4b;
        font-size: 28px;
        display: inline-block;
    }
    #first-section {
        width: 98%;
        height: auto;
        margin: auto;
    }
    #fsw-container {
        width: 98%;
        height: auto;
        margin: auto;
    }
    #first-section-white {
        width: 100%;
        height: auto;
        margin: auto;
        background-color: #fff;
        padding: 0 0 1% 0;	
		margin-top: 7vw;
    }
    #intro-text {
        width: 98%;
        height: auto;
        display: inline-block;
        vertical-align: top;        
    }
    #intro-text p {
        font-size: 5vw;
        font-weight: lighter;
    }
    #intro-pic {
        display: none;
    }
    h1 {
        font-family: "Bebas Neue", cursive;
        font-size: 10vw;
        text-align: center;
        font-weight: 400;
    }
    #first-section p {
        font-family: arial;
        font-size: 4vw;
        text-align: center;
    }
    .software-box {
        width: 16.2%;
        height: auto;
        display: inline-block;
        margin-top: 2%;
    }
    .box-logo {
        width: 100%;
        height: 50px;
        display: block;
        text-align: center;
    }
    .separador {
        width: 85%;
        height: auto;
        margin: auto;
        margin-top: 8%;
        border-bottom: 3px solid #0bacff;
    }
    .boton-box-site {
        width: 80%;
        height: auto;
        font-family: arial;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background-color: #206f5e;
        padding: 3%;
        border-radius: 3px;
        margin: auto;
        margin-top: 10%;
    }
    .software-box a {
        text-decoration: none;
    }
    #text-box {
        width: 95%;
        height: auto;
        margin: auto;
        padding: 2%;
        background-color: #fff;
    }
    #text-box p {
        text-align: justify;
        line-height: normal;
    }
    #text-box li {
        font-family: arial;
        font-size: 16px;
        line-height: 24px;
    }
    #text-box a {
        text-decoration: none;
        color: #3cc5e8;
    }
    h2 {
        font-family: arial;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
    h3 {
        font-family: "Bebas Neue", cursive;
        font-size: 6vw;
        font-weight: 700;
        text-align: center;
    }
    .h3-centered {
        text-align: center;
    }
    #second-section {
        width: 98%;
        height: auto;
        margin: auto;
        margin-top: 12vw;
    }
    #second-section p {
        font-family: arial;
        font-size: 14px;
        text-align: justify;
    }
    #third-section {
        width: 96%;
        height: auto;
        margin: auto;
        margin-top: 4%;
        padding: 2%;
        border-bottom: 2px solid #3cc5e8;
        background-color: #fff;
        display: block;
    }
    #third-section p {
        font-family: arial;
        font-size: 4vw;
        text-align: justify;
        padding: 0 2%;
    }			
	
    #fourth-section {
        display: none;
    }
    #first-box {
        display: none;
    }
    #first-box-mobile {
        width: 90%;
        height: auto;
        margin: auto;
        background-color: #fff;
        border: 1px solid gray;
        padding: 5vw 0;
        position: relative;
        transition: transform 0.2s;
        display: block;
    }
	
    #first-box-mobile:before {
         width: 38%;
    	content: "Editors Choice 2022";
    	background-color: #e24941;
    	font-family: "Bebas Neue";
    	font-size: 5vw;
   	 	color: #fff;
    	display: block;
    	padding: 5px 20px 5px 5px;
    	margin-left: -3vw;
    	margin-top: -10vw;
    }
	
    #first-box-mobile:hover {
        transform: scale(1.02);
        z-index: 100;
    }
    .allbox {
        display: none;
    }
    .allbox-mobile {
        width: 90%;
        height: auto;
        margin: auto;
        background-color: #fff;
        border: 1px solid gray;
        padding: 5vw 0;
        position: relative;
        transition: transform 0.2s;
        display: block;
        margin-top: 7vw;
    }
    .allbox-mobile:hover {
        transform: scale(1.02);
        z-index: 100;
    }
    .cbox-position {
        height: auto;
        width: 5%;
        display: inline-block;
        margin-left: 1%;
        font-family: "Bebas Neue";
        color: #4d4d4f;
        text-align: center;
        font-size: 32px;
        vertical-align: 70px;
    }
    .cbox-logo {
        height: auto;
        width: 60%;
        display: inline-block;		
    }
    .cbox-logo img {
        width: 80%;
        height: auto;
        vertical-align: 0;
        display: block;
        margin: auto;
    }
    .cbox-info {
        height: auto;
        width: 60%;
        display: block;
        padding: 0 1%;
        margin: auto;		
    }
    .cbox-info p {
        font-family: arial;
        color: #4d4d4f;
        text-align: left;
        font-size: 5vw !important;
    }
	
	.promo {
		color: #bc251d;		
		font-size: 5vw !important;		
	}
	
	.scratched {
		color: #9F9F9F;
		font-size: 6vw !important;
		text-decoration: line-through;
		text-decoration-color: red;
		display: block;
		margin-left: 35%;		
	}
	
    .cbox-info ul {
        list-style: none;
        font-family: arial;
        color: #4d4d4f;
        font-size: 4vw;
        list-style-position: inside;
        padding-left: 0;
    }
    .cbox-info li {
        margin-bottom: 3%;
    }
    #cbox-offer {
        font-family: arial;
        font-weight: 700;
        color: #b00303;
        text-align: center;
    }
    .cbox-score {
        height: auto;
        width: 35%;        
        display: inline-block;
        margin: auto;
        vertical-align: 7vw;
    }
	
	.cbox-score-first {
        height: auto;
        width: 35%;        
        display: inline-block;
        margin: auto;
        vertical-align: 5vw;
    }
	
    .score-number {
        font-family: "Bebas Neue";
        color: #4d4d4f;
        text-align: center;
        font-size: 12vw;
    }
    .cbox-score img {
        width: 80%;
        height: auto;
        margin: auto;
        text-align: center;
        display: block;
    }
    .cbox-link {
        height: auto;
        width: 100%;
        display: block;
        top: 0;
        position: relative;
    }
    .price-save {
        display: none;
    }
    .old-price {
        font-family: arial;
        font-size: 18px;
        color: #b8b8b8;
        text-align: center;
        text-decoration: line-through;
        margin-top: 50px;
        display: block;
    }
    .cbox-button {
        width: 80%;
        height: auto;
        background-color: #fe7062;
        color: #fff;
        padding: 4% 0;
        border-radius: 5px;
        margin: auto;
        text-align: center;
        display: block;
        margin-top: 3vw;
        text-transform: none;
        font-family: arial;
        font-size: 5vw;
        text-decoration: none;
    }
    .new-price {
        font-family: arial;
        font-size: 38px;
        color: #4d4d4f;
        text-align: center;
        display: block;
    }
    .fa-check {
        color: #CCCCCC;
        font-size: 2vw;
    }
    footer {
        width: 100%;
        height: auto;
        background-color: #4d4d4f;
        margin-top: 3%;
    }
    #foot {
        width: 99%;
        height: 50px;
        margin: auto;
        padding: 4% 0;
        text-align: center;
    }
    #foot a {
        color: #fff;
        text-decoration: none;
    }
    #foot ul {
        list-style: none;
    }
    #foot li {
        display: inline-block;
        font-family: arial;
        font-size: 4vw !important;
        color: #fff;
        font-weight: 700;
        margin-right: 3%;
    }
    #contact-form {
        width: 95%;
        height: auto;
        margin: auto;
        border: 1px solid #adadad;
        padding-bottom: 2%;
        margin-bottom: 30%;
    }
    .field {
        width: 100%;
        height: auto;
        padding: 1% 0;
    }
    .form-label {
        width: 100%;
        display: inline-block;
        font-family: arial;
        font-size: 4vw;
        text-align: center;
        margin-top: 2%;
    }
    .form-field {
        width: 80%;
        height: 5vw;
        margin: auto;
        display: block;
        padding: 3%;
    }
    #send-button {
        display: block;
        margin: auto;
        font-family: Arial;
        padding: 3%;
        font-size: 5vw;
        border-radius: 15px;
    }
    .recommended-box {
        width: 95%;
        height: auto;
        margin: auto;
        background-color: #fff;
        text-align: center;
        padding: 2%;
        margin-bottom: 2%;
        float: left;
    }
    #recommended {
        width: 98%;
        height: auto;
        display: inline-block;
        margin: auto;
        margin-top: 2vw;
    }
    .article-box {
        width: 98%;
        height: auto;
        margin: auto;
        padding: 2%;
        border: 1px solid #929292;
        margin-bottom: 2%;
    }
    .article-box a {
        color: #fff !important;
    }
    .article-title {
        font-family: arial;
        font-size: 24px !important;
        font-weight: 700;
        text-decoration: underline;
        color: #a25f00;
    }
    .read-more-button {
        width: 100px;
        height: auto;
        padding: 1%;
        background-color: #c87000;
        font-family: arial;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }
    #table {
        width: 15%;
        height: auto;
        margin: auto;
        border: 1px solid #a2a2a2;
        margin-top: 3%;
        background-color: #fff;
    }
    #table td {
        width: 100%;
        font-family: arial;
        font-size: 16px;
        text-align: center;
        padding: 1%;
    }
    .gray-row {
        background-color: #e3e3e3;
    }
    .articles-box {
        width: 90%;
        height: auto;
        padding: 3%;
        background-color: #fff;
        border: 1px solid #949494;
        margin: auto;
        margin-bottom: 3%;
    }
    .full-articles-box {
        width: 94%;
        height: auto;
        margin: auto;
        padding: 2%;
        background-color: #fff;
        border: 1px solid #949494;
        font-family: arial;
        text-align: justify;
    }
    #menu-container {
        display: block;
        width: 100%;
        height: 2vw;
        position: absolute;
    }
    #menu-container a {
        text-decoration: none;
    }
    #menu-wrapper {
        overflow: hidden;
        max-width: 100%;
        height: 18vw;
    }
    #menu-wrapper #hamburger-menu {
        position: relative;
        width: 25px;
        height: 20px;
        margin: 15px;
        float: right;
        right: 5vw;
        top: 2.5vw;
        z-index: 1;
    }
    #menu-wrapper #hamburger-menu span {
        opacity: 1;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        color: #000;
        background-color: #000;
        position: absolute;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    #menu-wrapper #hamburger-menu span:nth-child(1) {
        top: 0;
    }
    #menu-wrapper #hamburger-menu span:nth-child(2) {
        top: 9px;
    }
    #menu-wrapper #hamburger-menu span:nth-child(3) {
        top: 18px;
    }
    #menu-wrapper #hamburger-menu.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #menu-wrapper #hamburger-menu.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #menu-wrapper #hamburger-menu.open span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #menu-container .menu-list .menu-submenu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #menu-container .menu-list {
        padding-left: 0;
        display: block;
        position: absolute;
        width: 90%;
        max-width: 100%;
        background: #fff;
        box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
        z-index: 1;
        overflow-y: auto;
        overflow-x: hidden;
        left: -110%;
        top: 18vw;
        font-family: arial;
    }
    .no-toggle {
        font-size: 16px;
        padding: 8vw;
        text-transform: uppercase;
        border-top: 1px solid #dbdcd2;
        color: #000;
        display: inline-grid;
        width: 100%;
    }
    #menu-container .menu-list .menu-login,
    #menu-container .menu-list li.accordion-toggle {
        font-size: 16px;
        padding: 20px;
        text-transform: uppercase;
        border-top: 1px solid #dbdcd2;
    }
    #menu-container .menu-list li:first-of-type {
        border-top: 0;
        padding: 5vw;
        font-family: Cinzel, serif;
        font-weight: 400;
        font-size: 4vw;
    }
    .accordion-content,
    .accordion-toggle {
        font-size: 16px;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 40px;
    }
    .accordion-content {
        display: none;
        padding: 0;
    }
    .accordion-toggle a:after,
    .accordion-toggle a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        width: 15px;
        height: 2px;
        margin-top: -1px;
        background-color: #fff;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s ease-out;
    }
    .accordion-toggle a:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 1;
        z-index: 2;
    }
    .accordion-toggle.active-tab {
        background: #fff;
        transition: all 0.3s ease;
    }
    .accordion-toggle a.active:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background: #fff !important;
    }
    .accordion-toggle a.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background: #fff !important;
        opacity: 0;
    }
	
	#header-info {
		display: none;		
	}	
	
	#note {
		display: none;
	}	
	
	#podium {
		display: none;
	}
	
	#review-section {
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 2vw;
}
	
	#review-header-pc {
		display: none;
	}	

#review-header-mov {
	width: 90%;
	height: auto;
	margin: auto;
	display: block;
	margin-top: 10vw;
}

#review-logo {
	width: 70%;
	height: auto;
	display: inline-block;		
}

#review-logo img {
	width: 100%;
	height: auto;
}

#review-score{
	width: 20%;
	margin-bottom: 2%;
	color: #575757;
	text-align: left;
	display: inline-block;
	vertical-align: 50%;
	margin-left: 5%;
}

#review-section p {
	font-family: Arial;
	font-size: 4vw;
	color: #929292;
}

.review-list {
	list-style: none;
	padding: 0;	
}

.review-list li {
	background-color: #40AFE5;
	color: white;
	padding: 1%;
	margin-bottom: 1%;
	font-family: arial;
	font-size: 4vw;
	font-weight: bold;	
}

.l98 {
	width: 98%;	
}

.l90 {
	width: 90%;
}

.l94 {
	width: 94%;
}

.h2-review {
	width: 50%;
	margin-bottom: 2%;
	color: #575757;
	text-align: left;
	margin-top: 3%;
	font-size: 24px;
}

.review-button {
	width: 75%;
    height: auto;
    background-color: #fe7062;
    color: #fff;
    padding: 4% 0;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 5%;
    text-transform: none;
    font-family: arial;
    font-size: 20px;
    text-decoration: none;	
}
	
.review-link {
	font-family: Arial;    
    font-size: 5vw;
    display: block;
	margin-bottom: 3%;
	font-weight: 300;
	text-decoration: none;
	color: #9B9B9B;
	text-align: center;
	margin-top: 5%;
}
	
	
}