@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://use.typekit.net/rrk7fld.css);@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}.shake-animation{-webkit-animation:shake .15s infinite;animation:shake .15s infinite}@-webkit-keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.quote-with-image .content{border-radius:2rem;position:relative;padding-left:10rem}.quote-with-image .content .background{position:absolute;top:3rem;left:0;right:0;bottom:3rem;z-index:1;border-radius:2rem}.quote-with-image .content .grid{grid-gap:10rem;gap:10rem;-ms-flex-align:center;align-items:center;z-index:2;position:relative}.quote-with-image .content .title{position:relative;padding:6rem 15rem 6rem 0}.quote-with-image .content .title h2,.quote-with-image .content .title h3,.quote-with-image .content .title h4,.quote-with-image .content .title h5{font-style:italic}.quote-with-image .content .title .icon{position:absolute;right:3rem;top:3rem;z-index:2;width:7rem;height:7rem}.quote-with-image .content .image:after{content:"";display:block;padding-bottom:100%;z-index:-1}@supports (aspect-ratio:1){.quote-with-image .content .image{width:100%;aspect-ratio:1/1}.quote-with-image .content .image:after{display:none}}.quote-with-image .content .image .bg-img{border-radius:100%;overflow:hidden;position:relative}.quote-with-image .content .image .circle-one{position:absolute;z-index:3;width:3vw;height:3vw;background:#eb4f3f;border-radius:100%;right:1vw;top:3vw;transition:all 1.1s cubic-bezier(.445,.05,.55,.95)}@media only screen and (max-width:1124px){.quote-with-image .content{padding-left:5rem}.quote-with-image .content .grid{grid-gap:5rem;gap:5rem}}@media only screen and (max-width:768px){.quote-with-image .content{padding-left:0}.quote-with-image .content .grid{grid-gap:3rem;gap:3rem}.quote-with-image .content .title{padding:3rem 3rem 6rem;text-align:center}.quote-with-image .content .title .icon{top:-6rem;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.quote-with-image .content .image{width:50%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:576px){.quote-with-image .content{padding-left:0}.quote-with-image .content .grid{grid-gap:3rem;gap:3rem}.quote-with-image .content .image{width:80%;margin-left:auto;margin-right:auto}}