.quote-sec-inner img {
    width: 100%;
    max-width: 202px;
    position: relative;
    left: 0;
    top: -14px
}

.quote-sec-inner {
    background: url(/wp-content/themes/ipsen-main/dist/images/arrow-graphics.png);
    background-repeat: no-repeat;
    background-size: 154px 98px;
    background-position: top 25px left 180px;
    position: relative;
    margin-top: 30px;
    border-radius: 8px
}

.quote-sec-inner .row {
    flex-direction: column;
    justify-content: space-between;
    margin: 50px 0
}

.quote-sec-inner.glider-slide .row {
    margin: 0
}

.quote-content {
    margin: 0 24px
}

.quote-content .para {
    font-family: 'Lato-Light';
    font-size: 24px;
    line-height: 32px;
    color: #292C31
}

.quotes-section a {
    color: #224A81;
    position: relative;
    z-index: 2;
}
.quote-author {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 5px
}

span.quote-dash {
    margin-bottom: 5px
}

.quote-author-role {
    font-family: 'Lato-Regular';
    font-size: 13px;
    line-height: 15.6px;
    margin-left: 25px;
    color: #5D6265
}

.quote-sign-div {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.quote-dash-div {
    display: flex;
    flex-direction: row;
    align-items: center
}

span.quote-dash {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #224A81;
    margin-right: 10px
}

.quotes-section .slider-btns button.glider-quote-prev span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-left-arrow.png)
}

.quotes-section .slider-btns button.glider-quote-next span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png)
}

.quotes-section .slider-btns button span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.quotes-section .slider-btns button {
    position: static;
    transform: translate(0,0);
    width: 37px;
    height: 34px;
    background: transparent;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border: none
}

.quotes-section.quotes-carousel .slider-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 10px
}

.quotes-section .slider-btns button.glider-quote-prev {
    margin-right: 15px
}

.quotes-section .slider-btns button.disabled {
    cursor: default;
    opacity: .5
}

.quote-sec-inner .column-1 {
    padding-left: 0
}
.quote-dash-div a:where(:hover,:focus) p{
    color: #3FAFEB;
}
@media only screen and (max-width: 992px) {
    .quote-sign-div {
        margin-bottom:24px
    }
}

@media only screen and (max-width: 767px) {
    .quotes-carousel .quote-sec-inner.glider-slide {
        margin-top:0
    }

    .quotes-section.quotes-carousel {
        position: relative;
        padding-bottom: 60px
    }

    .quotes-section.quotes-carousel .slider-btns {
        justify-content: center;
        position: absolute;
        bottom: 0;
        padding: 0;
        left: 0;
        right: 0
    }
}

@media only screen and (min-width: 768px) {
    .quote-sec-inner {
        background-position:top 58px left 255px
    }

    .quote-sec-inner .row {
        margin: 50px 0 70px;
        flex-direction: row;
        min-height: auto
    }

    .quote-sec-inner.glider-slide .row {
        margin: 0;
        flex-direction: row;
        min-height: auto
    }

    .quote-content {
        padding: 25px 0 10px;
        margin: 0 24px 0 10px
    }

    .quote-sign-div {
        margin-bottom: 0
    }

    .quote-sec-inner img {
        max-width: none
    }
}

.tabs-widget .quotes-section .container {
    padding: 0
}

