﻿
.wdg-speech {position:relative;display:flex;padding:4.5rem;flex-flow:wrap;background:#f6f2fa;border-radius:2rem;text-align:center;gap:1.5rem;}
.wdg-speech > * {flex:0 0 100%;}
.wdg-speech__image {position:relative;flex:0 0 100%;align-self:center;z-index:2;}
.wdg-speech__image>img {max-width:19.5rem;margin:0 auto;border-radius:50rem;background:#f2f2f2;aspect-ratio:1;object-fit:cover;}
.wdg-speech__wrapper {display:flex;flex-flow:wrap;gap:1.5rem;}
.wdg-speech__wrapper > * {flex:0 0 100%;}
.wdg-speech__desc {display:flex;align-items:center;}
.wdg-speech__desc>div {position:relative;display:flex;flex-direction:column;padding:4.5rem 0;gap:1.5rem;z-index:1;font-weight:600;}
.wdg-speech__desc>div:before {position:absolute;top:4.5rem;left:2.5rem;content:open-quote;font:italic 600 14rem/0 Montserrat;color:#e4d6ef66;opacity:.9;z-index:0;overflow:visible;text-indent:-3rem;z-index:1;}
.wdg-speech__desc>div:after {position:absolute;bottom:-1.5rem;right:1.5rem;content:close-quote;font:italic 600 14rem/0 Montserrat;color:#e4d6ef66;opacity:.9;z-index:0;overflow:visible;z-index:-1;}
.wdg-speech__desc>div> * {margin:0;}
.wdg-speech__bio strong {line-height:1.4;font-size:1.8rem;}
.wdg-speech--layout-bod {margin:0 0 2.5rem;text-align:left;align-items:center;justify-content:center;}
.wdg-speech--layout-bod h2 {margin:0;color:#a77bca;font-size:2.4rem;font-weight:700;}
.wdg-speech--layout-bod .wdg-speech__bio {display:flex;flex:0 0 calc(100% + 1.5rem);margin:0 -.75rem;flex-flow:row wrap;font-weight:600;justify-content:space-between;}
.wdg-speech--layout-bod .wdg-speech__bio>* {flex:1 1 auto;padding:.75rem;margin:0;}
.wdg-speech--layout-bod .wdg-speech__bio>*>span {display:block;color:#a77bca;font-weight:500;}
.wdg-speech--layout-bod .wdg-speech__desc {flex:0 0 100%;width:100%;padding:0;margin:0;font:normal 400 1.6rem/1.4 WorkSans, san-serifs;color:#6e7176;flex-direction:column;}
.wdg-speech--layout-bod .wdg-speech__desc>div:before {content:"";}
.wdg-speech--layout-bod .wdg-speech__desc>div:after {content:"";}
.wdg-speech--layout-bod .wdg-speech__desc>*:last-child {margin:0;}
.wdg-speech--layout-4 .wdg-speech__desc {font-size:2rem;}
.wdg-speech--large-image .wdg-speech__image {flex:0 0 100%;}
.wdg-speech--large-image .wdg-speech__image>img {width:100%;max-width:28.5rem;}
.wdg-speech--large-image .wdg-speech__desc {flex: 0 0 100%;}
.wdg-speech--blue {background:#eff7f9;}
.wdg-speech--blue .wdg-speech__desc>div:before {color:#ffffffcc;}
.wdg-speech--blue .wdg-speech__desc>div:after {color:#ffffffcc;}
.wdg-speech--blue.wdg-speech--layout-bod h2 {color:#7997af;}
.wdg-speech--green {background:#e4efeb;}
.wdg-speech--green .wdg-speech__desc>div:before {color:#ffffff66;}
.wdg-speech--green .wdg-speech__desc>div:after {color:#ffffff66;}
.wdg-speech--green.wdg-speech--layout-bod h2 {color:#5c6f6a;}
@media(min-width:992px) {
	.wdg-speech--layout-1 {text-align:left;}
	.wdg-speech--layout-1 .wdg-speech__image {flex:0 0 19.5rem;}
	.wdg-speech--layout-1 .wdg-speech__desc {flex:0 0 calc(100% - 21rem);}
	.wdg-speech--layout-1 .wdg-speech__desc>div {padding:4.5rem 0 4.5rem 2.5rem;justify-content:center;align-self:center;}
	.wdg-speech--layout-1 .wdg-speech__bio {flex:0 0 100%;}

	.wdg-speech--layout-2 {text-align:left;}
	.wdg-speech--layout-2 .wdg-speech__image {order:2;flex:0 0 45%;padding:0 1.5rem 0 0;}
	.wdg-speech--layout-2 .wdg-speech__image img {max-width:100%;margin:0 auto 0 0;}
	.wdg-speech--layout-2 .wdg-speech__desc {order:1;}
	.wdg-speech--layout-2 .wdg-speech__bio {order:3;flex:0 0 calc(55% - 1.5rem);max-width:100%;align-self:center;}

	.wdg-speech--layout-3 {text-align:left;}
	.wdg-speech--layout-3 .wdg-speech__image {flex:0 0 19.5rem;}
	.wdg-speech--layout-3 .wdg-speech__wrapper {flex:0 0 calc(100% - 21rem);padding:0 0 0 2.5rem;justify-content:center;}

	.wdg-speech--layout-4 {text-align:left;}
	.wdg-speech--layout-4 .wdg-speech__image {order:3;flex:0 0 45%;padding:0 0 0 1.5rem;}
	.wdg-speech--layout-4 .wdg-speech__image img {max-width:100%;margin:0 auto 0 0;}
	.wdg-speech--layout-4 .wdg-speech__desc {order:1;flex: 0 0 100%!important;}
	.wdg-speech--layout-4 .wdg-speech__desc>div {padding:4.5rem 0 0;}
	.wdg-speech--layout-4 .wdg-speech__desc>div:after {visibility:hidden;}
	.wdg-speech--layout-4 .wdg-speech__bio {order:2;flex:0 0 calc(55% - 1.5rem);max-width:100%;align-self:flex-start;}

	.wdg-speech--large-image .wdg-speech__image {flex:0 0 30rem;}
	.wdg-speech--large-image .wdg-speech__desc {flex:0 0 calc(100% - 31.5rem);align-self:center;}

	.wdg-speech--layout-bod.wdg-speech--blue .wdg-speech__bio>*>span {color:#7997af;}
	.wdg-speech--layout-bod.wdg-speech--blue .wdg-speech__desc {color:#6e7176;}
	.wdg-speech--layout-bod.wdg-speech--green .wdg-speech__bio>*>span {color:#5c6f6a;}
	.wdg-speech--layout-bod.wdg-speech--green .wdg-speech__desc {color:#6e7176;}
}
	/*
.wdg-speech {position:relative;display:flex;padding:4.5rem 2.5rem 2.5rem;margin:0;flex-flow:row wrap;background:#f6f2fa;border-radius:2rem;text-align:center;}
.wdg-speech:before {position:absolute;top:0;content:open-quote;font:italic 600 21rem/1.2 Montserrat;color:#e4d6ef66;line-height:1;opacity:.9;z-index:0;overflow:visible;}
.wdg-speech:after {position:absolute;bottom:0;right:2.5rem;content:close-quote;font:italic 600 21rem/1.2 Montserrat;color:#e4d6ef66;line-height:0;opacity:.9;z-index:0;overflow:visible;}
.wdg-speech h2 {position:relative;}
.wdg-speech__image {position:relative;margin:0 0 2.5rem;flex:0 0 100%;align-self:center;z-index:2;}
.wdg-speech__image>img {max-width:19.5rem;margin:0 auto;border-radius:50rem;background:#f2f2f2;aspect-ratio:1;object-fit:cover;}
.wdg-speech__desc {position:relative;flex:0 0 100%;margin:0 0 2.5rem;font:normal 500 2rem/1.4 WorkSans, san-serifs;color:#6e7176;z-index:2;}
.wdg-speech__desc>* {display:inline;}
.wdg-speech__bio {position:relative;flex:0 0 100%;z-index:2;}
.wdg-speech__bio>* {margin:0 0 .5rem;}
.wdg-speech__bio>*:last-child {margin:0;}
.wdg-speech--layout-bod {text-align:left;}
.wdg-speech--layout-bod h2 {color:#a77bca;font-size:2.4rem;font-weight:700;}
.wdg-speech--layout-bod .wdg-speech__bio {display:flex;margin:0 -.75rem 1.5rem;flex-flow:row wrap;font-weight:600;justify-content:space-between;}
.wdg-speech--layout-bod .wdg-speech__bio>* {flex:1 1 auto;padding:.75rem;}
.wdg-speech--layout-bod .wdg-speech__bio>*>span {display:block;color:#a77bca;font-weight:500;}
.wdg-speech--layout-bod .wdg-speech__desc {flex:0 0 100%;width:100%;padding:0;margin:0;font:normal 400 1.6rem/1.4 WorkSans, san-serifs;color:#6e7176;}
.wdg-speech--layout-bod .wdg-speech__desc:before {content:"";}
.wdg-speech--layout-bod .wdg-speech__desc:after {content:"";}
.wdg-speech--layout-bod .wdg-speech__desc>* {display:inline-block;}
.wdg-speech--layout-bod .wdg-speech__desc>*:last-child {margin:0;}
.wdg-speech--layout-bod:before, .wdg-speech--layout-bod:after {display:none;}
.wdg-speech--layout-3:before, .wdg-speech--layout-3:after {content:"";}
.wdg-speech--layout-3 .wdg-speech__desc {padding:4.5rem 0;}
.wdg-speech--layout-3 .wdg-speech__desc:before {position:absolute;content:open-quote;font:italic 600 12rem/9rem Montserrat;color:#e4d6ef66;z-index:-1;}
.wdg-speech--layout-3 .wdg-speech__desc:after {position:absolute;content:close-quote;font:italic 600 12rem/9rem Montserrat;color:#e4d6ef66;z-index:-1;}
.wdg-speech--blue {background:#eff7f9;}
.wdg-speech--blue:before {color:#ffffffcc;}
.wdg-speech--blue:after {color:#ffffffcc;}
/*.wdg-speech--blue .wdg-speech__desc {color:#7997af;}*-------/
.wdg-speech--blue.wdg-speech--layout-bod h2 {color:#7997af;}
.wdg-speech--green {background:#e4efeb;}
.wdg-speech--green:before {color:#ffffff66;}
.wdg-speech--green:after {color:#ffffff66;}
/*.wdg-speech--green .wdg-speech__desc {color:#5c6f6a;}*------/
.wdg-speech--green.wdg-speech--layout-bod h2 {color:#5c6f6a;}
.wdg-speech--large-image .wdg-speech__image>img {max-width:28.5rem;}
@media(min-width:992px) {
	.wdg-speech {text-align:left;padding:10rem 4.5rem 5rem;}
	.wdg-speech:after {right:4.5rem;bottom:.75rem;}
	.wdg-speech__image {flex:0 0 21rem;padding:0 1.5rem 0 0;margin:0;align-self:center;}
	.wdg-speech__image>img {margin:0;}
	.wdg-speech__desc {flex:1 0 auto;margin:0;align-self:center;}
	.wdg-speech__bio {margin:2.5rem 0 0;}
	.wdg-speech--layout-bod.wdg-speech--blue .wdg-speech__bio>*>span {color:#7997af;}
	.wdg-speech--layout-bod.wdg-speech--blue .wdg-speech__desc {color:#6e7176;}
	.wdg-speech--layout-bod.wdg-speech--green .wdg-speech__bio>*>span {color:#5c6f6a;}
	.wdg-speech--layout-bod.wdg-speech--green .wdg-speech__desc {color:#6e7176;}
	.wdg-speech--layout-2 .wdg-speech__image {flex:0 0 100%;margin:0 0 2.5rem;order:2;}
	.wdg-speech--layout-2 .wdg-speech__desc {flex:0 0 100%;margin:0 0 2.5rem;order:1;}
	.wdg-speech--layout-2 .wdg-speech__bio {order:3;}
	.wdg-speech--layout-3 {flex-flow:nowrap;padding:4.5rem;}
	.wdg-speech--layout-3 > * {flex:0 1 100%;}
	.wdg-speech--layout-3 > .wdg-speech__image {flex:0 0 21rem;}
	.wdg-speech--layout-3 > .wdg-speech__wrapper {padding:0 0 0 3.5rem;}
	.wdg-speech--large-image .wdg-speech__image {flex:0 0 30rem;}
	.wdg-speech--large-image .wdg-speech__desc {flex:0 0 calc(100% - 30rem);}
}
*/