/* ====---- SITEAPP 003 ----==== */
#siteapp003{line-height:175%}

.app3-title h2{font-family:'Encode Sans Condensed',sans-serif;font-display:swap;color:#f0542c;font-size:30px;margin-bottom:15px}

.app3-desc-middle{display:table-cell;min-height:400px;vertical-align:middle}
@media only screen and (max-width:991px){.app3-desc-middle{min-height:inherit}}

.app3-desc{display:flex;align-items:center;justify-content:center;padding:0 15px;}
@media only screen and (max-width:991px){.app3-desc{display:block;margin-top:50px;height:inherit}}

img.app3-img-left{margin-left:15px;box-shadow:-15px 15px #e5e5e5}
img.app3-img-right{margin-right:15px;box-shadow:-15px 15px #e5e5e5}
@media only screen and (max-width:991px){
img.app3-img-right{margin-left:15px;margin-right:0}
#siteapp003 img{max-width:100%}
}
@media only screen and (max-width:767px){#siteapp003 img{max-width:97.5%}}
@media only screen and (max-width:599px){#siteapp003 img{max-width:96.5%}}
@media only screen and (max-width:479px){#siteapp003 img{max-width:96%}}
@media only screen and (max-width:419px){#siteapp003 img{max-width:95%}}
@media only screen and (max-width:359px){#siteapp003 img{max-width:94%}}

.app3-link{color:#f0542c;font-size:13px;font-weight:500;letter-spacing:.125em;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center}
.app3-link:hover{color:#d4370f;text-decoration:none}
.app3-link::after{content:"";display:inline-block;width:20px;height:14px;position:relative;right:-15px;transition:0.3s;
background:linear-gradient(currentColor, currentColor) no-repeat center left,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M268 112l144 144-144 144'/%3E%3C/svg%3E") no-repeat center right;background-size:calc(100% - 2px) 1px, 12px}
.app3-link:hover::after{right:-25px;width:40px;transition:0.5s}