@charset "UTF-8";
/* CSS Document */

#recommendedContent{
background-image: url(../images/recommended_bg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
background-attachment: fixed;
}

@media screen and (max-width: 999px){
#recommendedContent{
background-attachment: scroll;
}
}/*media*/





#recommendedBox{
border: 1px solid #cdcdcd;
/*background-color: rgba(255,255,255,0.65);*/
background-color: #ffffff;
padding: 50px 0 0;
}
#recommendedHead .title{
max-width: 800px;
margin: 0 auto;
}
#recommendedHead .title figure img.flag{
border: 1px solid #111111;
max-width: 75px;
margin: 0 auto 30px 0;
}
#recommendedHead .title p{
margin: 40px 0 0;
padding: 40px 0 0;
font-size: 1.125rem;
border-top: 2px dotted #9e9e9e;
}
#recommendedHead .title p span{
font-weight: 800;
}
#recommendedHead .products{
margin: 60px 0 0;
background-color: #dcdcdc;
padding: 40px 10px;
}
#recommendedHead .products>div{
max-width: 800px;
margin: 0 auto;
}
#recommendedHead .products ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -20px 0 0 -20px;
}
#recommendedHead .products ul li{
width: 25%;
padding-left: 20px;
margin-top: 20px;
}
#recommendedHead .products ul li figure{
position: relative;
padding-top: 100%;
overflow: hidden;
}
#recommendedHead .products ul li figure img{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
#recommendedHead .products p.btn{
max-width: 470px;
margin: 30px auto 0;
}
#recommendedHead .products p.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.3125rem;
line-height: 1.5;
text-align: center;
color: #ffffff;
padding: 12px 10px;
border-radius: 5px;
text-decoration: none;
background-color: #497386;
background-image: -webkit-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
transition: background 100ms ease;
overflow: hidden;
z-index: 1;
}
#recommendedHead .products p.btn a::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
background-image: -webkit-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: linear-gradient(180deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
z-index: -1;
transition: opacity 100ms ease;
}
#recommendedHead .products p.btn a:hover{
background-color: #aacc05;
}
#recommendedHead .products p.btn a:hover::before{
opacity: 1;
}
#recommendedHead .products p.btn a::after{
content: '';
display: block;
width: 30px;
height: 30px;
background-image: url(../images/recommended_btn_arrow.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
margin: 0 0 0 20px;
}
#recommendedHead .products p.btn a span{
font-weight: 800;
}

@media screen and (max-width: 999px){
#recommendedBox{
border: none;
background-color: transparent;
padding: 30px 0 0;
}
#recommendedHead .title p{
margin: 30px 0 0;
padding: 30px 0 0;
font-size: 1rem;
}
#recommendedHead .products{
margin: 30px 0 0;
padding: 20px;
}
#recommendedHead .products ul{
margin: -10px 0 0 -10px;
}
#recommendedHead .products ul li{
width: 50%;
padding-left: 10px;
margin-top: 10px;
}
#recommendedHead .products p.btn{
margin: 20px auto 0;
}
#recommendedHead .products p.btn a{
font-size: 1.125rem;
}
#recommendedHead .products p.btn a::after{
width: 26px;
height: 26px;
}
}/*media*/





