/**handles:timelineCSS,wpsp-block-css**/
.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  /* left: 50%; */
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.timeline__item--right:after {
  left: -11px;
}
.timeline__item--right .timeline__content:before {
  border-bottom: 11px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 11px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content:after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
  left: -10px;
}
.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}
.timeline__content:after,
.timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content:before {
  border-bottom: 11px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 11px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -11px;
  z-index: 2;
}
.timeline__content label {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: flex !important;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev:before {
  background-image: url(https://strategyn.com/wp-content/plugins/timeline-block-block-pro/assets/images/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(https://strategyn.com/wp-content/plugins/timeline-block-block-pro/assets/images/arrow-right.svg);
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}

.wp-block-wpsp-faq.wpsp-faq-layout-accordion .wpsp-faq-child__outer-wrap .wpsp-faq-questions-button{cursor:pointer}.wpsp-faq-layout-grid.wpsp-faq-equal-height .wpsp-faq__wrap .wpsp-faq-child__outer-wrap,.wpsp-faq-layout-grid.wpsp-faq-equal-height .wpsp-faq__wrap .wpsp-faq-child__wrapper,.wpsp-faq-layout-grid.wpsp-faq-equal-height .wpsp-faq__wrap .wpsp-faq-item{height:100%}.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item:active,.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item:focus{outline:thin dotted}.wp-block-wpsp-faq-child .wpsp-faq-questions-button{display:flex;align-items:center;width:100%}.wp-block-wpsp-faq-child .wpsp-faq-questions-button .wpsp-faq-icon-wrap{display:inline-block;vertical-align:middle}.wp-block-wpsp-faq-child .wpsp-faq-questions-button .wpsp-question{width:100%;margin-top:0;margin-bottom:0}.wp-block-wpsp-faq-child .wpsp-icon svg,.wp-block-wpsp-faq-child .wpsp-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-wpsp-faq-child .wpsp-faq-content span{display:inline-block}.wp-block-wpsp-faq-child .wpsp-faq-content p{margin:0}.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-icon-active,.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-icon,.wp-block-wpsp-faq-child.wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-icon-active{display:inline-block;width:auto;height:auto}.wpsp-faq-layout-grid .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-icon,.wpsp-faq-layout-grid .wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-icon-active{display:none}.wpsp-faq-layout-grid .wpsp-faq-child__outer-wrap .wpsp-faq-item span.wpsp-icon-active.wpsp-faq-icon-wrap,.wpsp-faq-layout-grid .wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-icon-active{display:none}.wpsp-howto__cost-wrap{display:block}.wpsp-howto__cost-wrap .wpsp-howto-estcost-text,.wpsp-howto__cost-wrap .wpsp-howto-estcost-type,.wpsp-howto__cost-wrap .wpsp-howto-estcost-value{display:inline-flex}.wpsp-howto__time-wrap{display:block}.wpsp-howto__time-wrap .wpsp-howto-timeINmin-text,.wpsp-howto__time-wrap .wpsp-howto-timeNeeded-text,.wpsp-howto__time-wrap .wpsp-howto-timeNeeded-value{display:inline-flex}.wpsp-howto__time-wrap .wpsp-howto-timeINmin-text{margin-left:5px}.wpsp-how-to-main-wrap .wpsp-how-to-materials,.wpsp-how-to-main-wrap .wpsp-tools__wrap{margin-bottom:20px}.wpsp-editor-bg-image-control .components-button{vertical-align:middle;margin-left:10px}.wpsp-editor-bg-image-control .components-button:last-child{margin-left:10px}.wpsp-ifb-icon-wrap,.wpsp-ifb-icon-wrap *{transition:all .2s}.wpsp-ifb-content,.wpsp-ifb-icon-wrap .wpsp-ifb-icon{display:inline-block}.wpsp-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.wpsp-howto-child-icon-above-title .wpsp-ifb-left-right-wrap{text-align:center}a.wpsp-howto-child-cta-link span{font-size:inherit}.wpsp-ifb-cta.wpsp-howto-child-cta-link-style:empty{display:none}.entry .entry-content a.wpsp-howto-child-cta-link,.entry .entry-content a.wpsp-howto-child-link-wrap,a.wpsp-howto-child-cta-link,a.wpsp-howto-child-link-wrap{text-decoration:none}.entry .entry-content a.wpsp-howto-child-cta-link:hover,.entry .entry-content a.wpsp-howto-child-link-wrap:hover .entry .entry-content a.wpsp-howto-child-cta-link:hover,a.wpsp-howto-child-cta-link:hover,a.wpsp-howto-child-link-wrap:hover{color:inherit}.wpsp-howto-child-icon-left-title.wpsp-howto-child-image-valign-middle .wpsp-ifb-title-wrap,.wpsp-howto-child-icon-left.wpsp-howto-child-image-valign-middle .wpsp-ifb-content,.wpsp-howto-child-icon-right-title.wpsp-howto-child-image-valign-middle .wpsp-ifb-title-wrap,.wpsp-howto-child-icon-right.wpsp-howto-child-image-valign-middle .wpsp-ifb-content,.wpsp-howto-child-image-valign-middle .wpsp-ifb-imgicon-wrap{align-self:center}.wpsp-howto-child-left{text-align:left;justify-content:flex-start}.wpsp-howto-child-center{text-align:center;justify-content:center}.wpsp-howto-child-right{text-align:right;justify-content:flex-end}.wpsp-ifb-left-right-wrap{width:100%;word-break:break-word}.wpsp-howto-child-icon-above-title .wpsp-ifb-left-right-wrap,.wpsp-howto-child-icon-below-title .wpsp-ifb-left-right-wrap{display:block;min-width:100%;width:100%}.wpsp-howto-child-icon-left .wpsp-ifb-icon-wrap,.wpsp-howto-child-icon-left-title .wpsp-ifb-icon-wrap{margin-right:10px}.wpsp-howto-child-icon-right .wpsp-ifb-icon-wrap,.wpsp-howto-child-icon-right-title .wpsp-ifb-icon-wrap{margin-left:10px}.wpsp-howto-child-icon-left .wpsp-ifb-left-right-wrap,.wpsp-howto-child-icon-left-title .wpsp-ifb-left-title-image,.wpsp-howto-child-icon-right .wpsp-ifb-left-right-wrap,.wpsp-howto-child-icon-right-title .wpsp-ifb-right-title-image{-js-display:flex;display:flex}.wpsp-howto-child-icon-right .wpsp-ifb-left-right-wrap,.wpsp-howto-child-icon-right-title .wpsp-ifb-right-title-image{justify-content:flex-end}.wpsp-ifb-icon-wrap .wpsp-ifb-icon span{font-style:initial;height:auto;width:auto}.wpsp-ifb-imgicon-wrap .wpsp-ifb-image-content{display:inline-block;line-height:0;position:relative;max-width:100%}.wpsp-ifb-imgicon-wrap .wpsp-ifb-image-content img{display:inline;height:auto!important;max-width:100%;width:auto;box-sizing:content-box;border-radius:inherit}.wpsp-ifb-imgicon-wrap .wpsp-image-crop-circle img{border-radius:100%}.wpsp-ifb-imgicon-wrap .wpsp-image-crop-square img{border-radius:0}.wpsp-howto-child-module-link{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:4}.wpsp-edit-mode .wpsp-howto-child-module-link{z-index:2}.wpsp-howto-child-link-icon-after{margin-left:5px;margin-right:0}.wpsp-howto-child-link-icon-before{margin-left:0;margin-right:5px}.wpsp-howto-child-link-icon{transition:all .2s linear}.wpsp-howto-child{position:relative}.wpsp-ifb-separator{width:30%;border-top-width:2px;border-top-color:#333;border-top-style:solid;display:inline-block;margin:0}.wpsp-ifb-separator-parent{line-height:0;margin-left:0;margin-right:0;margin-bottom:10px}.wpsp-ifb-cta-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center}.wpsp-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.wpsp-ifb-cta a{box-shadow:none;text-decoration:none}.wpsp-ifb-title-wrap{width:100%}.wpsp-ifb-title-wrap,.wpsp-ifb-title-wrap .wpsp-ifb-title{padding:0;margin:0;display:block}.wpsp-how-to__content-wrap.wpsp-howto-child{position:relative}.wpsp-ifb-icon span{font-size:40px;height:40px;color:#333;width:40px}.wpsp-ifb-icon svg{fill:#333}.wpsp-ifb-content{width:100%}.wpsp-how-to__content-wrap.wpsp-howto-child,.wpsp-ifb-content,.wpsp-ifb-title-wrap,svg.dashicon.dashicons-upload{z-index:1}.wpsp-ifb-left-right-wrap{z-index:1}.wpsp-howto-child-cta-link{cursor:pointer}a.wpsp-howto-child-link-wrap{color:inherit}.wpsp-ifb-content p:empty{display:none}.wpsp-howto-child .wpsp-ifb-icon,.wpsp-howto-child .wpsp-ifb-image-content img{display:inline-block;box-sizing:content-box}.wpsp-ifb-align-icon-after{margin-left:5px}.wpsp-ifb-align-icon-before{margin-right:5px}span.wpsp-ifb-button-icon.wpsp-ifb-align-icon-after{float:right}.wpsp-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.wpsp-ifb-text-icon{height:15px;width:15px;font-size:15px;line-height:15px;vertical-align:middle;display:inline-block}.wpsp-ifb-button-icon svg,.wpsp-ifb-text-icon svg{height:inherit;width:inherit;display:inline-block}.block-editor-page #wpwrap .wpsp-howto-child-cta-link svg,.wpsp-howto-child-cta-link svg{font-style:normal}.wpsp-howto-child__outer-wrap{position:relative;margin-top:25px}a.wpsp-how-to__link-to-all{height:100%;width:100%;top:0;left:0;position:absolute;z-index:3;box-shadow:none;text-decoration:none}@media only screen and (max-width:976px){.wpsp-howto-child-stacked-tablet .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.wpsp-howto-child-stacked-tablet.wpsp-reverse-order-tablet .wpsp-ifb-left-right-wrap{-js-display:inline-flex;display:inline-flex;flex-direction:column-reverse}.wpsp-howto-child.wpsp-howto-child-stacked-tablet .wpsp-ifb-left-right-wrap .wpsp-ifb-content,.wpsp-howto-child.wpsp-howto-child-stacked-tablet .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.wpsp-howto-child.wpsp-howto-child-stacked-tablet .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{margin-left:0;margin-right:0}.wpsp-howto-child-stacked-tablet .wpsp-ifb-left-right-wrap{display:inline-block}.wpsp-howto-child-icon-left-title.wpsp-howto-child-stacked-tablet .wpsp-ifb-imgicon-wrap,.wpsp-howto-child-icon-left.wpsp-howto-child-stacked-tablet .wpsp-ifb-imgicon-wrap{margin-right:0}.wpsp-howto-child-icon-right-title.wpsp-howto-child-stacked-tablet .wpsp-ifb-imgicon-wrap,.wpsp-howto-child-icon-right.wpsp-howto-child-stacked-tablet .wpsp-ifb-imgicon-wrap{margin-left:0}.wpsp-howto-child-icon-left-title .wpsp-ifb-separator-parent{margin:10px 0}}@media screen and (max-width:767px){.wpsp-howto-child-stacked-mobile .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.wpsp-howto-child-stacked-mobile.wpsp-reverse-order-mobile .wpsp-ifb-left-right-wrap{-js-display:inline-flex;display:inline-flex;flex-direction:column-reverse}.wpsp-howto-child.wpsp-howto-child-stacked-mobile .wpsp-ifb-left-right-wrap .wpsp-ifb-content,.wpsp-howto-child.wpsp-howto-child-stacked-mobile .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.wpsp-howto-child.wpsp-howto-child-stacked-mobile .wpsp-ifb-left-right-wrap .wpsp-ifb-imgicon-wrap{margin-left:0;margin-right:0}.wpsp-howto-child-stacked-mobile .wpsp-ifb-left-right-wrap{display:inline-block}.wpsp-howto-child-icon-left-title.wpsp-howto-child-stacked-mobile .wpsp-ifb-imgicon-wrap,.wpsp-howto-child-icon-left.wpsp-howto-child-stacked-mobile .wpsp-ifb-imgicon-wrap{margin-right:0}.wpsp-howto-child-icon-right-title.wpsp-howto-child-stacked-mobile .wpsp-ifb-imgicon-wrap,.wpsp-howto-child-icon-right.wpsp-howto-child-stacked-mobile .wpsp-ifb-imgicon-wrap{margin-left:0}.wpsp-howto-child-icon-left-title .wpsp-ifb-separator-parent{margin:10px 0}}