.slider-block .slider-container {
display: flex;
}

.single-slide-wrap img {
  display: block;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 875px;
}

.slider-block .slider-nav-container button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
  pointer-events: all;
  padding: 6px;
}
.slider-block .slider-nav-container button:hover {
 opacity:.7
}

/* Image slider */
.slider-style-image_slider .block-inner {
    position: relative;
}
.slider-style-image_slider .single-slide-wrap img {
  aspect-ratio: 660 / 440;  
}
.slider-style-image_slider .single-slide-wrap img, .slider-style-image_slider .single-slide-wrap.tns-slide-active + div + div img {
    opacity: 0.3;
    transition: all 0.3s ease;
}
.slider-style-image_slider .single-slide-wrap.tns-slide-active + div img {
    opacity: 1;
}
.slider-style-image_slider .slider-nav-container-outer {
  display: flex;
  pointer-events: none;
  top: 0;
  position: absolute;
  height: calc(100% - 47.4px);
  width: 100%;
  align-items: center;
  justify-content: center;
}
.slider-style-image_slider .slider-nav-container {
  justify-content: space-between;
  display: flex;
  width: calc(100% - 740px);
}
.slider-style-image_slider .slider-index-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  width: calc(100% - 992px);
  margin: 15px auto 0 auto;
  height: 32.4px;
}


.slider-block .current-slide {
 display: block;
position: relative;
min-width: 20px;
}
.slider-block .slide-total {
    display: block;
    position: relative;
min-width: 20px;
}


