.sitemap__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:980px;margin:0 auto;padding:0 20px}.sitemap__list__item{width:calc(50% - 50px);font-size:2rem;font-weight:bold;position:relative;margin-bottom:50px;border-bottom:1px dashed #3D9D63}@media only screen and (max-width:991px){.sitemap__list__item{width:100%}}.sitemap__list__item:before{content:"";position:absolute;top:50%;left:0;width:10px;height:10px;background-color:#3D9D63;-webkit-transform:translate(-120%,-50%) rotate(45deg);transform:translate(-120%,-50%) rotate(45deg)}.sitemap__list__item:nth-child(2){border-bottom:none}.sitemap__list__item:nth-child(2):before{display:none}.sitemap__list__item a{display:inline-block;padding:0 5px 5px;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.sitemap__list__item a:hover{-webkit-transform:translate(10px,0);transform:translate(10px,0)}.sitemap__list__item a.external{position:relative}.sitemap__list__item a.external:after{content:"";position:absolute;top:50%;right:0;width:15px;height:15px;background-image:url(../../images/common/external-link.svg);background-repeat:no-repeat;background-size:contain;-webkit-transform:translate(120%,-50%);transform:translate(120%,-50%)}.sitemap__list__item span{display:inline-block;padding:0 5px 5px;position:relative;border-bottom:1px dashed #3D9D63}.sitemap__list__item span:before{content:"";position:absolute;top:50%;left:0;width:10px;height:10px;background-color:#3D9D63;-webkit-transform:translate(-120%,-50%) rotate(45deg);transform:translate(-120%,-50%) rotate(45deg)}.sitemap__list__item__inner{padding-left:50px}.sitemap__list__item__inner li{position:relative;margin-top:15px;border-bottom:1px dashed #3D9D63;font-size:1.8rem}.sitemap__list__item__inner li:before{content:"";position:absolute;top:50%;left:0;width:8px;height:8px;border-top:1.5px solid #3D9D63;border-right:1.5px solid #3D9D63;-webkit-transform:translate(-120%,-50%) rotate(45deg);transform:translate(-120%,-50%) rotate(45deg)}