/* Template Name: Buyers */

.ip-banner{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
	padding: 0 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

a{
	transition: all ease .4s;
}

#byrs-page{
	font-family: "DM Sans", sans-serif;
}

.byrsIntro{
	background: #faf8f4;
	padding: 60px 0 0;
}

a.tmplt-button{
	display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.572em;
    min-width: 17.858em;
    background: #b56b45;
    border: 1px solid #b56b45;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.080em;
    padding: 0.3em 2em;
}
a.tmplt-button:hover{
	color: #b56b45;
    background: #fff;
}
a.tmplt-button_alt{
	font-size: 14px;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-color: #b56b45;
}
h2.tmplt-header{
	font-family: "Cormorant Garamond", serif;
	line-height: 1.0625;
	font-size: min(10.6vw,41px);
	font-weight: 400;
	text-align: center;
}
h2.tmplt-header span{
	color:#b56b45;
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 0.293em;
	letter-spacing: 0.180em;
	text-transform: uppercase;
	margin: 0 0 1.25em;
}
h2.tmplt-header em{
	display: block;
	color:#b56b45;
}
h2.tmplt-header em.for-inline{
	display: inline;
}
h2.tmplt-header.alt_light{
	color:#fff;
}
.byrsIntro__inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.byrsIntro__inner--main{
	padding: 0 20px;
}