.slider-style-image_slider .tns-nav {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider-style-image_slider .tns-nav button {
 border:1px solid var(--secondary-colour);
 border-radius:56px;
 padding:5px;
 box-sizing:border-box;
 background:#fff;
 margin:0 4px
}
.slider-style-image_slider .tns-nav button.tns-nav-active {
 background:var(--secondary-colour)
}

@media all and (max-width: 2500px) {
.slider-style-image_slider .slider-nav-container {
  width: calc(100% - 470px);
}
}
@media all and (max-width: 1920px) {
.slider-style-image_slider .slider-nav-container {
  width: calc(100% - 300px);
}
}
@media all and (max-width: 1366px) {
.slider-style-image_slider .slider-nav-container {
  width: calc(100% - 150px);
}
}
@media all and (max-width: 1024px) {
.slider-style-image_slider .slider-nav-container {
  width: calc(100% - 60px);
}
}
@media all and (max-width: 768px) {
.slider-style-image_slider .slider-nav-container-outer {
  height: 100%;
  align-items: center;
}
.slider-style-image_slider .slider-nav-container {
  width: 100%;
  padding: 0 8px;
}
.content-block.slider-style-image_slider {
  padding-bottom: 199px;  
  padding-bottom: clamp(90px, 12vw, 125px);   
}
}
@media all and (max-width: 480px) {
.slider-style-image_slider .slider-nav-container-outer {
  display: none;
}
}
@media all and (max-width: 374px) {
}



/* Image and text */
.slider-style-text_image_slider .block-inner {
  position: relative;
}
.slider-style-text_image_slider .slider-container {
  display: flex;
}
.slider-style-text_image_slider .single-slide-wrap {
  flex: 1;
}
.slider-style-text_image_slider .block-inner .content-block-container .content-block-inner {
  display: grid;
  grid-template-columns: auto 60%;
  height: 100%;
}
.slider-style-text_image_slider .content-block-content {
  order: 1;
  display: flex;
  flex-direction: column;
  padding-top: clamp(75px, 12vw, 125px);
  padding-bottom: clamp(75px, 12vw, 125px);
  padding-right: 10%;
  padding-left: clamp(25px, 5vw, 60px);
  max-width: 600px;
}
.slider-style-text_image_slider .content-block-image {
  order: 2;
  box-sizing: border-box;
  padding: 30px;
  border-left: 1px solid #D5D5D5;
}
.slider-style-text_image_slider .content-block-image img {
display: block;
width: 100%;
object-fit: cover;
height: 100%;
max-height: 875px;  
}
.slider-style-text_image_slider .content-block-button-wrap {
  margin-top: 42px;
  display: flex;
}
.slider-style-text_image_slider .slider-nav-container-outer {
  display: flex;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: calc(60% - 60px);
  justify-content: center;
  align-items: flex-end;
  right: 30px;
  bottom: 30px;

}
.slider-style-text_image_slider .slider-nav-container {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.slider-block.slider-style-text_image_slider .slider-nav-container button {
width: 35px;
height: 35px;
background: rgba(255, 255, 255, 0.7);
}

.slider-block.slider-style-text_image_slider .tns-nav {
  position: absolute;
  bottom: 36px;
  text-align: center;
  width: calc(60% - 60px);
  right: 30px;
}
.slider-block.slider-style-text_image_slider .tns-nav button {
 border:1px solid var(--secondary-colour);
 border-radius:56px;
 padding:5px;
 box-sizing:border-box;
 background:#fff;
 margin:0 4px
}
.slider-block.slider-style-text_image_slider .tns-nav button.tns-nav-active {
 background:var(--secondary-colour)
}


/* Text/Quote slider */
.slider-style-text_quote_slider .slider-container .single-slide-wrap-inner {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.slider-style-text_quote_slider .slide-rating {
}
.slider-style-text_quote_slider .slide-main-text-area {
  text-align: center;
  margin-bottom: 10px;
font-family: 'didot', serif;
font-size: 1.5em;
color: #ED6F21;
}
.slider-style-text_quote_slider .slide-image {
  margin-top: 32px;
}
.slider-style-text_quote_slider .slide-image img {
max-width: 225px;
}
.slider-style-text_quote_slider .slide-bottom-text-area {
  text-align: center;
  margin-bottom: 0;
font-family: 'didot', serif;
font-size: 1.5em;
}
.slider-style-text_quote_slider .tns-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  gap: 5px;
}
.slider-style-text_quote_slider .tns-nav button {
border: 1px solid var(--secondary-colour);
border-radius: 40px;
background: transparent;
height: 11px;
width: 11px;
padding: 0;
}
.slider-style-text_quote_slider .tns-nav button.tns-nav-active {
background: var(--secondary-colour);
}
.slider-style-text_quote_slider .slider-outer-wrap {

}
.slider-style-text_quote_slider button[data-action='stop'], .slider-style-text_quote_slider button[data-action='start'] {
display: none;
}

.quote-slide-top-decoration {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.quote-speech-mark {
  display: block;
  position: relative;
}
.quote-speech-mark img {
  height: 52px;
  display: block;
  width: auto;
}
.quote-speech-mark::before {
  content: "";
  display: block;
  height: 2px;
  background: var(--secondary-colour);
  width: 300px;
  position: absolute;
  right: 102.2px;
  bottom: 18px;
}
.quote-speech-mark::after {
  content: "";
  display: block;
  background: var(--secondary-colour);
  height: 2px;
  width: 300px;
  position: absolute;
  left: 102.2px;
  bottom: 18px;
}

@media all and (max-width: 1500px) {
.slider-style-text_quote_slider .slide-main-text-area, .slider-style-text_quote_slider .slide-bottom-text-area {
  font-size: 1.4em;
}
}
@media all and (max-width: 1280px) {
.slider-style-text_quote_slider .slide-main-text-area, .slider-style-text_quote_slider .slide-bottom-text-area {
  font-size: 1.3em;
}
}
@media all and (max-width: 1024px) {
.quote-speech-mark::before {
  width: 280px;
}
.quote-speech-mark::after {
  width: 280px;
}
}
@media all and (max-width: 768px) {
.slide-rating svg {
height: 25px;
}
.quote-speech-mark::before {
  width: 230px;
}
.quote-speech-mark::after {
  width: 230px;
}
}
@media all and (max-width: 650px) {
.slider-style-text_quote_slider .slide-main-text-area, .slider-style-text_quote_slider .slide-bottom-text-area {
  font-size: 1.2em;
}
.quote-speech-mark::before {
  width: 170px;
}
.quote-speech-mark::after {
  width: 170px;
}
}
@media all and (max-width: 550px) {
.quote-speech-mark img {
  height: 42px;
}
.quote-speech-mark::before {
  width: 140px;
right: 82.2px;
bottom: 12px;
}
.quote-speech-mark::after {
  width: 140px;
left: 82.2px;
bottom: 12px;
}
}
@media all and (max-width: 480px) {
.quote-speech-mark::before {
  width: 100px;
}
.quote-speech-mark::after {
  width: 100px;
}
}