.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-ba423b6d-754c-4e67-b50f-5f13593087c6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba423b6d-754c-4e67-b50f-5f13593087c6 {
  display: none;
}
#s-ba423b6d-754c-4e67-b50f-5f13593087c6, #wrap-s-ba423b6d-754c-4e67-b50f-5f13593087c6 { display: none !important; }}@media (max-width: 767px){#s-ba423b6d-754c-4e67-b50f-5f13593087c6 {
  display: none;
}
#s-ba423b6d-754c-4e67-b50f-5f13593087c6, #wrap-s-ba423b6d-754c-4e67-b50f-5f13593087c6 { display: none !important; }}







#s-ba423b6d-754c-4e67-b50f-5f13593087c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba423b6d-754c-4e67-b50f-5f13593087c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
  max-width: 1400px;
aspect-ratio: 1400/600;
text-align: center;
}





  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image,
  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
    width: 100%;
    height: auto;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
    
    
  }


.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
      --shg-aspect-ratio: calc(1400/600); 
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
      position: relative;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image,
  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
    width: 100%;
    height: auto;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
    
    
  }


.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
      --shg-aspect-ratio: calc(1400/600); 
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
      position: relative;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image,
  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
    width: 100%;
    height: auto;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
    
    
  }


.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
      --shg-aspect-ratio: calc(1400/600); 
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
      position: relative;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image,
  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
    width: 100%;
    height: auto;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
    
    
  }


.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
      --shg-aspect-ratio: calc(1400/600); 
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
      position: relative;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image,
  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
    width: 100%;
    height: auto;
  }

  #s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
    
    
  }


.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 {
      --shg-aspect-ratio: calc(1400/600); 
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container {
      position: relative;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbe639a8-de45-4966-8ddd-7aeda385b0f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e5ade3e3-f7d9-4c4c-8a1d-d6fd3bac3c86 {
  padding-left: 1%;
padding-right: 1%;
}








#s-e5ade3e3-f7d9-4c4c-8a1d-d6fd3bac3c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ade3e3-f7d9-4c4c-8a1d-d6fd3bac3c86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
  display: none;
}
#s-133993b0-ceae-49a1-b9a9-f9964b066f94, #wrap-s-133993b0-ceae-49a1-b9a9-f9964b066f94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
  display: none;
}
#s-133993b0-ceae-49a1-b9a9-f9964b066f94, #wrap-s-133993b0-ceae-49a1-b9a9-f9964b066f94 { display: none !important; }}




  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image,
  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
    width: 100%;
    height: auto;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
    
    
  }


.s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
      position: relative;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image,
  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
    width: 100%;
    height: auto;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
    
    
  }


.s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
      position: relative;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image,
  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
    width: 100%;
    height: auto;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
    
    
  }


.s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
      position: relative;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image,
  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
    width: 100%;
    height: auto;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
    
    
  }


.s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
      position: relative;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image,
  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
    width: 100%;
    height: auto;
  }

  #s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
    
    
  }


.s-133993b0-ceae-49a1-b9a9-f9964b066f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container {
      position: relative;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-133993b0-ceae-49a1-b9a9-f9964b066f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666 {
  margin-top: 2%;
}
@media (max-width: 767px){#s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666 {
  margin-top: 4%;
}
}
@media (min-width: 0px) {
[id="s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b944fca6-f387-4dc3-b1e3-fa32f7a2c666"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-338ebd19-2bd1-4b94-936b-cb11a3ed6479 {
  text-align: center;
}







  #s-338ebd19-2bd1-4b94-936b-cb11a3ed6479 img.shogun-image {
    

    
    
    
  }


#s-338ebd19-2bd1-4b94-936b-cb11a3ed6479 .shogun-image-content {
  
    align-items: center;
  
}

#s-db13472c-8f57-4973-b25c-5372ffe78765 {
  text-align: center;
}







  #s-db13472c-8f57-4973-b25c-5372ffe78765 img.shogun-image {
    

    
    
    
  }


