﻿.webstory.--blog {
    padding: 60px 0;
}

@media only screen and (min-width:992px) {
    .cta.--whiteborder:hover {
        color: #fff;
        background-color: #702f8a
    }
}

.webstory {
    padding-top: 175px
}

.webstory.--blog {
    padding: 60px 0;
    background-color: rgba(112, 47, 138, .07)
}

@media only screen and (min-width:992px) {
    .webstory.--blog {
        padding: 100px 0
    }
}

.webstory.--blog .cta.--mob {
    display: table;
	color:#fff;
	text-decoration:none;
	margin: 0 auto;
}

@media only screen and (min-width:640px) {
    .webstory.--blog .cta.--mob {
        width: auto;
        padding: 10px 72px
    }
}

@media only screen and (min-width:992px) {
    .webstory.--blog .cta.--mob {
        display: none
    }
}

.webstory.--blog .cta.--dk {
    display: none;
    padding: 10px 72px
}

@media only screen and (min-width:992px) {
    .webstory.--blog .cta.--dk {
        display: block
    }
}

.webstory-title {
    font-family: Mona Condensed SemiBold;
    margin: 0;
    font-size: 37px;
    line-height: 1.22;
    color: #702f8a;
    text-align: center
}

@media only screen and (min-width:992px) {
    .webstory-title {
        font-size: 54px;
        line-height: 1.19;
        text-align: left
    }
}

.webstory-top {
    margin-bottom: 50px;
    padding: 0 25px
}

@media only screen and (min-width:992px) {
    .webstory-top {
        padding: 0
    }
}

.webstory-top img {
    width: 153px;
    display: block;
    margin: 25px auto 0
}

@media only screen and (min-width:992px) {
    .webstory-top img {
        margin: 0
    }
}

@media only screen and (min-width:992px) {
    .webstory-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.webstory-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.webstory-slider-item {
    position: relative;
    padding: 15px 15px 140px;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(112, 47, 138, .05);
    -webkit-transition: background-color .3s ease;
    -o-transition: .3s ease background-color;
    transition: background-color .3s ease;
   margin-right: 10px;
        margin-left: 10px;

}

.webstory-slider-item-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 11px
}

.webstory-slider-item-img-panel {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 65%
}

.webstory-slider-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .3s ease;
    -o-transition: .3s ease transform;
    transition: transform .3s ease
}

.webstory-slider-item p {
    font-family: Mona Bold;
    font-size: 19px;
    line-height: 1.53;
    text-align: center;
    color: #702f8a;
    -webkit-transition: color .3s ease;
    -o-transition: .3s ease color;
    transition: color .3s ease
}

@media only screen and (min-width:992px) {
    .webstory-slider-item p {
        padding: 0 15px;
        font-size: 21px;
        line-height: 1.48
    }
}

@media only screen and (min-width:1200px) {
    .webstory-slider-item p {
        padding: 0 30px
    }
}

@media only screen and (min-width:1441px) {
    .webstory-slider-item p {
        padding: 0 45px
    }
}

.webstory-slider-item .arrow,
.webstory-slider-item .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s ease;
    -o-transition: .3s ease opacity;
    transition: opacity .3s ease;
    bottom: 50px;
    width: 60px;
}

@media only screen and (min-width:992px) {
    .webstory-slider-item .arrow,
    .webstory-slider-item .nav {
        opacity: 0;
        right: 15px;
        left: auto;
        bottom: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media only screen and (min-width:992px) {
    .webstory-slider-item:hover {
        background-color: #702f8a
    }
    .webstory-slider-item:hover p {
        color: #fff
    }
    .webstory-slider-item:hover .arrow {
        opacity: 1
    }
    .webstory-slider-item:hover .webstory-slider-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.webstory-nav {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 36px;
    gap: 36px
}

@media only screen and (min-width:992px) {
    .webstory-nav {
        margin-top: 75px;
        grid-gap: 30px;
        gap: 30px
    }
}

.webstory-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px
}

@media only screen and (min-width:992px) {
    .webstory-nav-item {
        width: 72px
    }
}

.webstory-nav-item.--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.webstory .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.webstory .slick-slide {
    height: inherit !important
}



.cta {
    display: table;
    font-family: Mona Bold;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #702f8a;
    background-color: #702f8a;
    text-align: center;
    -webkit-transition: color .3s ease,background-color .3s ease;
    -o-transition: .3s ease color,.3s ease background-color;
    transition: color .3s ease,background-color .3s ease
}

@media only screen and (min-width: 992px) {
    .cta:hover {
        background-color:transparent;
        color: #702f8a
    }
}

.cta.--white {
    color: #702f8a;
    border: 1px solid #fff;
    background-color: #fff
}

@media only screen and (min-width: 992px) {
    .cta.--white:hover {
        color:#fff;
        background-color: transparent
    }
}

.cta.--border {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

@media only screen and (min-width: 992px) {
    .cta.--border:hover {
        color:#702f8a;
        background-color: #fff
    }
}

.cta.--purpleborder {
    border: 1px solid #702f8a;
    background-color: transparent;
    color: #702f8a !important;
}

@media only screen and (min-width: 992px) {
    .cta.--purpleborder:hover {
        color:#fff !important;
        background-color: #702f8a
    }
}

.cta.--whiteborder {
    color: #702f8a!important;
    border: 1px solid #702f8a;
    background-color: #fff
}


.container {
    padding: 0
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 640px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1441px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1360px
    }
}

.webstory-slider a {text-decoration:none;}

.webstory-top a {color:#fff;text-decoration:none;}

.webstory.--blog {
	box-sizing: border-box;
}

@media (max-width: 991px) {
    .webstory-slider{
		flex-direction: column;
		align-items: center;
		width: 95%;
        margin: 0 auto;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    box-sizing: border-box;
	}
	
	.webstory-slider-item {
	    margin-bottom: 50px;
	    padding: 15px 15px 85px;
	}
	
	.webstory-slider-item .arrow, .webstory-slider-item .nav{
	    bottom: 20px;
	}
	    
}