#recommendedDemo{
max-width: 800px;
margin: 50px auto 0;
padding: 40px 30px;
background-color: #111111;
color: #ffffff;
}
#recommendedDemo h2{
text-align: center;
font-size: 1.125rem;
font-weight: 700;
}
#recommendedDemo h2 span{
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 2.8125rem;
line-height: 100%;
}
#recommendedDemoBox{
display: flex;
justify-content: space-between;
margin: 30px 0 0;
}
#recommendedDemoBox figure{
width: 240px;
}
#recommendedDemoBox .txt{
width: calc(100% - 270px);
}
#recommendedDemoBox .txt h3{
font-size: 1.5rem;
line-height: 1.5;
font-weight: 700;
}
#recommendedDemoBox .txt p.lead{
margin-top: 0.5em;
}
#recommendedDemoBox .txt p.btn{
margin-top: 20px;
}
#recommendedDemoBox .txt p.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.3125rem;
line-height: 1.5;
text-align: center;
color: #ffffff;
padding: 7px 10px;
border-radius: 5px;
text-decoration: none;
background-color: #497386;
background-image: -webkit-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
transition: background 100ms ease;
overflow: hidden;
z-index: 1;
}
#recommendedDemoBox .txt p.btn a::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
background-image: -webkit-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: linear-gradient(180deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
z-index: -1;
transition: opacity 100ms ease;
}
#recommendedDemoBox .txt p.btn a:hover{
background-color: #aacc05;
}
#recommendedDemoBox .txt p.btn a:hover::before{
opacity: 1;
}
#recommendedDemoBox .txt p.btn a::after{
content: '';
display: block;
width: 40px;
height: 40px;
background-image: url(../images/recommended_btn_dl.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
margin: 0 0 0 20px;
}
#recommendedDemoBox .txt p.btn a>span span{
font-weight: 800;
}
#recommendedDemoBox .txt p.btn a>span br{
display: none;
}

@media screen and (max-width: 999px){
#recommendedDemo{
margin: 40px auto 0;
padding: 30px 20px;
}
#recommendedDemo h2{
font-size: 1rem;
}
#recommendedDemo h2 span{
font-size: min(8.5vw, 2.5rem);
}
#recommendedDemoBox{
display: block;
}
#recommendedDemoBox figure{
width: auto;
}
#recommendedDemoBox .txt{
width: auto;
margin-top: 1em;
}
#recommendedDemoBox .txt h3{
font-size: 1.25rem;
}
#recommendedDemoBox .txt p.btn a{
font-size: 1rem;
}
#recommendedDemoBox .txt p.btn a::after{
width: 30px;
height: 30px;
margin: 0 0 0 20px;
}
#recommendedDemoBox .txt p.btn a>span{
display: block;
}
#recommendedDemoBox .txt p.btn a>span br{
display: inline;
}
}/*media*/





#recommendedNewProduct{
max-width: 800px;
margin: 50px auto 0;
padding: 40px 30px;
background-color: #dcdcdc;
}
#recommendedNewProduct h2{
text-align: center;
font-size: 1.125rem;
font-weight: 700;
}
#recommendedNewProduct h2 span{
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 2.8125rem;
line-height: 100%;
}
#recommendedNewProduct ul{
margin-top: 30px;
}
#recommendedNewProduct ul li+li{
margin-top: 40px;
}
#recommendedNewProduct .recommendedNewProductBox{
background-color: #00bebe;
color: #ffffff;
display: flex;
}
#recommendedNewProduct .recommendedNewProductBox figure{
display: flex;
align-items: center;
width: 240px;
background-color: #ffffff;
}
#recommendedNewProduct .recommendedNewProductBox figure img{
object-fit: contain;
}
#recommendedNewProduct .recommendedNewProductBox .txt{
width: calc(100% - 240px);
padding: 20px 30px;
}
#recommendedNewProduct .recommendedNewProductBox .txt h3{
font-size: 1.3125rem;
line-height: 1.5;
font-weight: 800;
border-bottom: 2px dotted #ffffff;
padding: 0 0 0.5em;
}
#recommendedNewProduct .recommendedNewProductBox .txt h3 span{
display: block;
font-size: 85%;
font-weight: 700;
}
#recommendedNewProduct .recommendedNewProductBox .txt p.lead{
margin: 0.5em 0 0;
font-size: 0.875rem;
}
#recommendedNewProduct ul li p.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.3125rem;
line-height: 1.5;
text-align: center;
color: #ffffff;
padding: 7px 10px;
text-decoration: none;
background-color: #497386;
background-image: -webkit-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
transition: background 100ms ease;
overflow: hidden;
z-index: 1;
}
#recommendedNewProduct ul li p.btn a::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
background-image: -webkit-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: linear-gradient(180deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
z-index: -1;
transition: opacity 100ms ease;
}
#recommendedNewProduct ul li p.btn a:hover{
background-color: #aacc05;
}
#recommendedNewProduct ul li p.btn a:hover::before{
opacity: 1;
}
#recommendedNewProduct ul li p.btn a::after{
content: '';
display: block;
width: 34px;
height: 34px;
background-image: url(../images/recommended_btn_dl.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
margin: 0 0 0 20px;
}
#recommendedNewProduct ul li p.btn a>span span{
font-weight: 800;
}
#recommendedNewProduct ul li p.btn a>span br{
display: none;
}