#s-db13472c-8f57-4973-b25c-5372ffe78765 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e738909-cacc-43da-9916-2e5ee9b166b0 {
  text-align: center;
}







  #s-7e738909-cacc-43da-9916-2e5ee9b166b0 img.shogun-image {
    

    
    
    
  }


#s-7e738909-cacc-43da-9916-2e5ee9b166b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7453fb92-bbd2-46a9-8f78-26b4537bb9ce {
  text-align: center;
}







  #s-7453fb92-bbd2-46a9-8f78-26b4537bb9ce img.shogun-image {
    

    
    
    
  }


#s-7453fb92-bbd2-46a9-8f78-26b4537bb9ce .shogun-image-content {
  
    align-items: center;
  
}

#s-6810ab7e-ecc9-4123-92a9-842441fbeb45 {
  text-align: center;
}







  #s-6810ab7e-ecc9-4123-92a9-842441fbeb45 img.shogun-image {
    

    
    
    
  }


#s-6810ab7e-ecc9-4123-92a9-842441fbeb45 .shogun-image-content {
  
    align-items: center;
  
}

#s-67200389-81cf-412e-b137-56437200d415 {
  text-align: center;
}







  #s-67200389-81cf-412e-b137-56437200d415 img.shogun-image {
    

    
    
    
  }


#s-67200389-81cf-412e-b137-56437200d415 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2e05b6-b8d2-4421-88f1-917c42dd898b {
  padding-left: 1%;
padding-right: 1%;
}
@media (max-width: 767px){#s-4e2e05b6-b8d2-4421-88f1-917c42dd898b {
  display: none;
}
#s-4e2e05b6-b8d2-4421-88f1-917c42dd898b, #wrap-s-4e2e05b6-b8d2-4421-88f1-917c42dd898b { display: none !important; }}







#s-4e2e05b6-b8d2-4421-88f1-917c42dd898b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e2e05b6-b8d2-4421-88f1-917c42dd898b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d {
  margin-top: 2%;
}
@media (max-width: 767px){#s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d {
  margin-top: 4%;
}
}
@media (min-width: 0px) {
[id="s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c0632f7-0cd3-41b2-bc48-1987a32bb26d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-71364abc-412b-45d1-9295-b2bef4a5117b {
  text-align: center;
}







  #s-71364abc-412b-45d1-9295-b2bef4a5117b img.shogun-image {
    

    
    
    
  }


#s-71364abc-412b-45d1-9295-b2bef4a5117b .shogun-image-content {
  
    align-items: center;
  
}

#s-abdb324b-4850-43cc-93b5-5d7c97e7c1dd {
  text-align: center;
}







  #s-abdb324b-4850-43cc-93b5-5d7c97e7c1dd img.shogun-image {
    

    
    
    
  }


#s-abdb324b-4850-43cc-93b5-5d7c97e7c1dd .shogun-image-content {
  
    align-items: center;
  
}

#s-62094c6a-bde5-4835-a050-2ce5ffb4e071 {
  text-align: center;
}







  #s-62094c6a-bde5-4835-a050-2ce5ffb4e071 img.shogun-image {
    

    
    
    
  }


#s-62094c6a-bde5-4835-a050-2ce5ffb4e071 .shogun-image-content {
  
    align-items: center;
  
}

#s-2555753f-85c2-4d0b-a9f8-f66751126dff {
  text-align: center;
}







  #s-2555753f-85c2-4d0b-a9f8-f66751126dff img.shogun-image {
    

    
    
    
  }


#s-2555753f-85c2-4d0b-a9f8-f66751126dff .shogun-image-content {
  
    align-items: center;
  
}

#s-a8ea4ad4-0566-4d6a-9716-44d42b6c710a {
  text-align: center;
}







  #s-a8ea4ad4-0566-4d6a-9716-44d42b6c710a img.shogun-image {
    

    
    
    
  }


#s-a8ea4ad4-0566-4d6a-9716-44d42b6c710a .shogun-image-content {
  
    align-items: center;
  
}

#s-67038d96-46e6-4210-9ee6-ad21745f35a2 {
  text-align: center;
}







  #s-67038d96-46e6-4210-9ee6-ad21745f35a2 img.shogun-image {
    

    
    
    
  }


