.results {display:flex;flex-flow:row wrap;}
.results__entry {flex:0 0 100%;margin:0 0 2.5rem;}
.results__entry figure {height:100%;padding:2.5rem 2rem;margin:0;box-shadow:.2rem .3rem .7rem #6666661f;border-radius:2rem;overflow:hidden;border:.1rem solid #6666661f;background:#fff;}
.results__entry h3 {margin:0;font-size:2rem;font-weight:600;color:#6e7176;}
.results__entry .ihh-btn {width:100%;}
.results__entry figcaption {display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;}
.results__entry figcaption>div {margin:1.5rem 0;}
.results__link {display:inline-flex;color:#317ebe;text-decoration:none;font-weight:600;align-items:center;}
.results__link:after {position:relative;display:block;width:1.2rem;height:1.2rem;margin:0 0 0 1rem;content:"";background:url('../svg/icon-arrow-right-blue.svg');background-size:cover;background-repeat:no-repeat;}
.results__link>span {text-decoration:underline;text-decoration-thickness:from-font;}
.results--image .results__image {min-height:24rem;margin:-2.5rem -2rem 0;background-size:cover;background-position:center;}
.results--brand .results__image>img {margin:4.5rem auto;}
.results--brand figcaption, .results--image figcaption {display:block;}
.results--brand h3, .results--image h3 {margin:1.5rem 0;}
.results--services figcaption {flex-flow:row wrap;justify-content:flex-start;}
.results--services h3 {flex:0 0 100%;margin:0 0 1rem;}
.results--services a {flex:0 0 auto;margin:0 1.5rem 1rem 0;}
.results__country {display:block;margin:.75rem 0;}
.results__country>span {display:inline-block;padding:.5rem .75rem;color:#7797af;font-size:1.6rem;font-weight:500;border:.1rem solid #7797af;border-radius:1rem;}
.results--details .results__entry figcaption {flex-flow:column;align-items:flex-start;}

.results__addr {display:flex;margin:0 0 2.5rem;align-items:flex-start;word-break:break-word;}
.results__addr:before {position:relative;display:block;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;margin:.25rem 1.5rem 0 0;content:"";background-image:url('../svg/icon-location.svg');background-size:contain;background-repeat:no-repeat;}
.results__info {display:flex;margin:0 0 2.5rem;flex-flow:column;align-self:flex-start;}
.results__info>a {display:flex;margin:0 0 .5rem;color:#6e7176;align-items:flex-start;text-decoration:none;}
.results__info>a>span {text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.2rem;word-break:break-all;}
.results__phone:before {position:relative;display:block;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;margin:.25rem 1.5rem 0 0;content:"";background-image:url('../svg/icon-phone.svg');background-size:contain;background-repeat:no-repeat;}
.results__whatsapp:before {position:relative;display:block;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;margin:.25rem 1.5rem 0 0;content:"";background-image:url('../svg/icon-whatsapp.svg');background-size:contain;background-repeat:no-repeat;}
.results__email:before {position:relative;display:block;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;margin:.25rem 1.5rem 0 0;content:"";background-image:url('../svg/icon-email.svg');background-size:contain;background-repeat:no-repeat;}
.results__addr--empty:before, .results__phone--empty:before,.results__whatsapp--empty:before,.results__email--empty:before {display:none;}
@media(min-width:768px) {
	.results--brand, .results--image, .results--details {margin:0 -.5rem;}
	.results--brand .results__entry, .results--image .results__entry, .results--details .results__entry {flex:0 0 50%;padding:0 .5rem;justify-content:flex-start;}
}
@media(min-width:992px) {
	.results--brand .results__entry, .results--image .results__entry {flex:0 0 33.3333%;}
	.results--details .results__entry {flex:0 0 100%;}
	.results--details .results__entry figcaption {margin:0 -.75rem;flex-flow:row nowrap;align-items:flex-start;}
	.results--details .results__entry h3 {flex:0 0 27.5%;padding:0 .75rem;}
	.results__addr {flex:0 0 27.5%;padding:0 .75rem;margin:0!important;}
	.results__info {flex:0 0 25%;padding:0 .75rem;}
	.results--details .results__info {flex:0 0 25%;padding:0 .75rem;margin:0!important;}
	.results__btn {flex:0 0 20%;padding:0 .75rem;margin:0!important;}
}

.results__more {text-align:center;}
.results__more>a{display:inline-flex;align-items:center;justify-content:center;font-size:2.1rem;font-weight:600;color:#6e7176;text-decoration:none}
.results__more>a:after{position:relative;display:block;width:1.6rem;height:1.6rem;margin:0 0 0 4.5rem;content:"";background-image:url('../svg/icon-chevron-down.svg');background-size:cover;background-repeat:no-repeat;}

.results__list--empty {display:flex;padding:8% .75rem 4%;text-align:center;flex-flow:column;align-items:center;}
.results__list--empty h2 {font-size:4.2rem;font-weight:700;color:#327499;}
.results__list--empty strong {font-size:2.1rem;font-weight:600;}
.results__list--empty .ihh-content {margin:0 0 4.5rem;}
.results__list--empty .ihh-btn {display:inline-flex;width:100%;background:#317ebe;}
				
@media(min-width:500px) {
.results__list--empty .ihh-btn {width:34rem;}
}