.byrsIntro__content--title{}
.byrsIntro__content--title h1{
	font-family: "Cormorant Garamond", serif;
	line-height: 1.060;
	font-size: 42px;
	font-weight: 400;
	text-align: center;
}
.byrsIntro__content--title h1 span{
	color:#b56b45;
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 0.135em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin: 0 0 1.25em;
}
.byrsIntro__content--title h1 em{
	display: block;
	color:#b56b45;
}
.byrsIntro__content--desc{
	color:#8c7b6b;
	font-size: 14px;
	line-height: 1.824;
	margin: 1.625em 0 4.75em;
	text-align: center;
}
.byrsIntro__content--bttns{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.byrsIntro__content--stats {
	/*border-top: 1px solid #d3d3d3;*/
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin: 68px 0 0;
	padding: 43px 0;
}
.byrsIntro__content--stats .stats{
	text-align: center;
	text-transform: uppercase;
	color:#8c7b6b;
	font-size: 11px;
	letter-spacing: 0.020em;
}
.byrsIntro__content--stats .stats .stats-lg{
	color: #000;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.020em;
	font-size: 3.273em;
	margin: 0 0 0.3em;
}
.byrsIntro__inner--img{
	position: relative;
	padding: 30px 20px;
	width: 100%;
	background: #000;
}
.byrsIntro__inner--img-photo{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	opacity: 0.6;
}
.byrsIntro__tag{
	background: #faf8f4;
	border-left: 0.25em solid #b56b45;
	max-width: 26.609em;
	font-size: 11.5px;
	line-height: 1.478;
	position: relative;
	z-index: 1;
	padding: 2.058em 2em;
	margin: 0 auto;
	color:#8C7B6B;
}
.byrsIntro__tag--title{
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-size: 1.530em;
}
.byrsIntro__tag--desc{
	margin: 0.5em 0 0;
}
.byrsIntro__tag--lg{
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.087em;
}
.byrsCheckList{
	background: #1c1713;
	padding: 32px 15px;
}
.byrsCheckList__wrap{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.byrsCheckList__wrap--item{
	color:#c4a882;
	font-size: 11px;
	letter-spacing: 0.020em;
	text-transform: uppercase;
	padding: 0 0 0 2.75em;
	max-width: 100%;
	position: relative;
}
.byrsCheckList__wrap--item:before{
	content: "\b0126";
    display: block;
    font-family: agentimage;
    font-size: 1.167em;
    position: absolute;
    left: 0;
    top: -0.1em;
}

.byrsAgentWorks{
	background: #f5f0e8;
	padding: 60px 0;
}
.rightElement{
	margin: 25px auto 0;
}
.rightElement:first-child{
	margin: 0 auto 0;
}
.byrsAgentWorks-mag-img{
	max-width: 300px;
}
.byrsAgentWorks__container{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsAgentWorks__intro{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0.020em;
    text-align: center;
	margin: 1.5em 0 3em;
	color: #8C7B6B;
}

.byrsAgentWorks__list{
	padding: 0 0 60px;
	margin: 0 auto;
	max-width: 600px;
}
.byrsAgentWorks__list--single{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.846em;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.615;
	letter-spacing: 0.020em;
	font-family: 'Montserrat', sans-serif;
	color: #8c7b6b;
	margin: 2.538em 0 0;
}
.byrsAgentWorks__list--single:first-child{
	margin: 0 0 0;
}
.byrsAgentWorks__list--single h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 1.385em;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0;
	color:#000;
	margin: 0 0 0.278em;
}
.byrsAgentWorks__list--single-icon{
	width: 3.769em;
	height: 3.769em;
	border: 1px solid #b56b45;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.byrsAgentWorks__list--single-icon img{
	max-width: 95%;
	width: auto;
	max-height: 1.538em;
}
.byrsAgentWorks__list--single-det{
	max-width: calc(100% - 4.615em);
}
.byrsAgentWorks__container--right{
	max-width: 600px;
	margin: 40px auto 0;
	position: relative;
}
.byrsAgentWorks__img{
	position: relative;
	z-index: 0;
}
.byrsAgentWorks__img img{
	aspect-ratio: 600/750;
}
.byrsAgentWorks__ourpromise{
	background: #1C1713;
	padding: 1.146em 1.448em 1.1953125em 1.458em;
	gap: 0.3125em;
	color: #F5F0E8;
	font-family: "Cormorant Garamond", serif;
	font-size: 19.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	margin: 1px 0 0;
}
.byrsAgentWorks__ourpromise span{
	display: block;
	color: rgba(196, 168, 130, 0.60);
	font-family: "DM Sans", sans-serif;
	font-size: 0.521em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.686em;
	letter-spacing: 0.1786em;
	text-transform: uppercase;
}
.byrsSearchKeys{
	background: #1C1713;
	border-top: 4px solid #fff;
	padding: 60px 0;
	color:#fff;
}
.byrsSearchKeys__container{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsSearchKeys__container--title{}
.byrsSearchKeys__container--intro{
	color: rgba(245, 240, 232, 0.65);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
    text-align: center;
    margin: 1.5em 0 3em;
}
.byrsSearchKeys__list{
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
		gap: 2px;
		counter-reset: item;
}
.byrsSearchKeys__block{
	counter-increment: item;
	border: 1px solid rgba(196, 168, 130, 0.10);
	background: rgba(255, 255, 255, 0.04);
	color:rgba(245, 240, 232, 0.55);
	font-size: 13px;
	line-height: 1.615;
	letter-spacing: 0.020em;
	padding: 30px 20px;
	text-align: center;
}
.byrsSearchKeys__block h3{
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.385em;
	color:#fff;
	margin: 0 0 0.375em;
}
.byrsSearchKeys__block--count{
	color:rgba(196, 168, 130, 0.2);
	font-size: 4.615em;
	font-weight: 300;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
	margin: 0 0 0.35em;
}
.byrsSearchKeys__block--count:before{
	content: counter(item, decimal-leading-zero);
}
.byrsSearchKeys__block span.byrsSearchKeys-toggle{
	border: 1px solid rgba(196, 168, 130, 0.25);
	color: #C4A882;
	font-size: 10px;
	display: block;
	max-width: max-content;
	letter-spacing: 0.1488em;
	text-transform: uppercase;
	padding: 0.444em 1.008em;
	white-space: nowrap;
	margin: 2em auto 0;
}
.byrsAZBuyer{
	background: #FAF8F4;
	padding: 60px 0;
}
.byrsAZBuyer__container{
	width: 1330px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsAZBuyer__container--top{

}
.byrsAZBuyer__container--intro{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0.020em;
    text-align: center;
    margin: 1.5em 0 3em;
    color: #8C7B6B;
}
.byrsAZBuyer__list{
	margin: 65px auto 0;
	max-width: 500px;
}
.byrsAZBuyer__list--single{
	margin: 20px 0 0;
}
.byrsAZBuyer__list--single:first-child{
	margin: 0 0 0;
}
.byrsAZBuyer__post{
	border-top: 3px solid rgba(0, 0, 0, 0.00);
	background: #FFF;
    padding: 30px 15px;
}
.byrsAZBuyer__post:first-child{
	margin: 0 0 0;
}
.byrsAZBuyer__post--header{
	font-family: 'Cormorant Garamond', serif;
	font-size: 22.4px;
	font-weight: 600;
	gap: 1em;
	margin: 0 0 1.205em;
}
.byrsAZBuyer__post--header img{
	display: block;
	max-width: 1.428em;
	aspect-ratio: 2/2;
	object-fit: contain;
	object-position: center;
	margin: 0 0 2.278em;
}
.byrsAZBuyer__post--desc{
	color: #8C7B6B;
	font-size: 14.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.748;
	margin: 0 0 1.064em;
}
.byrsAZBuyer__post--list{
	
}
.byrsAZBuyer__post--list > div{
	color: #3D3229;
	font-size: 13.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.702;
	position: relative;
    padding: 0 0 0 1.615em;
    margin: 0.534em 0 0;
}
.byrsAZBuyer__post--list > div:first-child{
	margin: 0 0 0;
}
.byrsAZBuyer__post--list > div:before{
	content: '---';
    display: block;
    color: #b59974;
    letter-spacing: -0.26em;
    position: absolute;
    left: 0px;
    top: 0.05em;
}

.byrsClientStories{
	background: #f5f0e8;
	padding: 50px 0;
}
.byrsClientStories__container{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsClientStories__container--title{
	margin: 0 0 33px;
}
.byrsClientStories__container--list.slick-initialized{
	font-size: 0;
}
.byrsClientStories__entry{
	background: #fff;
    color: #000;
    padding: 35px 15px;
    text-align: center;
}
.byrsClientStories__entry--stars{
	color:#b56b45;
	font-size: 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 0.333em;
}
.byrsClientStories__entry--desc{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.020em;
	font-style: italic;
	margin: 1.75em 0 1.8125em;
}
.byrsClientStories__entry--author{
	color: #8c7b6b;
	font-size: 12px;
	line-height: 2.25;
	letter-spacing: 0.020em;
	text-transform: uppercase;
}
.byrsClientStories__entry--author span{
	display: block;
	color: #b56b45;
}

.byrsSuccess{
	background: #F5F0E8;
	padding: 60px 0;
}
.byrsSuccess__container{
	width: 1264px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsSuccess__container--inner{}
.byrsSuccess__right{
	border: 1px solid #C4A882;
	max-width: 600px;
	margin: 40px auto 0;
}
.byrsSuccess__chart{
	background: #fff;
	padding: 45px 20px;
}
.byrsSuccess__chart--title{
	color: #1C1713;
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	border-bottom: 1px solid rgba(196, 168, 130, 0.25);
	padding: 0 0 1.111em;
}
.byrsSuccess__chart--content{
	margin: 32px 0 0;
}
.byrsSuccess__check{
	border-bottom: 1px solid rgba(196, 168, 130, 0.25);
	color: #3D3229;
	font-size: 14.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.598;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em;
	padding: 1.063em 0;
}
.byrsSuccess__check:last-child{
	border-bottom: 0px solid rgba(196, 168, 130, 0.25);
}
.byrsSuccess__check--input{}
.byrsSuccess__check--input input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1.418em;
	height: 1.418em;
	border: 0;
	padding: 0;
	background: url(../../images/buyers/buyers-checkbox-01-def.png) center center no-repeat;
	background-size: cover;
}
.byrsSuccess__check--input input:checked{
	background: url(../../images/buyers/buyers-checkbox-01-hover.png) center center no-repeat;
	background-size: cover;
}
.byrsSuccess__check--text{
	max-width: calc(100% - 2.418em);
}
.byrsSuccess__check--text h3{
	color:#1C1713;
	font-weight: 500;
}
.byrsSuccess__content--intro{
	color: #8C7B6B;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
	text-align: center;
	margin: 1.5em 0 3em;
}
.byrsSuccess__list{
	padding: 0 0 60px;
	margin: 0 auto;
	max-width: 600px;
}
.byrsSuccess__list--single{
	font-size: 12px;
	font-weight: 300;
	line-height: 1.805;
	font-family: 'Montserrat', sans-serif;
	color: #8c7b6b;
	margin: 2.714em 0 0;
}
.byrsSuccess__list--single:first-child{
	margin: 0 0 0;
}
.byrsSuccess__list--single h3{
	font-family: "Cormorant Garamond", serif;
	font-size:1.458em;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	color:#000;
	margin: 0 0 0.278em;
}
.byrsCommunities{
	background: #FAF8F4;
	padding: 60px 0;
}
.byrsCommunities__container{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.byrsCommunities__container--intro{
	color: #8C7B6B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875;
	margin: 1.5em 0 3em;
	text-align: center;
}
.byrsCommunities__list{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    /*grid-template-rows: 1fr;*/
    gap: 3px;
    margin: 0 auto;
    max-width: 450px;
}
.byrsCommunities__list > a{
	position: relative;
	display: block;
}
.byrsCommunities__list > a .comm-img{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
.byrsCommunities__list > a .comm-img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.byrsCommunities__list > a .comm-det{
	position: relative;
	z-index: 1;
	color: rgba(245, 240, 232, 0.75);
	font-size: 13px;
	font-weight: 400;
	line-height: 2.308;
	padding: 5em 15px;
}
.byrsCommunities__list > a .comm-det--header{
	font-size: 1.846em;
	font-family: "Cormorant Garamond", serif;
	color: #fff;
	font-weight: 300;
	line-height: 1;
}
.byrsCommunities__list > a .comm-det--desc{
	margin: 1.231em 0 0.846em;
}
.byrsCommunities__list > a .comm-det--bullets{
	font-size: 0.769em;
	color: #C4A882;
	letter-spacing: 0.1488em;
	text-transform: uppercase;
	border: 1px solid #C4A882;
	padding: 0.701em 1.1em;
	line-height: 1.1;
}
.byrsCommunities__list > a .comm-det--explore{
	color: #F5F0E8;
	font-size: 0.885em;
	letter-spacing: 0.120em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(245, 240, 232, 0.30);
	line-height: 1;
    padding: 0 0 0.87em;
    margin: 2.1em 0 0;
}
.pmngmntCommQstns{
	background: #FAF8F4;
	padding: 60px 0;
}
.pmngmntCommQstns__container{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.pmngmntCommQstns__container--content{
	margin: 40px 0 0;
}
.pmngmntCommQstns__accordion{
	margin: 0 auto;
	max-width: 640px;
}
.pmngmntCommQstns__accordion > .pmngmntCommQstns__accordion--single{
	display: none;
}
.accordion-entry{
	font-family: 'Montserrat', sans-serif;
	color:#8c7b6b;
	font-size: 13px;
	line-height: 1.714;
	letter-spacing: 0.020em;
	font-weight: 300;
	border-bottom: 1px solid #edd6c7;
	padding: 0.642em 0;
	min-height: 5em;
}
.set-wrap:last-child .pmngmntCommQstns__accordion--single:last-child .accordion-entry{
	border-bottom: 0px solid #edd6c7;
}

.accordion-entry--header{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.accordion-entry--header span{
	font-weight: 400;
	color:#000;
	font-size: 1.286em;
	letter-spacing: 0;
	font-family: 'Cormorant Garamond', serif;
	max-width: calc(100% - 1.5em);
}
.accordion-entry--header:after{
	content:'+';
	display: block;
	font-weight: 500;
	font-size: 0.769em;
}
.accordion-entry:not(.active) .accordion-entry--header:after{
	font-family: 'Playfair Display', serif;
	font-size: 1.286em;
}
.accordion-entry.active .accordion-entry--header:after{
	content:'x';
}
.accordion-entry--content{
	margin: 0.643em 0 0;
	display: none;
}
@media only screen and (min-width: 992px) {
	
	h2.tmplt-header{
		text-align: left;
	}
	h2.tmplt-header span{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0.833em;
	}
	h2.tmplt-header span:before{
		content:'';
		display: block;
		height: 1px;
		background: #b56b45;
		width: 3.083em;
	}
	.byrsIntro{
		padding: 79px 0 0;
	}
	.byrsIntro__inner--main{
		width: 50%;
		padding: 2.813vw min(2vw,48px) 0 min(5vw, 80px);
	}
	.byrsIntro__content--title h1{
		text-align: left;
		font-size: min(5.188vw,83px);
	}
	.byrsIntro__content--title h1 span{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0.833em;
	}
	.byrsIntro__content--title h1 span:before{
		content:'';
		display: block;
		height: 1px;
		background: #b56b45;
		width: 3.083em;
	}
	.byrsIntro__content--desc{
		max-width: 27em;
		text-align: left;
		font-size: min(1.3vw,17px);
	}
	.byrsIntro__content--bttns{
		flex-flow: row wrap;
		justify-content: flex-start;
		gap: min(1.563vw,25px);
	}
	.byrsIntro__content--stats {
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: min(2.5vw,40px);
		padding: min(2.688vw,43px) 0 min(9.313vw,149px);
	}
	.byrsIntro__content--stats .stats{
		text-align: left;
		font-size: min(0.85vw, 11px);
	}
	.byrsIntro__inner--img{
		width: 50%;
		position: relative;
	}
	.byrsIntro__inner--img-photo{
		background-position: right bottom;
		opacity: 1;
	}
	.byrsIntro__tag{
		position: absolute;
		left: 3.562vw;
		bottom: 3.562vw;
		margin: 0 0;
		min-width: 26.609em;
	}
	.byrsIntro__content a.tmplt-button,
	.byrsIntro__content a.tmplt-button_alt{
		font-size: min(1.2vw,14px);
	}
	.byrsCheckList__wrap{
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 0;
		max-width: 1520px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.byrsCheckList__wrap--item{
		font-size: min(0.835vw, 12px);
	}

	.byrsAgentWorks {
	    padding: 132px 0;
	}
	.byrsAgentWorks__container{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.byrsAgentWorks__container--left{
		width: calc(53.125% - 30px);
		max-width: 592px;
	}
	.byrsAgentWorks__container--right{
		width: 46.875%;
		margin: 30px 0 0;
	}
	.byrsAgentWorks__ourpromise{
		text-align: left;
		position: absolute;
		z-index: 1;
		right: 0;
		bottom: 1.667em;
		margin: 0 0;
		font-size: min(1.455vw,19.2px);
	}
	.byrsAgentWorks__intro{
		text-align: left;
    	font-size: 16px;
    	max-width: 35em;
	}
	.byrsAgentWorks__list{
		padding: 0 0 0;
		margin: 0 0;
		max-width: none;
	}
	.byrsAgentWorks__list--single{
		font-size: 13px;
	}
	.byrsAgentWorks__ulc{
	    /*margin: 0 0 0;*/
	}
	.byrsSearchKeys{
		padding: 99px 0;
	}
	.byrsSearchKeys__container--intro{
		text-align: left;
		max-width: 32em;
		font-size: 16px;
	}
	.byrsSearchKeys__list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		max-width: none;
	}
	.byrsSearchKeys__block{
		padding: 2.308em 2em 3.708em;
		text-align: left;
	}
	.byrsSearchKeys__block span.byrsSearchKeys-toggle{
		margin: 2em 0 0;
	}
	.byrsAZBuyer{
		padding: 77px 0;
	}
	.byrsAZBuyer__container--top{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.byrsAZBuyer__container--intro{
		text-align: left;
        max-width: 33em;
        font-size: 16px;
	}
	.byrsAZBuyer__list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 3px;
		margin: 65px 0 0;
		max-width: none;
	}
	.byrsAZBuyer__list--single{
		margin: 0 0 0;
	}
	.byrsAZBuyer__post{
		margin: 0 0 0;
		padding: 33px min(2.774vw,38px) 33px min(2.336vw,32px);
	}
	.byrsClientStories{
		padding: 82px 0 114px;
	}
	.byrsClientStories__container--list:not(.slick-initialized) .byrsClientStories__entry:not(:first-child){
		display: none;
	}
	.byrsClientStories__container--list.slick-initialized{
		margin: 0 max(-1.061vw,-14px);
	}
	.byrsClientStories__container--list.slick-initialized .slick-slide > div{
		padding: 0 min(1.061vw,14px);
	}
	.byrsClientStories__entry{
	    padding: 43px 30px;
	    text-align: left;
	}
	.byrsClientStories__entry--stars{
		justify-content: flex-start;
	}
	.byrsSuccess{
		padding: 148px 0 116px;
	}
	.byrsSuccess__container--inner{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.byrsSuccess__left{
		width: calc(52.532% - 30px);
	}
	.byrsSuccess__content--intro{
		font-size: 16px;
		text-align: left;
		max-width: 34em;
	}
	.byrsSuccess__right{
		padding: min(1.227vw,16px);
		width: 47.468%;
		max-width: none;
		margin: 0 0;
	}
	.byrsSuccess__chart{
		padding: min(5.368vw,70px) min(1.457vw,19px) min(2.301vw,30px) min(3.681vw,48px);
	}
	.byrsSuccess__check{
		font-size: min(1.15vw,14.1px);
	}
	.byrsSuccess__list{
		padding: 0 0 0;
		margin: 0 0;
		max-width: none;
	}
	.byrsSuccess__list--single{
		font-size: 14px;
	}
	.byrsCommunities{
		padding: 101px 0;
	}
	.byrsCommunities__container--intro{
		text-align: left;
		font-size: 16px;
		max-width: 35em;
	}
	.byrsCommunities__list{
		display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    margin: 0 0;
	    max-width: none;
	}
	.byrsCommunities__list > a .comm-det{
		padding: 6.769em 2.154em 2.462em;
		font-size: min(1.15vw,13px);
	}
	.byrsCommunities__list > a .comm-det--desc{
		max-width: 20em;
	}
	.pmngmntCommQstns{
		padding: 83px 0 66px;
	}
	.pmngmntCommQstns__accordion{
		margin: 0 0;
		max-width: none;
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
		/*display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 min(4.477vw,62px);*/
        /*grid-template-rows: 1fr;*/
	}
	.pmngmntCommQstns__accordion .set-wrap{
		width: calc(50% - min(2.273vw,30px));
	}
	.accordion-entry{
		font-size: 14px;
	}
	.pmngmntCommQstns__accordion--single:last-child .accordion-entry{
		border-bottom: 0px solid #edd6c7;
	}
	.accordion-entry--content{
		padding: 0 5.5em 0 0;
	}
}


@media only screen and (min-width: 1200px) {
	.byrsIntro__inner--main{
		width: 40%;
	}
	.byrsIntro__inner--img{
		width: 60%;
	}
}