#s-67038d96-46e6-4210-9ee6-ad21745f35a2 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-00f726b3-3665-49d6-b1d1-90c79c3cf216 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-00f726b3-3665-49d6-b1d1-90c79c3cf216 {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-00f726b3-3665-49d6-b1d1-90c79c3cf216 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-8ad18bf5-6b2e-4304-a0b5-1625eebaef46 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-8ad18bf5-6b2e-4304-a0b5-1625eebaef46 > .shg-box-overlay {
  background-color: rgba(141, 141, 141, 1);
  opacity: 0;
}#s-8ad18bf5-6b2e-4304-a0b5-1625eebaef46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8f591de-ee84-46f2-94ff-2f4411919068 {
  margin-top: 3%;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c8f591de-ee84-46f2-94ff-2f4411919068 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c8f591de-ee84-46f2-94ff-2f4411919068 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Asap Condensed";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (max-width: 767px){#s-c8f591de-ee84-46f2-94ff-2f4411919068 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Asap Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-fadaf9ab-8584-441f-ae6a-f1ba00068336 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fadaf9ab-8584-441f-ae6a-f1ba00068336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fadaf9ab-8584-441f-ae6a-f1ba00068336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9 {
  margin-left: 10%;
margin-right: 10%;
max-width: 90%;
}
@media (max-width: 767px){#s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31fd0f6c-4ec9-4718-94e7-b4932d2ecde9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64017467-0522-4ee7-b37f-7dbc676deb11 {
  border-radius: 45px;
text-align: center;
}







  #s-64017467-0522-4ee7-b37f-7dbc676deb11 img.shogun-image {
    

    
    
    
  }


#s-64017467-0522-4ee7-b37f-7dbc676deb11 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8 {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(46, 46, 46, 1);
}
#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}

  #s-cc51f01f-aa8e-4081-8d93-5a4180c103c8-root {
    text-align: center;
  }


#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc51f01f-aa8e-4081-8d93-5a4180c103c8-root {
    text-align: center;
  }


#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc51f01f-aa8e-4081-8d93-5a4180c103c8-root {
    text-align: center;
  }


#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc51f01f-aa8e-4081-8d93-5a4180c103c8-root {
    text-align: center;
  }


#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc51f01f-aa8e-4081-8d93-5a4180c103c8-root {
    text-align: center;
  }


#s-cc51f01f-aa8e-4081-8d93-5a4180c103c8.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-8d1da894-e6c7-4fa8-a009-ef1c6b3693f8 {
  border-radius: 45px;
text-align: center;
}







  #s-8d1da894-e6c7-4fa8-a009-ef1c6b3693f8 img.shogun-image {
    

    
    
    
  }


#s-8d1da894-e6c7-4fa8-a009-ef1c6b3693f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e08dcec-25de-4280-b60c-3249540cc12f {
  margin-top: 10%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(46, 46, 46, 1);
}
#s-7e08dcec-25de-4280-b60c-3249540cc12f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e08dcec-25de-4280-b60c-3249540cc12f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7e08dcec-25de-4280-b60c-3249540cc12f {
  margin-bottom: 10%;
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
}

  #s-7e08dcec-25de-4280-b60c-3249540cc12f-root {
    text-align: center;
  }


#s-7e08dcec-25de-4280-b60c-3249540cc12f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e08dcec-25de-4280-b60c-3249540cc12f-root {
    text-align: center;
  }


#s-7e08dcec-25de-4280-b60c-3249540cc12f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e08dcec-25de-4280-b60c-3249540cc12f-root {
    text-align: center;
  }


#s-7e08dcec-25de-4280-b60c-3249540cc12f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e08dcec-25de-4280-b60c-3249540cc12f-root {
    text-align: center;
  }


#s-7e08dcec-25de-4280-b60c-3249540cc12f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e08dcec-25de-4280-b60c-3249540cc12f-root {
    text-align: center;
  }