@media screen and (max-width: 999px){
#recommendedNewProduct{
margin: 40px auto 0;
padding: 30px 20px;
}
#recommendedNewProduct h2{
font-size: 1rem;
}
#recommendedNewProduct h2 span{
font-size: min(8.5vw, 2.5rem);
}
#recommendedNewProduct ul{
margin-top: 20px;
}
#recommendedNewProduct ul li+li{
margin-top: 30px;
}
#recommendedNewProduct .recommendedNewProductBox{
display: block;
}
#recommendedNewProduct .recommendedNewProductBox figure{
display: block;
width: auto;
}
#recommendedNewProduct .recommendedNewProductBox .txt{
width: auto;
padding: 10px;
}
#recommendedNewProduct ul li p.btn a{
font-size: 1rem;
}
#recommendedNewProduct ul li p.btn a::after{
width: 30px;
height: 30px;
}
#recommendedNewProduct ul li p.btn a>span br{
display: inline;
}
}/*media*/





#recommendedDownload{
max-width: 800px;
margin: 50px auto 0;
padding: 40px 30px;
background-color: #dcdcdc;
}
#recommendedDownload h2{
text-align: center;
font-size: 1.125rem;
font-weight: 700;
}
#recommendedDownload h2 span{
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 2.8125rem;
line-height: 100%;
}
#recommendedDownload .recommendedDownloadBox{
margin: 30px 0 0;
}
#recommendedDownload .recommendedDownloadBox+.recommendedDownloadBox{
margin: 40px 0 0;
}
#recommendedDownload .recommendedDownloadBox h3{
background-color: #111111;
color: #ffffff;
font-size: 1.25rem;
line-height: 1.5;
padding: 5px 10px;
text-align: center;
}
#recommendedDownload .recommendedDownloadBox ul{
display: flex;
flex-wrap: wrap;
margin: -10px 0 0 -20px;
}
#recommendedDownload .recommendedDownloadBox ul li{
width: 25%;
padding-left: 20px;
margin-top: 30px;
}
#recommendedDownload .recommendedDownloadBox ul li a{
color: #111111;
text-decoration: none;
}
#recommendedDownload .recommendedDownloadBox ul li figure{
position: relative;
overflow: hidden;
padding-top: 140%;
border: 1px solid #cdcdcd;
}
#recommendedDownload .recommendedDownloadBox ul li figure img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#recommendedDownload .recommendedDownloadBox ul li p.title{
font-size: 0.875rem;
}
#recommendedDownload .recommendedDownloadBox ul li p.btn{
}
#recommendedDownload .recommendedDownloadBox ul li p.btn{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 1rem;
line-height: 1.5;
text-align: center;
color: #ffffff;
padding: 7px 5px;
border-radius: 5px;
text-decoration: none;
background-color: #497386;
background-image: -webkit-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,59,86,1.00) 0%,rgba(73,115,134,1.00) 100%);
transition: background 100ms ease;
overflow: hidden;
z-index: 1;
}
#recommendedDownload .recommendedDownloadBox ul li p.btn::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
background-image: -webkit-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
background-image: linear-gradient(180deg,rgba(135,163,0,1.00) 0%,rgba(170,204,5,1.00) 100%);
z-index: -1;
transition: opacity 100ms ease;
}
#recommendedDownload .recommendedDownloadBox ul li a:hover p.btn{
background-color: #aacc05;
}
#recommendedDownload .recommendedDownloadBox ul li a:hover p.btn::before{
opacity: 1;
}
#recommendedDownload .recommendedDownloadBox ul li p.btn::after{
content: '';
display: block;
width: 24px;
height: 24px;
background-image: url(../images/recommended_btn_dl.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
margin: 0 0 0 10px;
}