@media only screen and (min-width: 992px) {
    .wp-block-column .quote-sec-inner img {
        top:-18px
    }

    .quotes-carousel .quote-sec-inner.glider-slide {
        margin-top: 50px
    }

    .quote-sec-inner .row {
        flex-direction: row;
        justify-content: space-between;
        min-height: auto;
        align-items: center
    }

    .quote-sec-inner img {
        top: -29px
    }

    .quote-content .para {
        margin-top: 0
    }

    .quote-author {
        font-size: 20px;
        line-height: 24px
    }
    .quote-author-role {
        font-size: 14px;
        line-height: 16.8px;
        cursor: text;
    }

    .quote-sec-inner {
        background-size: 350px 230px;
        background-position: left 40% top 17%;
        min-height: auto;
        margin-top: 100px
    }

    .quote-sec-inner .column-1 {
        margin-bottom: auto;
        position: relative
    }

    .tabs-widget .quotes-section .quote-sec-inner {
        margin-top: 70px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .quote-sec-inner .row {
        flex-direction:row;
        justify-content: space-between;
        min-height: auto
    }

    .quote-sec-inner .row .column-1 {
        width: 30%
    }

    .quote-sec-inner .row .column-2 {
        margin-top: 10px;
        width: 70%
    }

    .quote-content {
        margin: 0 24px 0 0
    }

    .quote-sec-inner {
        background-size: 200px 103px;
        background-position: top 25px right 62%
    }
}

@media only screen and (min-width: 992px) and (max-width:1023px) {
    .quote-sec-inner img {
        min-width:280px!important
    }

    .quote-content .para {
        margin-top: 20px
    }

    .quote-sec-inner {
        background-size: 200px 103px;
        background-position: left 34% top 10%
    }
}

@media only screen and (min-width: 1024px) {
    .quote-content .para {
        margin-top:20px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .wp-block-column .quote-sec-inner {
        background-size:210px 160px;
        background-position: left 40% top 4%
    }
}
@media only screen and (min-width: 1600px) {
    .wp-block-column .quote-sec-inner {
        background-size:301px 200px;
        background-position: left 51% top 20%
    }

    .quote-content .para {
        font-size: 32px;
        line-height: 44px;
        margin-top: 60px;
        margin-bottom: 10px
    }

    .quote-sec-inner {
        background-position: left 42% top 38%;
        margin-top: 125px
    }

    .quote-sec-inner img {
        min-width: 480px;
        top: -32px
    }

    .quote-author-div {
        padding-bottom: 10px
    }

    .quote-content {
        padding: 0 0 0 50px
    }
}
@media only screen and (min-width: 1875px) and (max-width: 1920px){
    .quote-sec-inner {
    background-position: left 42% top 29% !important;
}
}
@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :landscape) {
    .quote-sec-inner img {
        min-width:unset;
        top: -29px
    }

    .wp-block-column .quote-sec-inner .row {
        flex-direction: unset;
        justify-content: unset;
        min-height: auto;
        align-items: unset
    }

    .wp-block-column .quote-sec-inner .row .column-1 {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .wp-block-column .quote-sec-inner .row .column-2 {
        width: 50%!important
    }

    .wp-block-column .quote-sec-inner {
        background-size: 218px 132px;
        background-position: top 60px right 31%
    }

    .wp-block-column .quote-content {
        padding: 10px 0 0 25px
    }
}

.no-bg-color {
    background-color: #fff
}

.quotes-rectangle-content {
    padding-top: 10px;
    margin: 0 24px
}

.rectangle-para p {
    font-family: 'Lato-Light';
    font-size: 24px;
    line-height: 32px
}

.quotes-rectangle-img img {
    width: 100%;
    height: auto
}

.quotes-rectangle-img {
    padding: 20px
}

.rectangle-sign span.quote-dash {
    background-color: #000
}

.rectangle-sign .quote-author {
    color: #292C31
}

.quotes-rectangle-inner {
    background-image: url(../../../../../../../../../../../../../../../themes/ipsen-main/template-parts/ipsen-blocks/images/arrow.png);
    background-repeat: no-repeat;
    background-size: 30px 33px;
    background-position: top 53% left 20px,center
}

.only-quotes-inner .quotes-rectangle-content p {
    margin-bottom: 0
}

.only-quotes-content {
    margin: 0;
    padding: 24px
}

.quotes-rectangle-inner.only-quotes-inner {
    background-position: top 9px left 8px
}

section.quotes-section .video-embed, .quotes-rectangle-inner .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

section.quotes-section  .video-embed iframe, .quotes-rectangle-inner .video-embed iframe  {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

.quote-author-div {
    position: relative
}

.quote-dash-div a:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.quotes-section:has(.rectangle-sign) .quote-author-role{
    font-weight: bold;
}
.quotes-section:has(.quotes-rectangle-img) .quotes-rectangle-img img{
   border-radius: 8px;
}
@media only screen and (min-width: 991px) {
    .quotes-rectangle-inner {
        display:flex;
        background-position: left 35% top 20px;
        background-size: 60px 65px
    }

    .quotes-rectangle-content {
        margin: 60px;
        margin-left: 30px
    }

    .rectangle-para p {
        font-size: 32px;
        line-height: 44px
    }

    .quotes-rectangle-img img {
        min-width: 430px
    }

    .only-quotes-content {
        margin: 60px;
        padding: 0
    }

    .only-quotes-inner.quotes-rectangle-inner {
        display: flex;
        background-position: left 20px top 20px
    }

    .quotes-rectangle-video {
        margin: 20px;
        padding: 0;
        min-width: 350px;
        width: 30%;
        min-height: auto;
    }

    .quotes-rectangle-video-inner {
        padding-top: 0
    }

    .quotes-rectangle-video-inner {
        background-position: left 54% top 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :portrait) {
    .quotes-rectangle-inner {
        display:flex;
        background-position: left 35% top 20px
    }

    .quotes-rectangle-inner .quotes-rectangle-img {
        min-width: 238px
    }

    .quotes-rectangle-video {
        min-width: 338px;
        min-height: auto
    }

    .quotes-rectangle-video-inner {
        background-position: left 56% top 20px
    }

    .quotes-rectangle-video-inner .quotes-rectangle-content {
        margin-top: 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :landscape) {
    .quotes-rectangle-inner {
        background-position:left 54% top 20px
    }

    .quotes-rectangle-video {
        min-width: 449px
    }
}
.quotes-rectangle-inner .quotes-rectangle-inner  {
	position: relative;
	padding-bottom: 56.25%;
  padding-top: 25px;
	height: 0;
	overflow: hidden;
	border-radius: 8px;
}
 
.quotes-rectangle-inner .quotes-rectangle-inner  iframe, 
.quotes-rectangle-inner .quotes-rectangle-inner  object, 
.quotes-rectangle-inner .quotes-rectangle-inner  embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
  right: 0;
  bottom: 0;
}
.quotes-rectangle-inner iframe{
    width: 100%;
    height: 100%;
}