.block-fixed-content-and-image .fixed-content-area{position:relative;height:100vh;width:100%;overflow:hidden;}
.block-fixed-content-and-image .fixed-content-slide{height:100vh;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;}
.block-fixed-content-and-image .fixed-content-slide.active{opacity:1;transform:translateY(0);z-index:9999;}
.block-fixed-content-and-image .fixed-content-slide .grid{grid-template-columns:6fr 5fr;align-items:center;}
.block-fixed-content-and-image .fixed-content-slide a{color:#8c4ffb;font-weight:bold;}

.first-slide-full.block-fixed-content-and-image .fixed-content-slide:first-child .fixed-content-content{padding-right:0;}
.block-fixed-content-and-image .fixed-content-slide .fixed-content-content{opacity:0;transform:translatey(-100%);transition:all .35s;padding-left:11.1rem;padding-right:13rem;min-height:325px;}
.block-fixed-content-and-image .no-slides .fixed-content-slide .fixed-content-content{padding-left:0;}
.block-fixed-content-and-image .fixed-content-slide.active .fixed-content-content{opacity:1;transform:translateY(0);}
.block-fixed-content-and-image .fixed-content-slide.active + .fixed-content-slide .fixed-content-content{transform:translatey(100%)}

.block-fixed-content-and-image .fixed-content-slide .fixed-content-image img{opacity:0.01;}
.block-fixed-content-and-image .fixed-content-slide.active .fixed-content-image img{opacity:1;}

.fixed-content-wrapper .fixed-content-bar-area{height:500px;position:fixed;top:calc(50% + 90px);transform:translateY(-50%);z-index:999999;}
.fixed-content-wrapper .fixed-content-bar-area .fixed-content-bar{width:8px;height:270px;background:#F4F3F7;border-radius:100px;position: relative;}
.fixed-content-wrapper .fixed-content-bar-area .fixed-content-bar .fixed-content-bar-progress{position:absolute;top:0;left:0;width:100%;height:15%;background:linear-gradient(#8C4FFB 50px, #26eadb 180px, #6f7dff);border-radius:100px;transition:all .5s;}
.fixed-content-wrapper .fixed-content-bar-area .fixed-content-skip{cursor: pointer;margin-top:15rem;border-radius:100px;position: relative;z-index:9999999;}
.fixed-content-wrapper .fixed-content-bar-area .fixed-content-skip .fixed-content-skip-icon{content:'';width:27px;height:27px;background:#ffffff;border-radius:100px;background-image:url('/wp-content/themes/toast/assets/images/fixed-content-arrow.svg');background-size:15px;background-position:center;background-repeat:no-repeat;border:2px solid #8e97f9;vertical-align:middle;display:inline-block;margin-right:1rem;}
.fixed-content-wrapper .fixed-content-bar-area .fixed-content-skip:hover .fixed-content-skip-icon{background-color:#8e97f9;background-image:url('/wp-content/themes/toast/assets/images/fixed-content-arrow-white.svg');}

@media(max-width:1400px){
    .fixed-content-wrapper .fixed-content-bar-area{left:2rem;}
    .block-fixed-content-and-image .fixed-content-slide{padding-left:4rem;}
}

@media(max-width:1024px){
    .block-fixed-content-and-image .fixed-content-area{padding:5rem 0;height:auto;}
    .block-fixed-content-and-image .fixed-content-slide{height:auto;display:block;position:static;margin-bottom:5rem;padding:0;}
    .block-fixed-content-and-image .fixed-content-slide .fixed-content-content{padding:0;;min-height:0px;}
    .block-fixed-content-and-image .fixed-content-slide .fixed-content-content, .block-fixed-content-and-image .fixed-content-slide .fixed-content-image{transform:none !important;opacity:1;}
    .block-fixed-content-and-image .fixed-content-slide .grid{grid-template-columns:1fr;}
    .block-fixed-content-and-image .fixed-content-slide h3{font-size:3rem;margin-bottom:2rem;}
    .block-fixed-content-and-image .fixed-content-slide img{max-width:300px;margin:0 auto;display:block;opacity:1 !important;}

    .fixed-content-wrapper .fixed-content-bar-area{display:none;}
}