h3 {
  font-family: 'Furore', serif;
  font-size: 72px;
}
.mos-img img {display: none !important;}
.ol-replace-slides .mos-img { color:#fff; margin-bottom: 20px;}

.ol-replace-slides-fixed-bg {
  background-attachment: fixed;
}
.ve-dark .ol-replace-slides-width::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;

}
.ol-replace-slides-width::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;

}
.ol-replace-slides-inner {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ol_replace_main, .ol-replace-slides-width{
 position:relative;
}
.ol-replace-slides {
 position:relative;
 left:0;
 display:flex;
 align-items:center;
 margin:0;
 background-color:#fff;
 overflow:hidden;
 min-height:60vw;
 width:100vw;
 padding:100px 10vw;
 background-size:cover;
 background-position:center;
 background-attachment:fixed;
 will-change:top,left,postition
}
.ve-dark .ol-replace-slides_h,.ve-dark .ol-replace-slides_category,.ve-dark  .ol-replace-slides_h a,.ve-dark .ol-replace-slides_h,.ve-dark .ol-replace-slides_meta,.ve-dark .ol-replace-slides .mos-img {
  color: #000;
}
 .ol-replace-slides_h {
  margin-bottom: 10px;
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
}
.ol-replace-slides-inner {
 width:100%;
 height:100%
}
main[class*=col-] .ol-replace-slides {
 margin:0;
 width:auto;
 min-height:500px
}
@media (min-width:768px) {
 .ol-replace-slides {
  min-height:60vw;
  margin:0 -15px;
  padding:10vw
 }
 .ol-replace-slides-inner {
  width:100%
 }
 main[class*=col-] .ol-replace-slides {
  min-height:600px
 }
}

@media (min-width:1200px) {
 .ol-replace-slides {
  margin:0 -15px;
  min-height:42vw;
  max-height:80vh;
  position:relative;
  width: auto;
 }
}
@media (min-width:1440px) {
 .ol-replace-slides-inner {
  width:100%
 }
}
@media (min-width:1740px) {
 main:not([class*=col-]) .ol-replace-slides {
  margin:0 -40px;
  min-height:45vw;
  -webkit-transform:translateX(calc(1740px/2 - 50%));
  transform:translateX(calc(1740px/2 - 50%))
 }
}
.ol-replace-slides_category {
 margin-bottom:30px;
 line-height:1;
 font-size: 16px;
 color:#fff;
 display:inline-block
}
.ol-replace-slides_category a {
  font-size: 16px;
 color:inherit
}
.ol-replace-slides_meta {
 margin-bottom:30px;
 display:inline-block;
 font-size:16px;
 line-height:1;
 color:#fff
}
.__status .ol-replace-slides_meta {
 color:#fff
}
.ol-replace-slides_category+.ol-replace-slides_meta {
 margin-left:20px
}
.ol-replace-slides_comments {
 color:inherit;
 margin-left:20px
}
.ol-replace-slides_h, .ol-replace-slides_h a {
 margin-bottom:40px;
 color:#fff;
 line-height:1.2;
 letter-spacing: -.02em;
 font-weight: 700;
}
@media (min-width:768px) {
 .ol-replace-slides_h {
  font-size:62px
 }
}
  @media (min-width: 768px)
.ol-replace-slides-inner {
  width: 80%;
}
  @media (min-width: 992px)
.ol-replace-slides-inner {
  width: 70%;
}
  @media (min-width: 1200px)
.ol-replace-slides-inner {
  width: 60%;
}
  @media (min-width: 1440px)
.ol-replace-slides-inner {
  width: 50%;
}


.ol_replace_main .link-custom {
  margin-top: 30px;
}

.ol_replace_main .link-custom a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 40px;
  padding-right: 25px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.ol_replace_main .link-custom a:hover {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 0;
  padding-right: 25px;
  background-color: #840808;
  color: #fff;
}

.ol_replace_main.ve-dark .link-custom a {
  border: 1px solid #bebebe;
}

.ol_replace_main .link-custom a:before {
  content: "+";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  margin: 12px 20px;
  background-color: #111;
  color: #fff;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}

.ol_replace_main.ve-dark .link-custom a:before {
  background-color: #fff;
  color: #111;
}
.ol_replace_main.ve-dark  .link-custom a {
  background-color: #000;
  color: #fff;
}
.ol_replace_main .link-custom a span {
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 4px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.ol_replace_main .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.ol_replace_main .tags > li {
	margin: 0;
}

.ol_replace_main .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.ol_replace_main .tags > li a:hover {
background-color: #333;
  color: #fff !important;
}

.ol_replace_main .tags > li {margin-left: 5px;}						