@media screen and (max-width: 999px){
#recommendedDownload{
margin: 40px auto 0;
padding: 30px 20px;
}
#recommendedDownload h2{
font-size: 1rem;
}
#recommendedDownload h2 span{
font-size: min(8.5vw, 2.5rem);
}
#recommendedDownload .recommendedDownloadBox{
margin: 20px 0 0;
}
#recommendedDownload .recommendedDownloadBox h3{
font-size: 1rem;
}
#recommendedDownload .recommendedDownloadBox ul{
margin: -20px 0 0 -10px;
}
#recommendedDownload .recommendedDownloadBox ul li{
width: 50%;
padding-left: 10px;
}
#recommendedDownload .recommendedDownloadBox ul li p.btn{
font-size: min(4vw, 1rem);
}
#recommendedDownload .recommendedDownloadBox ul li p.btn::after{
width: 18px;
height: 18px;
}
}/*media*/





#recommendedMovie{
max-width: 800px;
margin: 50px auto 0;
padding: 30px;
background-color: #111111;
}
#recommendedMovie h2{
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25rem;
line-height: 1.5;
background-color: #c50018;
color: #ffffff;
text-align: center;
font-weight: 800;
padding: 10px;
}
#recommendedMovie h2::after{
content: '';
display: block;
width: 28px;
height: 28px;
background-image: url(../images/recommended_btn_movie.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
margin: 0 0 0 10px;
}
#recommendedMovie .recommendedMovieBox{
position: relative;
width: 100%;
padding-top: 56.25%;
margin: 20px 0 0;
}
#recommendedMovie .recommendedMovieBox iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 999px){
#recommendedMovie{
margin: 40px auto 0;
padding: 20px;
}
#recommendedMovie h2{
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25rem;
line-height: 1.5;
background-color: #c50018;
color: #ffffff;
text-align: center;
font-weight: 800;
padding: 10px;
}
#recommendedMovie h2::after{
content: '';
display: block;
width: 28px;
height: 28px;
background-image: url(../images/recommended_btn_movie.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
margin: 0 0 0 10px;
}
}/*media*/





#recommendedInformation{
max-width: 800px;
margin: 60px auto 0;
}
#recommendedInformation h2{
font-size: 1.375rem;
font-weight: 600;
color: #aacc05;
background-color: #efefef;
padding: 10px 20px;
width: 100px;
line-height: 30px;
position: relative;
text-align: center;
font-family: 'Poppins', sans-serif;
font-style: italic;
}
#recommendedInformation h2::before{
content: '';
display: block;
position: absolute;
top: -14px;
right: 0;
border-top: 14px solid rgba(239,239,239,0.00);
border-right: 100px solid rgba(239,239,239,1.00);
border-bottom: 14px solid rgba(239,239,239,0.00);
border-left: 0 solid rgba(239,239,239,0.00);
}
#recommendedInformation #recommendedInformationBox{
border: 3px solid #cdcdcd;
padding: 10px 25px;
}
#recommendedInformation #recommendedInformationBox .nonePosts{
padding: 0;
}
#recommendedInformation ul li+li{
border-top: 2px dotted #cdcdcd;
}
#recommendedInformation ul li a{
display: flex;
align-items: flex-start;
color: #111111;
text-decoration: none;
padding: 10px 0;
}
#recommendedInformation ul li p.date{
margin-right: 20px;
font-weight: 800;
}
#recommendedInformation ul li p.cate{
margin-right: 20px;
width: 140px;
text-align: center;
font-weight: 800;
background-color: #00bebe;
color: #ffffff;
font-size: 0.875rem;
}
#recommendedInformation ul li p.title{
flex: 1;
transition: color 100ms ease;
}
#recommendedInformation ul li a:hover p.title{
color: #aacc05;
}
#recommendedInformation p.btn{
margin-left: auto;
width: 190px;
}
#recommendedInformation p.btn a{
display: block;
position: relative;
text-decoration: none;
color: #ffffff;
font-weight: bold;
text-align: right;
background-color: #aacc05;
padding: 5px 65px 5px 5px;
transition: background-color 100ms ease;
}
#recommendedInformation p.btn a::before{
content: '';
display: block;
position: absolute;
bottom: -14px;
right: 0;
border-top: 14px solid rgba(170,204,5,0.00);
border-right: 190px solid rgba(170,204,5,1.00);
border-bottom: 14px solid rgba(170,204,5,0.00);
border-left: 0 solid rgba(170,204,5,0.00);
transition: border 100ms ease;
}
#recommendedInformation p.btn a::after{
content: '';
display: block;
position: absolute;
top: 50%;
right: 30px;
transform: translate(0, -50%);
width: 24px;
height: 25px;
background-image: url(../images/btn_arrow.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
transition: right 100ms ease;
}
#recommendedInformation p.btn a:hover{
background-color: #233781;
}
#recommendedInformation p.btn a:hover::before{
border-top: 14px solid rgba(35,55,129,0.00);
border-right: 190px solid rgba(35,55,129,1.00);
border-bottom: 14px solid rgba(35,55,129,0.00);
border-left: 0 solid rgba(35,55,129,0.00);
}
#recommendedInformation p.btn a:hover::after{
right: 25px;
}