#s-7e08dcec-25de-4280-b60c-3249540cc12f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-2c25ecd5-50d0-4f73-a240-d6240f320ec9 {
  border-radius: 45px;
text-align: center;
}







  #s-2c25ecd5-50d0-4f73-a240-d6240f320ec9 img.shogun-image {
    

    
    
    
  }


#s-2c25ecd5-50d0-4f73-a240-d6240f320ec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c21e58e-79fa-45cc-b216-d404b911d9c9 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(46, 46, 46, 1);
}
#s-0c21e58e-79fa-45cc-b216-d404b911d9c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c21e58e-79fa-45cc-b216-d404b911d9c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0c21e58e-79fa-45cc-b216-d404b911d9c9 {
  max-width: 100%;
}
}

  #s-0c21e58e-79fa-45cc-b216-d404b911d9c9-root {
    text-align: center;
  }


#s-0c21e58e-79fa-45cc-b216-d404b911d9c9.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c21e58e-79fa-45cc-b216-d404b911d9c9-root {
    text-align: center;
  }


#s-0c21e58e-79fa-45cc-b216-d404b911d9c9.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c21e58e-79fa-45cc-b216-d404b911d9c9-root {
    text-align: center;
  }


#s-0c21e58e-79fa-45cc-b216-d404b911d9c9.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c21e58e-79fa-45cc-b216-d404b911d9c9-root {
    text-align: center;
  }


#s-0c21e58e-79fa-45cc-b216-d404b911d9c9.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c21e58e-79fa-45cc-b216-d404b911d9c9-root {
    text-align: center;
  }


#s-0c21e58e-79fa-45cc-b216-d404b911d9c9.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-b63425e3-c150-4101-b929-4d4013429a98 {
  border-radius: 44px;
text-align: center;
}







  #s-b63425e3-c150-4101-b929-4d4013429a98 img.shogun-image {
    

    
    
    
  }


#s-b63425e3-c150-4101-b929-4d4013429a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-59125297-6567-4e79-8486-65d28874534f {
  margin-top: 10%;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(46, 46, 46, 1);
}
#s-59125297-6567-4e79-8486-65d28874534f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59125297-6567-4e79-8486-65d28874534f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-59125297-6567-4e79-8486-65d28874534f {
  max-width: 100%;
}
}

  #s-59125297-6567-4e79-8486-65d28874534f-root {
    text-align: center;
  }


#s-59125297-6567-4e79-8486-65d28874534f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59125297-6567-4e79-8486-65d28874534f-root {
    text-align: center;
  }


#s-59125297-6567-4e79-8486-65d28874534f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59125297-6567-4e79-8486-65d28874534f-root {
    text-align: center;
  }


#s-59125297-6567-4e79-8486-65d28874534f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59125297-6567-4e79-8486-65d28874534f-root {
    text-align: center;
  }


#s-59125297-6567-4e79-8486-65d28874534f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59125297-6567-4e79-8486-65d28874534f-root {
    text-align: center;
  }


#s-59125297-6567-4e79-8486-65d28874534f.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-ae876195-217a-479d-9893-9737d31ada3b {
  min-height: 50px;
}








#s-ae876195-217a-479d-9893-9737d31ada3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae876195-217a-479d-9893-9737d31ada3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e0e3855-fbd9-4a29-993b-30f325fe43e8 {
  min-height: 50px;
}








#s-9e0e3855-fbd9-4a29-993b-30f325fe43e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e0e3855-fbd9-4a29-993b-30f325fe43e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-033e0b18-0d41-4c21-8c8f-8110c7d385f3 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-033e0b18-0d41-4c21-8c8f-8110c7d385f3 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-033e0b18-0d41-4c21-8c8f-8110c7d385f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f1efb387-ff15-4c15-919c-e07a98a4b202 {
  min-height: 50px;
}








