/*
 Theme Name: RS Glass
 Template: twentytwentyfour
*/

.wp-block-group.alignwide.has-base-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	position: relative;
	border-bottom: 5px solid #fdbf59;
}

.top {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
    border-bottom: 30px solid #27548A;
    height: 5px;
    background: #183B4E;
}
.bottom {
  clip-path: polygon(0 0,50% 35px,100% 0,100% 100%,0 100%);
  margin-top: -25px;
}
.splide__pagination__page.is-active {background:#c60;}