@media screen and (max-width: 999px){
#recommendedInformation{
margin: 40px auto 0;
}
#recommendedInformation h2{
font-size: 1.25rem;
line-height: 20px;
}
#recommendedInformation #recommendedInformationBox{
padding: 10px 15px;
}
#recommendedInformation ul li a{
flex-wrap: wrap;
}
#recommendedInformation ul li p.cate{
margin-right: 0;
font-size: 0.875rem;
}
#recommendedInformation ul li p.title{
flex: none;
width: 100%;
margin-top: 0.5em;
}
#recommendedInformation ul li a:hover p.title{
color: #aacc05;
}
}/*media*/





#recommendedGlobal{
margin: 70px auto 0;
padding: 40px 10px 10px;
background-color: #dcdcdc;
}
#recommendedGlobal h2{
text-align: center;
font-size: 1.125rem;
font-weight: 700;
}
#recommendedGlobal h2 span{
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 2.8125rem;
line-height: 100%;
}
#recommendedGlobal p.lead{
text-align: center;
margin-top: 1em;
}
#recommendedGlobal p.lead span{
font-weight: 800;
}
#recommendedGlobal figure{
background-color: #ffffff;
margin-top: 30px;
}

@media screen and (max-width: 999px){
#recommendedGlobal{
margin: 50px auto 0;
padding: 30px 10px 10px;
}
#recommendedGlobal h2{
font-size: 1rem;
}
#recommendedGlobal h2 span{
font-size: min(8.5vw, 2.5rem);
}
#recommendedGlobal p.lead{
text-align: left;
}
#recommendedGlobal p.lead br.pcbr{
display: none;
}
#recommendedGlobal figure{
margin-top: 20px;
}
}/*media*/





#recommendedLink{
margin: 0 auto;
padding: 40px 10px 50px;
}
#recommendedLink h2{
text-align: center;
font-size: 1.125rem;
font-weight: 700;
}
#recommendedLink h2 span{
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 2.8125rem;
line-height: 100%;
}
#recommendedLink ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 0 0 -70px;
}
#recommendedLink ul li{
width: 430px;
padding-left: 70px;
margin-top: 30px;
}
#recommendedLink ul li a{
display: flex;
justify-content: center;
align-items: center;
background-color: #00bebe;
color: #ffffff;
font-size: 1.5rem;
line-height: 1.5;
font-weight: 800;
text-align: center;
text-decoration: none;
border-radius: 5px;
padding: 0 10px;
height: 56px;
transition: background 100ms ease;
}
#recommendedLink ul li a:hover{
background-color: #003b56;
}

@media screen and (max-width: 999px){
#recommendedLink{
padding: 40px 0;
}
#recommendedLink h2{
font-size: 1rem;
}
#recommendedLink h2 span{
font-size: min(8.5vw, 2.5rem);
}
#recommendedLink ul{
display: block;
margin: 0;
}
#recommendedLink ul li{
width: auto;
padding-left: 0;
margin-top: 20px;
}
#recommendedLink ul li a{
font-size: 1.25rem;
height: 50px;
}
}/*media*/





@media screen and (max-width: 999px){

}/*media*/