#s-f1efb387-ff15-4c15-919c-e07a98a4b202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1efb387-ff15-4c15-919c-e07a98a4b202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9164f9fa-1338-4289-ba54-44d7e186ecf7 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-9164f9fa-1338-4289-ba54-44d7e186ecf7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9164f9fa-1338-4289-ba54-44d7e186ecf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9164f9fa-1338-4289-ba54-44d7e186ecf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9164f9fa-1338-4289-ba54-44d7e186ecf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6ffe98b8-8b77-42b7-904b-070cd0457fb3 {
  text-align: center;
}







  #s-6ffe98b8-8b77-42b7-904b-070cd0457fb3 img.shogun-image {
    

    
    
    
  }


#s-6ffe98b8-8b77-42b7-904b-070cd0457fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d7a73af-2488-4fa9-8876-2f61c8b615e8 {
  text-align: center;
}







  #s-0d7a73af-2488-4fa9-8876-2f61c8b615e8 img.shogun-image {
    

    
    
    
  }


#s-0d7a73af-2488-4fa9-8876-2f61c8b615e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-64dbd625-7a9c-434a-b16b-8e47f5f71a68 {
  text-align: center;
}







  #s-64dbd625-7a9c-434a-b16b-8e47f5f71a68 img.shogun-image {
    

    
    
    
  }


#s-64dbd625-7a9c-434a-b16b-8e47f5f71a68 .shogun-image-content {
  
    align-items: center;
  
}

#s-523a0c9b-4e21-4c5e-8d85-a692e462e402 {
  text-align: center;
}







  #s-523a0c9b-4e21-4c5e-8d85-a692e462e402 img.shogun-image {
    

    
    
    
  }


#s-523a0c9b-4e21-4c5e-8d85-a692e462e402 .shogun-image-content {
  
    align-items: center;
  
}

#s-857cae71-5b78-400f-9f51-013536e73fb3 {
  text-align: center;
}







  #s-857cae71-5b78-400f-9f51-013536e73fb3 img.shogun-image {
    

    
    
    
  }


#s-857cae71-5b78-400f-9f51-013536e73fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e99fe88-d68f-4b53-abf2-2474fd9fbebd {
  text-align: center;
}







  #s-7e99fe88-d68f-4b53-abf2-2474fd9fbebd img.shogun-image {
    

    
    
    
  }


#s-7e99fe88-d68f-4b53-abf2-2474fd9fbebd .shogun-image-content {
  
    align-items: center;
  
}

#s-27bbfd29-3acf-46d0-83ef-9604b15cfc3d {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-27bbfd29-3acf-46d0-83ef-9604b15cfc3d {
  padding-top: 3%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
}
}






  #s-27bbfd29-3acf-46d0-83ef-9604b15cfc3d img.shogun-image {
    

    
    
    
  }


#s-27bbfd29-3acf-46d0-83ef-9604b15cfc3d .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3a9b9b-6ba4-4de0-8b15-3024f4e4d61b {
  margin-top: 20px;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9e3a9b9b-6ba4-4de0-8b15-3024f4e4d61b {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-9e3a9b9b-6ba4-4de0-8b15-3024f4e4d61b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-702259f5-1667-43e9-be4c-4a759388b292 {
  min-height: 50px;
}








#s-702259f5-1667-43e9-be4c-4a759388b292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-702259f5-1667-43e9-be4c-4a759388b292.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  max-width:  100%;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom,
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  max-width:  100%;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom,
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  max-width:  100%;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom,
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  max-width:  100%;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom,
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 {
  max-width:  100%;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom,
.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  max-width: 50% !important;
  
}

.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e548a5-3611-41d9-a8d5-03f68e7415f8 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-161b1ba7-1a75-495c-904a-defbc8797abb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-161b1ba7-1a75-495c-904a-defbc8797abb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
}

#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(56, 232, 38, 1);
border-style: solid;
border-radius: 35px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae-root {
    text-align: center;
  }


#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae.shg-btn {
  color: #ffffff;
  font-size: 41px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae-root {
    text-align: center;
  }


#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae.shg-btn {
  color: #ffffff;
  font-size: 41px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae-root {
    text-align: center;
  }


#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae.shg-btn {
  color: #ffffff;
  font-size: 41px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae-root {
    text-align: center;
  }


#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae.shg-btn {
  color: #ffffff;
  font-size: 41px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae-root {
    text-align: center;
  }


