.lsow-accordion .lsow-panel-title {
  display: block;
  cursor: pointer; }
.lsow-accordion .lsow-panel-content {
  display: none;
  overflow: hidden; }

.lsow-accordion.style1 .lsow-panel .lsow-panel-title, .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
    font-family: 'lsow-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e912";
    right: 30px;
    top: 26px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.lsow-accordion.style2 .lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lsow-accordion.style2 .lsow-panel .lsow-panel-title:after {
    font-family: 'lsow-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 30px;
    top: 25px;
    content: "\e913";
    color: #999;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    -webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/* ----- Style 1 ------ */
.lsow-accordion.style1 .lsow-panel {
  margin: 20px 0 0;
  background: #eee;
  border-radius: 5px;
  overflow: hidden; }
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0; }
  .lsow-accordion.style1 .lsow-panel .lsow-panel-content {
    background: #f8f8f8;
    padding: 30px 30px; }
  .lsow-accordion.style1 .lsow-panel:hover .lsow-panel-title {
    background: #e2e2e2; }
  .lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title {
    color: #333;
    background: #e2e2e2; }
  .lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title:after {
    color: #333; }

/* ----- Style 2 ------ */
.lsow-accordion.style2 .lsow-panel {
  margin: 20px 0 0;
  color: #333;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative; }
  .lsow-accordion.style2 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1; }
    .lsow-accordion.style2 .lsow-panel .lsow-panel-title:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      height: 0;
      width: 100%;
      background: #4c5053;
      -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: -1; }
  .lsow-accordion.style2 .lsow-panel .lsow-panel-content {
    padding: 20px 30px;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px; }
  .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title, .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title:after {
    color: #fff;
    border-color: #333; }
  .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title:before {
    height: 100%; }
  .lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title {
    background: #4c5053;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-color: #333; }
  .lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title:after {
    color: #fff; }

.lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-title {
  color: #888;
  border-color: #404040; }
  .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-title:before {
    background: #e5e5e5; }
.lsow-dark-bg .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title {
  color: #333; }
.lsow-dark-bg .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title:after {
  color: #666; }
.lsow-dark-bg .lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title {
  background: #e5e5e5;
  color: #333;
  border-color: #e5e5e5; }
.lsow-dark-bg .lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title:after {
  color: #666; }
.lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content {
  border-color: #404040;
  color: #909090; }
  .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h1, .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h2, .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h3, .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h4, .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h5, .lsow-dark-bg .lsow-accordion.style2 .lsow-panel .lsow-panel-content h6 {
    color: #e5e5e5; }

/* ----- Style 3 ------ */
.lsow-accordion.style3 .lsow-panel {
  margin: 0;
  border-bottom: 1px solid #dcdcdc; }
  .lsow-accordion.style3 .lsow-panel:first-child {
    border-top: 1px solid #dcdcdc; }
  .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    padding: 20px 50px 20px 5px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin: 0; }
    .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
      top: 24px; }
  .lsow-accordion.style3 .lsow-panel .lsow-panel-content {
    padding: 10px 50px 30px 5px; }
  .lsow-accordion.style3 .lsow-panel:hover .lsow-panel-title {
    color: #333; }
  .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title {
    color: #333; }
  .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {
    color: #333; }

.lsow-dark-bg .lsow-accordion.style3 .lsow-panel {
  border-color: #404040; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
    color: #b0b0b0; }
    .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
      color: #888; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel:hover .lsow-panel-title {
    color: #eaeaea; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel:hover .lsow-panel-title:after {
    color: #aaa; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title {
    color: #eaeaea; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {
    color: #aaa; }
  .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content {
    color: #909090; }
    .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h1, .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h2, .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h3, .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h4, .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h5, .lsow-dark-bg .lsow-accordion.style3 .lsow-panel .lsow-panel-content h6 {
      color: #e5e5e5; }

/*# sourceMappingURL=style.css.map */
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 780px) {
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature:nth-of-type(1n + 1) {
    padding-left: 0;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature:nth-of-type(1n) {
    padding-right: 0;
  }
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-top {
  text-align: center;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
  margin-bottom: 10px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-right {
  align-items: center;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
  margin-right: 10px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-left {
  align-items: center;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-left .sow-icon-container {
  margin-left: 10px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom {
  align-items: center;
  text-align: center;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
  margin-top: 10px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container,
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
  margin: auto;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature .sow-icon-container {
  font-size: 64px;
  height: 64px;
  text-decoration: none;
  width: 64px;
  flex: 0 0 64px;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature .sow-icon-container:not(.sow-container-none) [class^="sow-icon-"],
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
  align-items: center;
  color: #fff;
  display: flex;
  height: 64px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature h5 {
  margin: 1em 0;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature h5 a {
  color: inherit;
  text-decoration: none;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature h5 a:hover {
  text-decoration: underline;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p.sow-more-text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  text-decoration: underline;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p:last-child {
  margin-bottom: 0;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p.sow-more-text {
  color: #afafaf;
  
  
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p.sow-more-text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.so-widget-sow-features-default-5f80d34b2c57 .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  text-decoration: underline;
}
@media (max-width: 780px) {
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list {
    gap: 25px;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-features-feature {
    flex-direction: row !important;
    justify-content: center;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-top,
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-right,
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-left {
    flex-direction: column !important;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-bottom {
    flex-direction: column-reverse !important;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-features-feature {
    width: 100% !important;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-features-feature-content,
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-features-feature-title,
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-more-text {
    text-align: center;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-left .sow-icon-container,
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-right .sow-icon-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-left .sow-icon-container {
    margin-left: 0;
  }
  .so-widget-sow-features-default-5f80d34b2c57 .sow-features-list.sow-features-responsive .sow-icon-container-position-right .sow-icon-container {
    margin-right: 0;
  }
}
@font-face{font-family:'feature-background';src:url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot);src:url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot) format('embedded-opentype'),url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.woff) format('woff'),url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.ttf) format('truetype'),url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.svg) format('svg');font-weight:normal;font-style:normal;font-display:block}.sow-features-list::before,.sow-features-list::after{content:none}.sow-features-list .sow-icon-container{font-family:'feature-background';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:90px;position:relative;color:#404040}.sow-features-list .sow-icon-container.sow-container-round:before{content:"\e600"}.sow-features-list .sow-icon-container.sow-container-sticker:before{content:"\e601"}.sow-features-list .sow-icon-container.sow-container-rounded-sticker:before{content:"\e602"}.sow-features-list .sow-icon-container.sow-container-square:before{content:"\e603"}.sow-features-list .sow-icon-container.sow-container-rounded-square:before{content:"\e604"}.sow-features-list .sow-icon-container.sow-container-rounded-hex:before{content:"\e605"}.sow-features-list .sow-icon-container.sow-container-octagon:before{content:"\e606"}.sow-features-list .sow-icon-container.sow-container-hex:before{content:"\e607"}.sow-features-list .sow-icon-container.sow-container-frame:before{content:"\e608"}.sow-features-list .sow-icon-container.sow-container-explode:before{content:"\e609"}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'sow-fontawesome-brands';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.eot);
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.eot) format("embedded-opentype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.woff) format("woff"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.svg) format("svg");
}

.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal !important;
    font-weight: normal !important;
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.eot);
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.eot) format("embedded-opentype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.woff) format("woff"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.svg) format("svg");
}

.sow-far {
    font-family: 'sow-fontawesome-free';
    font-style: normal !important;
    font-weight: 400 !important;
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.eot);
    src: url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.eot) format("embedded-opentype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.woff) format("woff"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),
        url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.svg) format("svg");
}

.sow-fa,
.sow-fas {
    font-family: 'sow-fontawesome-free';
    font-weight: 900 !important;
    font-style: normal !important;
}

.sow-icon-fontawesome {
    display: inline-block;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-fontawesome[data-sow-icon]:before {
    content: attr(data-sow-icon);
}

