.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(/wp-content/plugins/timeline-block-block/assets/css/../images/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(/wp-content/plugins/timeline-block-block/assets/css/../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;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.block-library-block__reusable-block-container{max-width:100%}html{line-height:1.15;-webkit-text-size-adjust:100%}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:15px;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body h1,body h2,body h3,body h4,body h5,body h6{margin-top:.5rem;margin-bottom:1rem;font-weight:700;line-height:1.2}body h1{font-size:2.5rem}body h2{font-size:2rem}body h3{font-size:1.75rem}body h4{font-size:1.5rem}body h5{font-size:1.25rem}body h6{font-size:1rem}body p{margin-top:0;margin-bottom:0}img{height:auto}:root{--oigny-lite-transition:cubic-bezier(0.165, 0.84, 0.44, 1)}body .oigny-lite-animate-init,body.editor-styles-wrapper .oigny-lite-animate{opacity:1;visibility:visible;transform:translateY(0) translateX(0) scale(1) rotate(0)}.oigny-lite-animate{opacity:0;visibility:hidden;transition-property:opacity,transform}.oigny-lite-move-up{transform:translateY(30px)}.oigny-lite-move-down{transform:translateY(-30px)}.oigny-lite-move-right{transform:translateX(-40px)}.oigny-lite-move-left{transform:translateX(40px)}.oigny-lite-flip{transform:perspective(500px) translateY(60px) scaleY(.75) rotateX(-40deg)}.oigny-lite-scale{transform:scale(.5)}.oigny-lite-flip,.oigny-lite-move-down,.oigny-lite-move-up,.oigny-lite-move-right,.oigny-lite-move-left,.oigny-lite-scale{transition-duration:.7s;transition-timing-function:var(--oigny-lite-transition)}.oigny-lite-delay-1{transition-delay:.1s}.oigny-lite-delay-3{transition-delay:.3s}.oigny-lite-delay-5{transition-delay:.5s}.oigny-lite-delay-7{transition-delay:.7s}.oigny-lite-delay-10{transition-delay:1s}.oigny-lite-delay-20{transition-delay:2s}.wp-block-columns{margin-bottom:0}.editor-styles-wrapper .wp-site-blocks>*+*{margin-block-start:0!important}.oigny-lite-z-index-1{position:relative;z-index:1}.oigny-lite-z-index-10{position:relative;z-index:10}.oigny-lite-z-index-100{position:relative;z-index:100}.oigny-lite-z-index-1000{position:relative;z-index:1000}.oigny-lite-margin-top-n10{position:relative;margin-top:-10px!important}.oigny-lite-margin-top-n20{position:relative;margin-top:-20px!important}.oigny-lite-margin-top-n30{position:relative;margin-top:-30px!important}.oigny-lite-margin-top-n40{position:relative;margin-top:-40px!important}.oigny-lite-margin-top-n50{position:relative;margin-top:-50px!important}.oigny-lite-margin-top-n60{position:relative;margin-top:-60px!important}.oigny-lite-margin-top-n70{position:relative;margin-top:-70px!important}.oigny-lite-margin-top-n80{position:relative;margin-top:-80px!important}.oigny-lite-margin-top-n90{position:relative;margin-top:-90px!important}.oigny-lite-margin-top-n100{position:relative;margin-top:-100px!important}.oigny-lite-radius-5{border-radius:5px}.oigny-lite-radius-10{border-radius:10px}.oigny-lite-radius-25{border-radius:25px}.oigny-lite-radius-50{border-radius:50px}.oigny-lite-margin-left-n10{position:relative;margin-left:-10px!important}.oigny-lite-margin-left-n20{position:relative;margin-left:-20px!important}.oigny-lite-margin-left-n30{position:relative;margin-left:-30px!important}.oigny-lite-margin-left-n40{position:relative;margin-left:-40px!important}.oigny-lite-margin-left-n50{position:relative;margin-left:-50px!important}.oigny-lite-margin-left-n60{position:relative;margin-left:-60px!important}.oigny-lite-margin-left-n70{position:relative;margin-left:-70px!important}.oigny-lite-margin-left-n80{position:relative;margin-left:-80px!important}.oigny-lite-margin-left-n90{position:relative;margin-left:-90px!important}.oigny-lite-margin-left-n100{position:relative;margin-left:-100px!important}.oigny-lite-post-template-gap{margin-left:-17.5px!important;margin-right:-17.5px!important}.oigny-lite-post-template-gap .wp-block-post-template{gap:0!important}.oigny-lite-post-template-gap .wp-block-post-template>.wp-block-post{padding-left:17.5px!important;padding-right:17.5px!important;padding-bottom:35px!important}@media only screen and (min-width:600px){.oigny-lite-post-template-gap .wp-block-post-template.column-2>.wp-block-post,.oigny-lite-post-template-gap .wp-block-post-template.columns-2>.wp-block-post{width:calc(50% - 35px)!important}.oigny-lite-post-template-gap .wp-block-post-template.column-3>.wp-block-post,.oigny-lite-post-template-gap .wp-block-post-template.columns-3>.wp-block-post{width:calc(33.33333% - 35px)!important}.oigny-lite-post-template-gap .wp-block-post-template.column-4>.wp-block-post,.oigny-lite-post-template-gap .wp-block-post-template.columns-4>.wp-block-post{width:calc(25% - 35px)!important}.oigny-lite-post-template-gap .wp-block-post-template.column-5>.wp-block-post,.oigny-lite-post-template-gap .wp-block-post-template.columns-5>.wp-block-post{width:calc(20% - 35px)!important}.oigny-lite-post-template-gap .wp-block-post-template.column-6>.wp-block-post,.oigny-lite-post-template-gap .wp-block-post-template.columns-6>.wp-block-post{width:calc(16.66667% - 35px)!important}body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.column-2>.wp-block-post,body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.columns-2>.wp-block-post{width:calc(50%)!important}body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.column-3>.wp-block-post,body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.columns-3>.wp-block-post{width:calc(33.33333%)!important}body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.column-4>.wp-block-post,body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.columns-4>.wp-block-post{width:calc(25%)!important}body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.column-5>.wp-block-post,body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.columns-5>.wp-block-post{width:calc(20%)!important}body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.column-6>.wp-block-post,body:not(.editor-styles-wrapper) .oigny-lite-post-template-gap .wp-block-post-template.columns-6>.wp-block-post{width:calc(16.66667%)!important}}body .is-style-custombuttonstyle1 .wp-block-button__link{color:var(--wp--preset--color--white);font-size:18px;font-weight:600;line-height:1em;letter-spacing:.05em;background-color:var(--wp--preset--color--theme-8);border-style:solid;border-width:1px;border-color:var(--wp--preset--color--white);border-radius:15px;padding-top:20px;padding-right:40px;padding-bottom:24px;padding-left:40px;transition:color 0.5s,background-color 0.5s,border-radius 0.5s}body .is-style-custombuttonstyle1:hover .wp-block-button__link{color:var(--wp--preset--color--black);background-color:var(--wp--preset--color--white);border-radius:50px}body .is-style-custombuttonstyle2 .wp-block-button__link{color:var(--wp--preset--color--white);font-size:14px;font-weight:600;line-height:1em;letter-spacing:.05em;background-color:var(--wp--preset--color--theme-8);border-style:solid;border-width:1px;border-color:var(--wp--preset--color--white);border-radius:13px;padding-top:18px;padding-right:28px;padding-bottom:22px;padding-left:28px;transition:color 0.5s,background-color 0.5s,border-radius 0.5s}body .is-style-custombuttonstyle2:hover .wp-block-button__link{background-color:var(--wp--preset--color--white);border-radius:30px;color:var(--wp--preset--color--black)}body .is-style-custombuttonstyle3 .wp-block-button__link{color:var(--wp--preset--color--white);font-size:12px;font-weight:600;line-height:1em;letter-spacing:.05em;background-color:var(--wp--preset--color--theme-8);border-style:solid;border-width:1px;border-color:var(--wp--preset--color--white);border-radius:10px;padding-top:14px;padding-right:22px;padding-bottom:16px;padding-left:22px;transition:color 0.5s,background-color 0.5s,border-radius 0.5s}body .is-style-custombuttonstyle3:hover .wp-block-button__link{background-color:var(--wp--preset--color--white);border-radius:30px;color:var(--wp--preset--color--black)}body .is-style-custombuttonstyle4 .wp-block-button__link{color:var(--wp--preset--color--black);font-size:12px;font-weight:600;line-height:1em;letter-spacing:.05em;background-color:var(--wp--preset--color--white);border-style:solid;border-width:1px;border-color:var(--wp--preset--color--white);border-radius:10px;padding-top:14px;padding-right:22px;padding-bottom:16px;padding-left:22px;transition:color 0.5s,background-color 0.5s,border-radius 0.5s}body .is-style-custombuttonstyle4:hover .wp-block-button__link{background-color:var(--wp--preset--color--theme-5);border-radius:30px;color:var(--wp--preset--color--black)}@media only screen and (min-width:600px){.wp-block-navigation.is-style-customnav>.wp-block-navigation-item,.wp-block-navigation.is-style-customnav .wp-block-navigation__container>.wp-block-navigation-item{height:70px}.wp-block-navigation.is-style-customnav .wp-block-navigation__container>.wp-block-navigation-item:hover{color:var(--wp--preset--color--theme-2)}body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:var(--wp--preset--color--white);border-radius:8px;border:none;color:var(--wp--preset--color--black);padding:10px;min-width:160px!important}body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover{color:var(--wp--preset--color--theme-2)}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;display:inline-block;font-size:24px;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}}body .wp-block-post-comments{padding:0;border:none;border-radius:0}body .wp-block-post-comments h2{font-size:24px;font-weight:700;color:var(--wp--preset--color--white);margin-bottom:20px}body .wp-block-post-comments p{font-size:18px;line-height:1.5;color:var(--wp--preset--color--theme-3);margin-top:10px;margin-bottom:20px}.wp-block-post-comments label{display:block;margin-top:15px;margin-bottom:10px!important;font-family:var(--wp--preset--font-family--michroma);font-size:14px;font-weight:400;color:var(--wp--preset--color--theme-3)}.wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]){padding:18px;background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);border-radius:10px;border:1px solid var(--wp--preset--color--theme-6);margin-bottom:20px;font-size:16px}.wp-block-post-comments textarea{padding:18px;background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);border-radius:10px;border:1px solid var(--wp--preset--color--theme-6);font-size:18px;resize:vertical;min-height:100px}body .wp-block-post-comments input[type=submit]{margin-top:0;background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);font-family:var(--wp--preset--font-family--michroma);font-size:14px;font-weight:600;padding-top:16px;padding-right:40px;padding-bottom:20px;padding-left:40px;border-radius:15px;border-style:solid;border-width:1px;border-color:var(--wp--preset--color--white);transition:all 0.3s ease}body .wp-block-post-comments [type=submit]:hover{background-color:var(--wp--preset--color--white);color:var(--wp--preset--color--black);border-radius:50px}.wp-block-separator{border-top:1px solid}.wp-block-query-pagination .wp-block-query-pagination-numbers{margin:0 3px;display:inline-block}.wp-block-query-pagination .page-numbers,.wp-block-query-pagination .wp-block-query-pagination-next,.wp-block-query-pagination .wp-block-query-pagination-previous{margin:0 6px;padding-top:11px;padding-right:17px;padding-bottom:14px;padding-left:17px;text-decoration:inherit;display:inline-block;border-radius:15px;border-style:solid;border-width:1px;border-color:var(--wp--preset--color--theme-0);transition:color 0.5s,background-color 0.5s,border-radius 0.5s}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow,.wp-block-query-pagination .wp-block-query-pagination-next-arrow{margin:0}.wp-block-query-pagination a:hover{background-color:var(--wp--preset--color--theme-0);color:var(--wp--preset--color--theme-1)!important;border-radius:50px}.wp-block-query-pagination .page-numbers.current,.wp-block-query-pagination a:focus,.wp-block-query-pagination a:active{background-color:var(--wp--preset--color--theme-0);color:var(--wp--preset--color--theme-1)!important;border-radius:15px}@media (max-width:1024px){body .hide-in-tablet{display:none!important}}@media (max-width:767px){body .hide-in-mobile{display:none!important}.wp-block-query-pagination .page-numbers,.wp-block-query-pagination .wp-block-query-pagination-next,.wp-block-query-pagination .wp-block-query-pagination-previous{margin:0 4px;padding-top:8px;padding-right:14px;padding-bottom:11px;padding-left:14px;font-size:12px;border-radius:12px}.wp-block-query-pagination .page-numbers.current,.wp-block-query-pagination a:focus,.wp-block-query-pagination a:active{background-color:var(--wp--preset--color--theme-0);color:var(--wp--preset--color--theme-1)!important;border-radius:12px}}#wp-admin-bar-gutenverse-pro{margin-bottom:-5px;margin-top:5px}#wp-admin-bar-gutenverse-pro a{height:32px!important}#wp-admin-bar-gutenverse span,#wp-admin-bar-gutenverse-pro span{display:flex}#wp-admin-bar-gutenverse-pro a,#wp-admin-bar-gutenverse-pro:hover a{background:#3B57F7!important;color:white!important}#wp-admin-bar-gutenverse span img,#wp-admin-bar-gutenverse-pro span img{margin-right:6px;opacity:.8}#wpadminbar #wp-admin-bar-gutenverse>.ab-item img,#wpadminbar #wp-admin-bar-gutenverse-pro>.ab-item img{display:block;text-indent:0;top:7px;margin-left:7px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar #wp-admin-bar-gutenverse-pro>.ab-item img{margin-left:0}#wpadminbar #wp-admin-bar-gutenverse-pro .gutenverse-pro-right img{margin-left:7px;margin-right:1px}#wpadminbar #wp-admin-bar-gutenverse>.ab-item img{margin-left:0}#wpadminbar #wp-admin-bar-gutenverse-pro a{padding-left:10px}@media only screen and (max-width:782px){#wpadminbar #wp-admin-bar-gutenverse,#wpadminbar #wp-admin-bar-gutenverse-pro{display:block!important}#wp-admin-bar-gutenverse span,#wp-admin-bar-gutenverse-pro span,#wpadminbar #wp-admin-bar-gutenverse>.ab-item img,#wpadminbar #wp-admin-bar-gutenverse-pro>.ab-item img{width:28px}#wpadminbar #wp-admin-bar-gutenverse>.ab-item,#wpadminbar #wp-admin-bar-gutenverse-pro>.ab-item{text-indent:200%;white-space:nowrap;overflow:hidden;width:52px;padding:0;color:#a7aaad;position:relative;display:flex;justify-content:center}}body{--guten-base-color:#181d23;--guten-base-lighter-color:#2d3137;--guten-bg-color:#fff;--guten-border-color:#eaeaeb;--guten-txt-color:#575a5f;--guten-txt-h-color:#181d23;--guten-txt-a-color:#0058e6;--guten-txt-m-color:#96989b;--guten-txt-alt-color:#fff;--guten-form-border-color:#d5d5d7;--guten-form-bg-color:transparent;--guten-form-txt-color:#181d23;--guten-form-font-size:15px;--guten-form-border-focus:#b7b7b7;--guten-switch-active:#3557dc;--guten-switch-shadow:#2e384d;--guten-form-placeholder-color:#96989b;--guten-btn-txt-color:#fff;--guten-btn-bg-color:#0058e6;--guten-btn-bg-info:#5bc0de;--guten-btn-bg-success:#5cb85c;--guten-btn-bg-warning:#f0ad4e;--guten-btn-bg-danger:#d9534f;--guten-btn-bg-hover-color:#0048bd;--guten-selection-bg-color:#d8a600;--guten-element-bg-color:#80b1ff;--guten-element-darken-bg-color:#0058e6;--guten-element-lighten-bg-color:#e6f0ff;--guten-success-bg-color:#75ffd8;--guten-success-border-color:#007f5b;--guten-error-text-color:#d60000;--guten-error-bg-color:#fcc;--guten-error-border-color:#d60000;--guten-wp-color:#007cba}.editor-styles-wrapper .guten-fix-style{background:#fff0}.choices{font-size:16px;margin-bottom:24px;overflow:hidden;position:relative}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{background-color:#fff;border-bottom:1px solid #ddd;display:block;margin:0;padding:10px;width:100%}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;border-radius:10em;height:20px;margin-right:25px;margin-top:-10px;opacity:.25;padding:0;position:absolute;right:0;top:50%;width:20px}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{border:5px solid #fff0;border-top-color:#333;content:"";height:0;margin-top:-2.5px;pointer-events:none;position:absolute;right:11.5px;top:50%;width:0}.choices[data-type*=select-one].is-open:after{border-color:#fff0 #fff0 #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{left:0;margin-left:25px;margin-right:0;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;border-left:1px solid #008fa1;border-radius:0;display:inline-block;line-height:1;margin:0 -4px 0 8px;opacity:.75;padding-left:16px;position:relative;width:8px}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{background-color:#f9f9f9;border:1px solid #ddd;border-radius:2.5px;display:inline-block;font-size:14px;min-height:44px;overflow:hidden;padding:7.5px 7.5px 3.75px;vertical-align:top;width:100%}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{list-style:none;margin:0;padding-left:0}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-left:16px;padding-right:4px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{background-color:#00bcd4;border:1px solid #00a5bb;border-radius:20px;box-sizing:border-box;color:#fff;display:inline-block;font-size:12px;font-weight:500;margin-bottom:3.75px;margin-right:3.75px;padding:4px 10px;vertical-align:middle;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-left:3.75px;margin-right:0}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;margin-top:-1px;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:100%;will-change:visibility;word-break:break-all;z-index:1}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{border-radius:.25rem .25rem 0 0;bottom:100%;margin-bottom:-1px;margin-top:0;top:auto}.choices__list--dropdown .choices__list{max-height:300px;overflow:auto;position:relative;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{font-size:14px;padding:10px;position:relative}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices__heading{border-bottom:1px solid #f7f7f7;color:gray;font-size:12px;font-weight:600;padding:10px}.choices__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff0;background-position:50%;background-repeat:no-repeat;border:0;cursor:pointer;text-indent:-9999px}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{background-color:#f9f9f9;border:0;border-radius:0;display:inline-block;font-size:14px;margin-bottom:5px;max-width:100%;padding:4px 0 4px 2px;vertical-align:baseline}[dir=rtl] .choices__input{padding-left:0;padding-right:2px}.choices__placeholder{opacity:.5}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:15px;font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body h1,body h2,body h3,body h4,body h5,body h6{font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:.5rem}body h1{font-size:2.5rem}body h2{font-size:2rem}body h3{font-size:1.75rem}body h4{font-size:1.5rem}body h5{font-size:1.25rem}body h6{font-size:1rem}body p{margin-bottom:0;margin-top:0}img{height:auto}video{max-width:100%}[class*=guten] a{box-shadow:none;text-decoration:none}.editor-styles-wrapper .guten-column .wp-block{margin-left:0;margin-right:0}.guten-element .hover-from-arise:before,.guten-element .hover-from-bottom:before,.guten-element .hover-from-left:before,.guten-element .hover-from-right:before,.guten-element .hover-from-top:before{background-size:101% 101%;content:"";height:100%;position:absolute;transition:all .6s ease;width:100%}.guten-element .hover-from-left:before,.guten-element.hover-from-left:before{left:-101%;top:0}.guten-element .hover-from-left:hover:before,.guten-element.hover-from-left:hover:before{left:0}.guten-element .hover-from-right:before,.guten-element.hover-from-right:before{right:-101%;top:0}.guten-element .hover-from-right:hover:before,.guten-element.hover-from-right:hover:before{right:0}.guten-element .hover-from-top:before,.guten-element.hover-from-top:before{left:0;top:-101%}.guten-element .hover-from-top:hover:before,.guten-element.hover-from-top:hover:before{top:0}.guten-element .hover-from-bottom:before,.guten-element.hover-from-bottom:before{bottom:-101%;left:0}.guten-element .hover-from-bottom:hover:before,.guten-element.hover-from-bottom:hover:before{bottom:0}.guten-element .hover-from-arise:before,.guten-element.hover-from-arise:before{left:0;opacity:0;top:0}.guten-element .hover-from-arise:hover:before,.guten-element.hover-from-arise:hover:before{opacity:100%}.guten-background-animated,.guten-background-overlay{border-radius:inherit;height:100%;left:0;position:absolute!important;top:0;width:100%}.guten-background-animated{overflow:hidden}.guten-background-animated .animated-layer{border-radius:inherit;height:100%;left:0;position:absolute!important;top:0;width:100%}.gutenverse-block-loading{align-items:center;display:flex;justify-content:center;padding:12px;width:100%}:root :where(.editor-styles-wrapper) :where(.is-layout-flow) .wp-block{margin-block-start:0}.bg-slideshow-container{align-items:center;border-radius:inherit;display:flex;height:100%!important;justify-content:center;left:0;margin:auto;overflow:hidden;position:absolute!important;top:0;width:100%!important;z-index:0}.bg-slideshow-container .bg-slideshow-item{border-radius:inherit}.bg-slideshow-container .bg-slideshow-item,.bg-slideshow-container .bg-slideshow-item .slideshow-item-container{background-position:50%;height:inherit;left:0;-o-object-fit:cover;object-fit:cover;position:absolute!important;top:0;width:100%}.bg-slideshow-container .bg-slideshow-item .slideshow-item-container{display:none;overflow:hidden}.bg-slideshow-container .bg-slideshow-item .slideshow-item-container.current{display:block;z-index:1}.bg-slideshow-container .bg-slideshow-item .slideshow-item-container.previous{display:block;z-index:2}.bg-slideshow-container .bg-slideshow-item .slideshow-item-container .slideshow-image{background-size:contain;height:inherit;left:0;position:absolute;top:0;width:100%}@keyframes fade{0%{opacity:1}to{opacity:0}}@keyframes ken-burns-toggle-out{0%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes ken-burns-toggle-in{0%{transform:scale(1)}to{transform:scale(1.3)}}@keyframes current-slideRight{0%{left:-100%}to{left:0}}@keyframes previous-slideRight{0%{left:0}to{left:100%}}@keyframes current-slideLeft{0%{right:-100%}to{right:0}}@keyframes previous-slideLeft{0%{right:0}to{right:100%}}@keyframes current-slideTop{0%{bottom:-100%}to{bottom:0}}@keyframes previous-slideTop{0%{bottom:0}to{bottom:100%}}@keyframes current-slideBottom{0%{top:-100%}to{top:0}}@keyframes previous-slideBottom{0%{top:0}to{top:100%}}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration)}.animated.fast{animation-duration:.7s;animation-duration:calc(var(--animate-duration)*.7)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-40px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-40px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(40px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes slideInDown{0%{transform:translate3d(0,-40px,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,40px,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}.__desktop-fadeIn{animation-name:fadeIn}.__desktop-fadeInLeft{animation-name:fadeInLeft}.__desktop-fadeInDown{animation-name:fadeInDown}.__desktop-fadeInRight{animation-name:fadeInRight}.__desktop-fadeInUp{animation-name:fadeInUp}.__desktop-slideInLeft{animation-name:slideInLeft}.__desktop-slideInDown{animation-name:slideInDown}.__desktop-slideInRight{animation-name:slideInRight}.__desktop-slideInUp{animation-name:slideInUp}.page-template-gutenverse_blank:before{display:none}.choices__inner{box-sizing:border-box;min-height:auto}.guten-element{position:relative;text-shadow:0 0 #fff0}.guten-element *{box-sizing:border-box;transition:all .3s}.guten-element img{max-width:100%}.guten-data[class=guten-data]{height:0!important;margin:0!important;padding:0!important;width:0!important}.guten-element-hide[class*=" __desktop-"],.guten-element-hide[class*=" desktop-"],.guten-element-hide[class^=__desktop-],.guten-element-hide[class^=desktop-]{visibility:hidden}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{padding-left:100px;padding-right:10px;text-align:right}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{left:10px;right:auto}}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animated[class*=Out]{opacity:0}}@media (max-width:780px){.__tablet-fadeIn{animation-name:fadeIn}.__tablet-fadeInLeft{animation-name:fadeInLeft}.__tablet-fadeInDown{animation-name:fadeInDown}.__tablet-fadeInRight{animation-name:fadeInRight}.__tablet-fadeInUp{animation-name:fadeInUp}.__tablet-slideInLeft{animation-name:slideInLeft}.__tablet-slideInDown{animation-name:slideInDown}.__tablet-slideInRight{animation-name:slideInRight}.__tablet-slideInUp{animation-name:slideInUp}.guten-element-hide[class*=" __tablet-"],.guten-element-hide[class*=" tablet-"],.guten-element-hide[class^=__tablet-],.guten-element-hide[class^=tablet-]{visibility:hidden}}@media only screen and (max-width:425px){.__mobile-fadeIn{animation-name:fadeIn}.__mobile-fadeInLeft{animation-name:fadeInLeft}.__mobile-fadeInDown{animation-name:fadeInDown}.__mobile-fadeInRight{animation-name:fadeInRight}.__mobile-fadeInUp{animation-name:fadeInUp}.__mobile-slideInLeft{animation-name:slideInLeft}.__mobile-slideInDown{animation-name:slideInDown}.__mobile-slideInRight{animation-name:slideInRight}.__mobile-slideInUp{animation-name:slideInUp}}@media only screen and (min-width:781px){.hide-desktop{display:none!important}}@media (max-width:780px) and (min-width:426px){.hide-tablet{display:none!important}}@media (max-width:425px){.hide-mobile{display:none!important}.guten-element-hide[class*=" __mobile-"],.guten-element-hide[class*=" mobile-"],.guten-element-hide[class^=__mobile-],.guten-element-hide[class^=mobile-]{visibility:hidden}}