#s-bbcae967-97f4-4335-8c26-9adb0bd1e9ae.shg-btn {
  color: #ffffff;
  font-size: 41px;
  
  
  
  display:  inline-block ;
}
}
#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 2%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 {
  display: none;
}
#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6, #wrap-s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 {
  display: none;
}
#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6, #wrap-s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 {
  display: none;
}
#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6, #wrap-s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 { display: none !important; }}







#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ea1478-627b-4dc9-99d6-02f7b1f7b7d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8467e0ff-58b9-4356-8d97-82414cbaa10f {
  margin-top: 4%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8467e0ff-58b9-4356-8d97-82414cbaa10f {
  margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-8467e0ff-58b9-4356-8d97-82414cbaa10f, #wrap-s-8467e0ff-58b9-4356-8d97-82414cbaa10f { display: none !important; }}
#s-8467e0ff-58b9-4356-8d97-82414cbaa10f .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-66ec1706-0cac-4008-b40d-23f0fde08a29 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 80%;
}
@media (max-width: 767px){#s-66ec1706-0cac-4008-b40d-23f0fde08a29 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-66ec1706-0cac-4008-b40d-23f0fde08a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66ec1706-0cac-4008-b40d-23f0fde08a29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66ec1706-0cac-4008-b40d-23f0fde08a29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66ec1706-0cac-4008-b40d-23f0fde08a29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3585f9a-fff9-40ce-997f-667d5b521535 {
  min-height: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3585f9a-fff9-40ce-997f-667d5b521535 {
  min-height: 100px;
}
}@media (max-width: 767px){#s-a3585f9a-fff9-40ce-997f-667d5b521535 {
  min-height: 200px;
display: none;
}
#s-a3585f9a-fff9-40ce-997f-667d5b521535, #wrap-s-a3585f9a-fff9-40ce-997f-667d5b521535 { display: none !important; }}






  #s-a3585f9a-fff9-40ce-997f-667d5b521535 img.shogun-image {
    

    
    
    
  }


#s-a3585f9a-fff9-40ce-997f-667d5b521535 .shogun-image-content {
  
    align-items: center;
  
}

#s-91536504-41df-455f-b795-80080882f12d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-91536504-41df-455f-b795-80080882f12d {
  display: none;
}
#s-91536504-41df-455f-b795-80080882f12d, #wrap-s-91536504-41df-455f-b795-80080882f12d { display: none !important; }}
#s-91536504-41df-455f-b795-80080882f12d .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f {
  display: none;
}
#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f, #wrap-s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f { display: none !important; }}

  #s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f-root {
    text-align: center;
  }


#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f-root {
    text-align: center;
  }


#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f-root {
    text-align: center;
  }


#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f-root {
    text-align: center;
  }


#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f-root {
    text-align: center;
  }


#s-6d3bc30f-5ebd-4ba5-96a0-282207820d0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-61209249-d239-4bfb-bc72-c5e33df768e0 {
  padding-top: 2%;
}
}
#s-d3968090-712b-4a7f-90a6-282300f694b4 {
  min-height: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3968090-712b-4a7f-90a6-282300f694b4 {
  min-height: 100px;
}
}@media (max-width: 767px){#s-d3968090-712b-4a7f-90a6-282300f694b4 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 200px;
}
}






  #s-d3968090-712b-4a7f-90a6-282300f694b4 img.shogun-image {
    

    
    
    
  }


#s-d3968090-712b-4a7f-90a6-282300f694b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d75a155-5fdd-40c8-8a5f-988a86698cd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d75a155-5fdd-40c8-8a5f-988a86698cd3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-782afcb2-0feb-4ffe-92fd-b445eba67631 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-782afcb2-0feb-4ffe-92fd-b445eba67631:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782afcb2-0feb-4ffe-92fd-b445eba67631:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-782afcb2-0feb-4ffe-92fd-b445eba67631-root {
    text-align: center;
  }


#s-782afcb2-0feb-4ffe-92fd-b445eba67631.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-782afcb2-0feb-4ffe-92fd-b445eba67631-root {
    text-align: center;
  }


