/**handles:ghostkit-block-carousel,ghostkit-block-changelog,ghostkit-block-countdown,ghostkit-block-counter-box,ghostkit-block-divider,ghostkit-block-gif**/
.ghostkit-carousel{--gkt-carousel--fade-edges__size:12%;--gkt-carousel--arrows__width:2.2em;--gkt-carousel--arrows__height:2.2em;--gkt-carousel--arrows__offset:0.5em;--gkt-carousel--arrows__font-size:0.9em;--gkt-carousel--arrows__color:var(--gkt-color-dark-gray);--gkt-carousel--arrows__background-color:#fff;--gkt-carousel--arrows__border-radius:50%;--gkt-carousel--arrows__box-shadow:0 0 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-carousel--arrows__opacity:0.5;--gkt-carousel--arrows-hover__box-shadow:0 2px 10px 4px rgba(0,0,0,.04),0 0 1px 1px rgba(0,0,0,.02);--gkt-carousel--arrows-hover__opacity:1;--gkt-carousel--arrows-hover__transform:translateY(-1px);--gkt-carousel--bullets__width:0.4em;--gkt-carousel--bullets__height:0.4em;--gkt-carousel--bullets__margin-top:25px;--gkt-carousel--bullets__gap:0.8em;--gkt-carousel--bullets__background-color:var(--gkt-color-dark-gray);--gkt-carousel--bullets__border-radius:50%;--gkt-carousel--bullets__opacity:0.2;--gkt-carousel--bullets-hover__opacity:0.5;--gkt-carousel--bullets-active__opacity:1;--gkt-carousel__transition-duration:var(--gkt-transition-duration);--gkt-carousel__transition-easing:var(--gkt-transition-easing)}.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide] .ghostkit-carousel-items{display:flex}.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=fade] .ghostkit-carousel-slide:not(:first-child),.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="1"] .ghostkit-carousel-slide:first-child~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="10"] .ghostkit-carousel-slide:nth-child(10)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="2"] .ghostkit-carousel-slide:nth-child(2)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="3"] .ghostkit-carousel-slide:nth-child(3)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="4"] .ghostkit-carousel-slide:nth-child(4)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="5"] .ghostkit-carousel-slide:nth-child(5)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="6"] .ghostkit-carousel-slide:nth-child(6)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="7"] .ghostkit-carousel-slide:nth-child(7)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="8"] .ghostkit-carousel-slide:nth-child(8)~div,.ghostkit-carousel:not(.ghostkit-carousel-ready)[data-effect=slide][data-slides-per-view="9"] .ghostkit-carousel-slide:nth-child(9)~div{display:none}.ghostkit-carousel-fade-edges{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--gkt-carousel--fade-edges__size),#000 calc(100% - var(--gkt-carousel--fade-edges__size)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--gkt-carousel--fade-edges__size),#000 calc(100% - var(--gkt-carousel--fade-edges__size)),transparent 100%)}.ghostkit-carousel-arrow{align-items:center;background-color:var(--gkt-carousel--arrows__background-color);border-radius:var(--gkt-carousel--arrows__border-radius);box-shadow:var(--gkt-carousel--arrows__box-shadow);color:var(--gkt-carousel--arrows__color);cursor:pointer;display:flex;font-size:var(--gkt-carousel--arrows__font-size);height:var(--gkt-carousel--arrows__height);justify-content:center;margin-top:calc(var(--gkt-carousel--arrows__height)/-2);opacity:var(--gkt-carousel--arrows__opacity);position:absolute;top:50%;transition:var(--gkt-carousel__transition-duration) opacity var(--gkt-carousel__transition-easing),var(--gkt-carousel__transition-duration) box-shadow var(--gkt-carousel__transition-easing),var(--gkt-carousel__transition-duration) transform var(--gkt-carousel__transition-easing);width:var(--gkt-carousel--arrows__width);z-index:1}.ghostkit-carousel-arrow:after{bottom:-10px;content:"";display:block;left:-10px;position:absolute;right:-10px;top:-10px}.ghostkit-carousel-arrow:focus,.ghostkit-carousel-arrow:hover{box-shadow:var(--gkt-carousel--arrows-hover__box-shadow);opacity:var(--gkt-carousel--arrows-hover__opacity);transform:var(--gkt-carousel--arrows-hover__transform)}.ghostkit-carousel-arrow-prev{left:var(--gkt-carousel--arrows__offset)}.ghostkit-carousel-arrow-next{right:var(--gkt-carousel--arrows__offset)}.ghostkit-carousel-arrow-next-icon,.ghostkit-carousel-arrow-prev-icon{display:none}[data-show-bullets=true] .ghostkit-carousel-items{padding-bottom:var(--gkt-carousel--bullets__margin-top)}[data-show-bullets=true] .ghostkit-carousel-arrow{transform:translateY(calc(var(--gkt-carousel--bullets__margin-top)/-2))}.ghostkit-carousel-bullets{align-items:flex-end;bottom:0;display:flex;justify-content:center;position:absolute;text-align:center;z-index:1}.ghostkit-carousel-bullets.swiper-pagination-bullets-dynamic{font-size:inherit}.ghostkit-carousel-bullets .swiper-pagination-bullet{background-color:var(--gkt-carousel--bullets__background-color);border-radius:var(--gkt-carousel--bullets__border-radius);cursor:pointer;height:var(--gkt-carousel--bullets__height);margin:0 calc(var(--gkt-carousel--bullets__gap)/2);opacity:var(--gkt-carousel--bullets__opacity);position:relative;transition:var(--gkt-carousel__transition-duration) opacity var(--gkt-carousel__transition-easing);width:var(--gkt-carousel--bullets__width)}.ghostkit-carousel-bullets .swiper-pagination-bullet:focus,.ghostkit-carousel-bullets .swiper-pagination-bullet:hover{opacity:var(--gkt-carousel--bullets-hover__opacity)}.ghostkit-carousel-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:var(--gkt-carousel--bullets-active__opacity)}.ghostkit-carousel-bullets .swiper-pagination-bullet:after{bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}
.ghostkit-changelog{--gkt-changelog--version-badge__min-width:3.6em;--gkt-changelog--version-badge__padding-v:0.1em;--gkt-changelog--version-badge__padding-h:0.6em;--gkt-changelog--version-badge__font-weight:600;--gkt-changelog--version-badge__color:#fff;--gkt-changelog--version-badge__background-color:var(--gkt-color-dark-gray);--gkt-changelog--version-badge__border-radius:1em;--gkt-changelog--date__margin-left:1em;--gkt-changelog--date__font-size:1em;--gkt-changelog--line__top:2.5em;--gkt-changelog--line__left:calc(var(--gkt-changelog--version-badge__min-width)/2);--gkt-changelog--line__width:3px;--gkt-changelog--line__background-color:var(--gkt-color-dark-gray);--gkt-changelog--line__border-radius:1em;--gkt-changelog--line__opacity:0.2;--gkt-changelog--content__margin-top:1.5em;--gkt-changelog--content-lists__margin-bottom:1em;--gkt-changelog--content-badges__min-width:6.5em;--gkt-changelog--content-badges__margin-right:1em;--gkt-changelog--content-badges__font-size:0.65em;--gkt-changelog--content-badges__font-weight:600;--gkt-changelog--content-badges__text-transform:uppercase;align-items:center;display:flex;flex-wrap:wrap;position:relative;z-index:0}.ghostkit-changelog:before{background-color:var(--gkt-changelog--line__background-color);border-radius:var(--gkt-changelog--line__border-radius);bottom:0;content:"";display:block;left:var(--gkt-changelog--line__left);opacity:var(--gkt-changelog--line__opacity);position:absolute;top:var(--gkt-changelog--line__top);width:var(--gkt-changelog--line__width);z-index:-1}.ghostkit-changelog-version{background-color:var(--gkt-changelog--version-badge__background-color);border-radius:var(--gkt-changelog--version-badge__border-radius);color:var(--gkt-changelog--version-badge__color);font-weight:var(--gkt-changelog--version-badge__font-weight);min-width:var(--gkt-changelog--version-badge__min-width);padding:var(--gkt-changelog--version-badge__padding-v) var(--gkt-changelog--version-badge__padding-h);text-align:center}.ghostkit-changelog .ghostkit-changelog-date{font-size:var(--gkt-changelog--date__font-size);margin:0;margin-left:var(--gkt-changelog--date__margin-left)}.ghostkit-changelog-more{margin-top:var(--gkt-changelog--content__margin-top);padding-left:calc(var(--gkt-changelog--version-badge__min-width) + var(--gkt-changelog--date__margin-left));width:100%}@media screen and (max-width:768px){.ghostkit-changelog-more{padding-left:0}}.ghostkit-changelog .ghostkit-badge{font-size:var(--gkt-changelog--content-badges__font-size);font-weight:var(--gkt-changelog--content-badges__font-weight);margin-right:var(--gkt-changelog--content-badges__margin-right);min-width:var(--gkt-changelog--content-badges__min-width);text-transform:var(--gkt-changelog--content-badges__text-transform)}
.ghostkit-countdown{--gkt-countdown--unit__min-width:6.2em;--gkt-countdown--unit__padding-v:0.7em;--gkt-countdown--unit__padding-h:1.4em;--gkt-countdown--unit-number__font-weight:700;--gkt-countdown--unit-number__font-size:2em;--gkt-countdown--unit-number__color:var(--gkt-color-primary);--gkt-countdown--unit-label__font-size:1em;--gkt-countdown--unit-label__color:inherit;display:flex;flex-wrap:wrap}.ghostkit-countdown-units-align-left{justify-content:flex-start}.ghostkit-countdown-units-align-center{justify-content:center}.ghostkit-countdown-units-align-right{justify-content:flex-end}.ghostkit-countdown-unit{flex:0 0 auto;min-width:var(--gkt-countdown--unit__min-width);padding:var(--gkt-countdown--unit__padding-v) var(--gkt-countdown--unit__padding-h);text-align:center}.ghostkit-countdown-unit span{display:block}.ghostkit-countdown-unit-number{color:var(--gkt-countdown--unit-number__color);font-size:var(--gkt-countdown--unit-number__font-size);font-weight:var(--gkt-countdown--unit-number__font-weight)}.ghostkit-countdown-unit-label{color:var(--gkt-countdown--unit-label__color);font-size:var(--gkt-countdown--unit-label__font-size)}.ghostkit-countdown-expire-action{display:none;width:100%}
.ghostkit-counter-box{--gkt-counter-box__padding-v:1.5em;--gkt-counter-box__padding-h:1.5em;--gkt-counter-box__border-width:1px;--gkt-counter-box__border-color:var(--gkt-color-light-gray-darken);--gkt-counter-box__border-radius:var(--gkt-border-radius);--gkt-counter-box--number__offset:1.5em;--gkt-counter-box--number__font-size:2.5em;--gkt-counter-box--number__color:var(--gkt-color-primary);--gkt-counter-box__transition-duration:var(--gkt-transition-duration);--gkt-counter-box__transition-easing:var(--gkt-transition-easing);border:var(--gkt-counter-box__border-width) solid var(--gkt-counter-box__border-color);border-radius:var(--gkt-counter-box__border-radius);display:flex;flex-wrap:wrap;padding:var(--gkt-counter-box__padding-v) var(--gkt-counter-box__padding-h)}.ghostkit-counter-box-with-link{position:relative}.ghostkit-counter-box-link span{height:100%;left:0;position:absolute;top:0;width:100%}.ghostkit-counter-box-number{color:var(--gkt-counter-box--number__color);display:flex;font-size:var(--gkt-counter-box--number__font-size);transition:var(--gkt-counter-box__transition-duration) color var(--gkt-counter-box__transition-easing)}.ghostkit-counter-box-number~.ghostkit-counter-box-content{padding-left:var(--gkt-counter-box--number__offset)}.ghostkit-counter-box-number-align-right{order:2;padding-right:0}.ghostkit-counter-box-number-align-right~.ghostkit-counter-box-content{padding-left:0;padding-right:var(--gkt-counter-box--number__offset)}.ghostkit-counter-box-number-align-top{flex:100%;justify-content:center;padding-right:0}.ghostkit-counter-box-number-align-top~.ghostkit-counter-box-content{flex:100%;padding-left:0;padding-top:var(--gkt-counter-box--number__offset)}.ghostkit-counter-box-number-top-align-left{justify-content:flex-start}.ghostkit-counter-box-number-top-align-center{justify-content:center}.ghostkit-counter-box-number-top-align-right{justify-content:flex-end}.ghostkit-counter-box-content{flex:1}
.ghostkit-divider{--gkt-divider__padding-v:0.75em;--gkt-divider__padding-h:0;--gkt-divider__border-width:1px;--gkt-divider__border-color:var(--gkt-color-dark-gray);--gkt-divider--icon__padding-v:0;--gkt-divider--icon__padding-h:1em;--gkt-divider--icon__font-size:1em;--gkt-divider--icon__color:var(--gkt-color-dark-gray);--gkt-divider__transition-duration:var(--gkt-transition-duration);--gkt-divider__transition-easing:var(--gkt-transition-easing);align-items:center;display:flex;flex-wrap:wrap;padding:var(--gkt-divider__padding-v) var(--gkt-divider__padding-h)}.ghostkit-divider:after,.ghostkit-divider:before{border-bottom:var(--gkt-divider__border-width) solid var(--gkt-divider__border-color);content:"";display:block;flex:1;max-width:50%;transition:var(--gkt-divider__transition-duration) border-color var(--gkt-divider__transition-easing)}.ghostkit-divider:not(.ghostkit-divider-with-icon):before{max-width:100%}.ghostkit-divider:not(.ghostkit-divider-with-icon):after{display:none}.ghostkit-divider-type-solid:after,.ghostkit-divider-type-solid:before{border-bottom-style:solid}.ghostkit-divider-type-dashed:after,.ghostkit-divider-type-dashed:before{border-bottom-style:dashed}.ghostkit-divider-type-dotted:after,.ghostkit-divider-type-dotted:before{border-bottom-style:dotted}.ghostkit-divider-type-double:after,.ghostkit-divider-type-double:before{border-bottom-style:double}.ghostkit-divider-icon{color:var(--gkt-divider--icon__color);display:flex;font-size:var(--gkt-divider--icon__font-size);padding:var(--gkt-divider--icon__padding-v) var(--gkt-divider--icon__padding-h);transition:var(--gkt-divider__transition-duration) color var(--gkt-divider__transition-easing)}
.ghostkit-gif img{height:auto;width:100%}