#s-782afcb2-0feb-4ffe-92fd-b445eba67631.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-782afcb2-0feb-4ffe-92fd-b445eba67631-root {
    text-align: center;
  }


#s-782afcb2-0feb-4ffe-92fd-b445eba67631.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-782afcb2-0feb-4ffe-92fd-b445eba67631-root {
    text-align: center;
  }


#s-782afcb2-0feb-4ffe-92fd-b445eba67631.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-782afcb2-0feb-4ffe-92fd-b445eba67631-root {
    text-align: center;
  }


#s-782afcb2-0feb-4ffe-92fd-b445eba67631.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-ff0cb718-e527-4648-97f5-372a83c07552 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ff0cb718-e527-4648-97f5-372a83c07552 {
  margin-top: 4%;
margin-bottom: 4%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-ff0cb718-e527-4648-97f5-372a83c07552 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541 {
  padding-top: 1%;
padding-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e4b44f5-ef14-4bd2-b0eb-e02a06830541"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-101b6e77-b76a-4ff7-ac7e-f0226b9fd4b5 {
  text-align: center;
}







  #s-101b6e77-b76a-4ff7-ac7e-f0226b9fd4b5 img.shogun-image {
    

    
    
    
  }


#s-101b6e77-b76a-4ff7-ac7e-f0226b9fd4b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-afed7e1c-0431-4c79-a435-cbd679cc9590 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afed7e1c-0431-4c79-a435-cbd679cc9590 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f5db42c3-b251-4e85-af72-53894975640e {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f5db42c3-b251-4e85-af72-53894975640e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5db42c3-b251-4e85-af72-53894975640e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5db42c3-b251-4e85-af72-53894975640e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5db42c3-b251-4e85-af72-53894975640e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5db42c3-b251-4e85-af72-53894975640e.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-f5db42c3-b251-4e85-af72-53894975640e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cecb1726-420f-4d1a-9795-006bb6aa5db8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cecb1726-420f-4d1a-9795-006bb6aa5db8 img.shogun-image,
  #s-cecb1726-420f-4d1a-9795-006bb6aa5db8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cecb1726-420f-4d1a-9795-006bb6aa5db8 {
    width: 100%;
    height: auto;
  }



  #s-cecb1726-420f-4d1a-9795-006bb6aa5db8 img.shogun-image {
    

    
    
    
  }


#s-cecb1726-420f-4d1a-9795-006bb6aa5db8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a0fa0d-6f77-444d-b6a4-6feb2d97c320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4a0fa0d-6f77-444d-b6a4-6feb2d97c320 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto Condensed;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(53, 166, 91, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-4a34b7d1-2ff3-4d35-9786-4b929b85f798.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-13265786-6d03-40ce-bb07-143e89f0769c {
  padding-left: 5%;
padding-right: 5%;
}

#s-13265786-6d03-40ce-bb07-143e89f0769c hr {
  border-top: 2px solid #ddd;
}

#s-7c9589f3-fe0e-468b-9bf7-f39b4d544931 {
  min-height: 50px;
}








#s-7c9589f3-fe0e-468b-9bf7-f39b4d544931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9589f3-fe0e-468b-9bf7-f39b4d544931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c1d9535-269e-4810-aaf7-591ac1d62aac {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3c1d9535-269e-4810-aaf7-591ac1d62aac {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-3c1d9535-269e-4810-aaf7-591ac1d62aac .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9a2a210a-96a4-40fe-96ec-42c3ec2170c0 {
  min-height: 50px;
}








#s-9a2a210a-96a4-40fe-96ec-42c3ec2170c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a2a210a-96a4-40fe-96ec-42c3ec2170c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ec651ed-51ee-42ca-ad29-5757cd20c713 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-1ec651ed-51ee-42ca-ad29-5757cd20c713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ec651ed-51ee-42ca-ad29-5757cd20c713"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec651ed-51ee-42ca-ad29-5757cd20c713"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec651ed-51ee-42ca-ad29-5757cd20c713"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-25253975-fa81-46a8-b749-09443a33f04f {
  text-align: center;
}







  #s-25253975-fa81-46a8-b749-09443a33f04f img.shogun-image {
    

    
    
    
  }


#s-25253975-fa81-46a8-b749-09443a33f04f .shogun-image-content {
  
    align-items: center;
  
}

#s-a6c2f421-6d3d-444d-85fa-af633cf5bdbc {
  text-align: center;
}







  #s-a6c2f421-6d3d-444d-85fa-af633cf5bdbc img.shogun-image {
    

    
    
    
  }


#s-a6c2f421-6d3d-444d-85fa-af633cf5bdbc .shogun-image-content {
  
    align-items: center;
  
}

#s-9bff70ad-9b48-4d7c-90fe-f00527b728a4 {
  text-align: center;
}







  #s-9bff70ad-9b48-4d7c-90fe-f00527b728a4 img.shogun-image {
    

    
    
    
  }


#s-9bff70ad-9b48-4d7c-90fe-f00527b728a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-faa87879-6e90-4639-a8f5-e5103d4bb70b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2%;
padding-right: 0%;
min-height: 50px;
}








#s-faa87879-6e90-4639-a8f5-e5103d4bb70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa87879-6e90-4639-a8f5-e5103d4bb70b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee5d85d2-3984-45c1-911e-2a313b07fcb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee5d85d2-3984-45c1-911e-2a313b07fcb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5d85d2-3984-45c1-911e-2a313b07fcb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5d85d2-3984-45c1-911e-2a313b07fcb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f2d852fc-8af2-48c6-bd6d-7b522a87b7f7 {
  text-align: center;
}







  #s-f2d852fc-8af2-48c6-bd6d-7b522a87b7f7 img.shogun-image {
    

    
    
    
  }


#s-f2d852fc-8af2-48c6-bd6d-7b522a87b7f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-aeea66a3-b50a-4207-a32e-6f6d337b1f58 {
  text-align: center;
}







  #s-aeea66a3-b50a-4207-a32e-6f6d337b1f58 img.shogun-image {
    

    
    
    
  }


#s-aeea66a3-b50a-4207-a32e-6f6d337b1f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-5535b020-e6b5-440e-8433-6f82a4b4bb33 {
  padding-bottom: 0%;
text-align: center;
}







  #s-5535b020-e6b5-440e-8433-6f82a4b4bb33 img.shogun-image {
    

    
    
    
  }


#s-5535b020-e6b5-440e-8433-6f82a4b4bb33 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5a833e-92ad-4c9f-b488-2d9efca7c42e {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3d5a833e-92ad-4c9f-b488-2d9efca7c42e {
  padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
}
}
#s-3d5a833e-92ad-4c9f-b488-2d9efca7c42e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-1cd26ad8-c33d-4787-8f80-b840a00f7549 {
  min-height: 50px;
}








#s-1cd26ad8-c33d-4787-8f80-b840a00f7549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd26ad8-c33d-4787-8f80-b840a00f7549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-273d2ac8-37da-42a2-8c50-335d86ae9133 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-273d2ac8-37da-42a2-8c50-335d86ae9133 {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-273d2ac8-37da-42a2-8c50-335d86ae9133 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-weight: 600;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-weight: 600;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-weight: 500;
}

#s-1acc5c57-5d47-4a90-9926-80744425db7c {
  padding-left: 10%;
padding-right: 10%;
}

#s-f22f626b-348d-4549-aefd-9cec4ec04e90 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-f22f626b-348d-4549-aefd-9cec4ec04e90 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-f22f626b-348d-4549-aefd-9cec4ec04e90 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-60a8455a-e514-40e4-87a8-1570f8f58871 {
  padding-left: 10%;
padding-right: 10%;
}

#s-cb0efd00-f250-4d90-bd81-79667d601a5c {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-cb0efd00-f250-4d90-bd81-79667d601a5c {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-cb0efd00-f250-4d90-bd81-79667d601a5c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4fed97d7-5f97-4448-b8b3-33eaab3bc6ef {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
