.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-a482b958-4200-4b1c-a6ab-3af2601c86b3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a482b958-4200-4b1c-a6ab-3af2601c86b3 {
  display: none;
}
#s-a482b958-4200-4b1c-a6ab-3af2601c86b3, #wrap-s-a482b958-4200-4b1c-a6ab-3af2601c86b3 { display:none !important; }}







#s-a482b958-4200-4b1c-a6ab-3af2601c86b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a482b958-4200-4b1c-a6ab-3af2601c86b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-79dfbbda-83e9-4201-b453-def543ced6b7 {
  opacity: 1;
}
@media (min-width: 1200px){#s-79dfbbda-83e9-4201-b453-def543ced6b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79dfbbda-83e9-4201-b453-def543ced6b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79dfbbda-83e9-4201-b453-def543ced6b7 {
  
}
}@media (max-width: 767px){#s-79dfbbda-83e9-4201-b453-def543ced6b7 {
  
}
}
#s-79dfbbda-83e9-4201-b453-def543ced6b7 .shg-sld-dot {
  background-color: rgba(166, 166, 166, 1);
}

#s-79dfbbda-83e9-4201-b453-def543ced6b7 .shg-sld-nav-button.shg-sld-left,
#s-79dfbbda-83e9-4201-b453-def543ced6b7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(166, 166, 166, 1);
}

.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;
}

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;
}

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

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

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
  max-width: 1800px;
aspect-ratio: 1800/800;
text-align: center;
}





  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 img.shogun-image,
  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
    width: 100%;
    height: auto;
  }



  img.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
    
    
  }


.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shogun-image-content {
  
    align-items: center;
  
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shg-align-container {
  text-align: center
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 img.shogun-image,
  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
    width: 100%;
    height: auto;
  }



  img.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
    
    
  }


.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shogun-image-content {
  
    align-items: center;
  
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shg-align-container {
  text-align: center
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 img.shogun-image,
  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
    width: 100%;
    height: auto;
  }



  img.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
    
    
  }


.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shogun-image-content {
  
    align-items: center;
  
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shg-align-container {
  text-align: center
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 img.shogun-image,
  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
    width: 100%;
    height: auto;
  }



  img.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
    
    
  }


.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shogun-image-content {
  
    align-items: center;
  
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shg-align-container {
  text-align: center
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 img.shogun-image,
  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 {
    width: 100%;
    height: auto;
  }



  img.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
    
    
  }


.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892 .shogun-image-content {
  
    align-items: center;
  
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shg-align-container {
  text-align: center
}

.s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565c8d02-86a5-4ea7-bbdc-2bc07abfb892.shogun-image {
  box-sizing: border-box;
}


}
#s-1f208367-d9d6-4ff7-b0de-186f2dff1080 {
  text-align: center;
}
#s-1f208367-d9d6-4ff7-b0de-186f2dff1080:hover {opacity: 0.7 !important;}






  img.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
    
    
  }


.s-1f208367-d9d6-4ff7-b0de-186f2dff1080 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shg-align-container {
  text-align: center
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
    
    
  }


.s-1f208367-d9d6-4ff7-b0de-186f2dff1080 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shg-align-container {
  text-align: center
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
    
    
  }


.s-1f208367-d9d6-4ff7-b0de-186f2dff1080 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shg-align-container {
  text-align: center
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
    
    
  }


.s-1f208367-d9d6-4ff7-b0de-186f2dff1080 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shg-align-container {
  text-align: center
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
    
    
  }


.s-1f208367-d9d6-4ff7-b0de-186f2dff1080 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shg-align-container {
  text-align: center
}

.s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f208367-d9d6-4ff7-b0de-186f2dff1080.shogun-image {
  box-sizing: border-box;
}


}
#s-cf882fde-6ed1-413b-98a7-7e9fbd850174 {
  text-align: center;
}
#s-cf882fde-6ed1-413b-98a7-7e9fbd850174:hover {opacity: 0.7 !important;}






  img.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
    
    
  }


.s-cf882fde-6ed1-413b-98a7-7e9fbd850174 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shg-align-container {
  text-align: center
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
    
    
  }


.s-cf882fde-6ed1-413b-98a7-7e9fbd850174 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shg-align-container {
  text-align: center
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
    
    
  }


.s-cf882fde-6ed1-413b-98a7-7e9fbd850174 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shg-align-container {
  text-align: center
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
    
    
  }


.s-cf882fde-6ed1-413b-98a7-7e9fbd850174 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shg-align-container {
  text-align: center
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
    
    
  }


.s-cf882fde-6ed1-413b-98a7-7e9fbd850174 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shg-align-container {
  text-align: center
}

.s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf882fde-6ed1-413b-98a7-7e9fbd850174.shogun-image {
  box-sizing: border-box;
}


}
#s-1beb0428-b359-4d46-a1d0-934e55536544 {
  text-align: center;
}
#s-1beb0428-b359-4d46-a1d0-934e55536544:hover {opacity: 0.7 !important;}






  img.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
    
    
  }


.s-1beb0428-b359-4d46-a1d0-934e55536544 .shogun-image-content {
  
    align-items: center;
  
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shg-align-container {
  text-align: center
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
    
    
  }


.s-1beb0428-b359-4d46-a1d0-934e55536544 .shogun-image-content {
  
    align-items: center;
  
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shg-align-container {
  text-align: center
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
    
    
  }


.s-1beb0428-b359-4d46-a1d0-934e55536544 .shogun-image-content {
  
    align-items: center;
  
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shg-align-container {
  text-align: center
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
    
    
  }


.s-1beb0428-b359-4d46-a1d0-934e55536544 .shogun-image-content {
  
    align-items: center;
  
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shg-align-container {
  text-align: center
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
    
    
  }


.s-1beb0428-b359-4d46-a1d0-934e55536544 .shogun-image-content {
  
    align-items: center;
  
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shg-align-container {
  text-align: center
}

.s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beb0428-b359-4d46-a1d0-934e55536544.shogun-image {
  box-sizing: border-box;
}


}
#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
  max-width: 1800px;
aspect-ratio: 1800/800;
text-align: center;
}
#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc:hover {opacity: 0.7 !important;}




  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc img.shogun-image,
  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
    width: 100%;
    height: auto;
  }



  img.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
    
    
  }


.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shogun-image-content {
  
    align-items: center;
  
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shg-align-container {
  text-align: center
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc img.shogun-image,
  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
    width: 100%;
    height: auto;
  }



  img.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
    
    
  }


.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shogun-image-content {
  
    align-items: center;
  
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shg-align-container {
  text-align: center
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc img.shogun-image,
  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
    width: 100%;
    height: auto;
  }



  img.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
    
    
  }


.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shogun-image-content {
  
    align-items: center;
  
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shg-align-container {
  text-align: center
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc img.shogun-image,
  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
    width: 100%;
    height: auto;
  }



  img.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
    
    
  }


.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shogun-image-content {
  
    align-items: center;
  
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shg-align-container {
  text-align: center
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc img.shogun-image,
  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc {
    width: 100%;
    height: auto;
  }



  img.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
    
    
  }


.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc .shogun-image-content {
  
    align-items: center;
  
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shg-align-container {
  text-align: center
}

.s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d01d2cc-e15b-4b6e-a0ce-b4d1feaad7dc.shogun-image {
  box-sizing: border-box;
}


}
#s-2e9bc407-360d-4274-8d1e-d55a2f384a77 {
  text-align: center;
}
#s-2e9bc407-360d-4274-8d1e-d55a2f384a77:hover {opacity: 0.7 !important;}






  img.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
    
    
  }


.s-2e9bc407-360d-4274-8d1e-d55a2f384a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shg-align-container {
  text-align: center
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
    
    
  }


.s-2e9bc407-360d-4274-8d1e-d55a2f384a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shg-align-container {
  text-align: center
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
    
    
  }


.s-2e9bc407-360d-4274-8d1e-d55a2f384a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shg-align-container {
  text-align: center
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
    
    
  }


.s-2e9bc407-360d-4274-8d1e-d55a2f384a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shg-align-container {
  text-align: center
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
    
    
  }


.s-2e9bc407-360d-4274-8d1e-d55a2f384a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shg-align-container {
  text-align: center
}

.s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9bc407-360d-4274-8d1e-d55a2f384a77.shogun-image {
  box-sizing: border-box;
}


}
#s-724197fc-3486-4849-8a5a-f8d1a732a238 {
  text-align: center;
}
#s-724197fc-3486-4849-8a5a-f8d1a732a238:hover {opacity: 0.7 !important;}






  img.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
    
    
  }


.s-724197fc-3486-4849-8a5a-f8d1a732a238 .shogun-image-content {
  
    align-items: center;
  
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shg-align-container {
  text-align: center
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
    
    
  }


.s-724197fc-3486-4849-8a5a-f8d1a732a238 .shogun-image-content {
  
    align-items: center;
  
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shg-align-container {
  text-align: center
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
    
    
  }


.s-724197fc-3486-4849-8a5a-f8d1a732a238 .shogun-image-content {
  
    align-items: center;
  
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shg-align-container {
  text-align: center
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
    
    
  }


.s-724197fc-3486-4849-8a5a-f8d1a732a238 .shogun-image-content {
  
    align-items: center;
  
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shg-align-container {
  text-align: center
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
    
    
  }


.s-724197fc-3486-4849-8a5a-f8d1a732a238 .shogun-image-content {
  
    align-items: center;
  
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shg-align-container {
  text-align: center
}

.s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-724197fc-3486-4849-8a5a-f8d1a732a238.shogun-image {
  box-sizing: border-box;
}


}
#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e {
  text-align: center;
}
#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e:hover {opacity: 0.7 !important;}






  img.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
    
    
  }


.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shg-align-container {
  text-align: center
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
    
    
  }


.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shg-align-container {
  text-align: center
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
    
    
  }


.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shg-align-container {
  text-align: center
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
    
    
  }


.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shg-align-container {
  text-align: center
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
    
    
  }


.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shg-align-container {
  text-align: center
}

.s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b1ac23f-c65d-4ac1-af05-dbb4742c6a9e.shogun-image {
  box-sizing: border-box;
}


}
#s-e86bcb59-8af6-41d2-838e-46142bfbace8 {
  text-align: center;
}
#s-e86bcb59-8af6-41d2-838e-46142bfbace8:hover {opacity: 0.7 !important;}






  img.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
    
    
  }


.s-e86bcb59-8af6-41d2-838e-46142bfbace8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shg-align-container {
  text-align: center
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
    
    
  }


.s-e86bcb59-8af6-41d2-838e-46142bfbace8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shg-align-container {
  text-align: center
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
    
    
  }


.s-e86bcb59-8af6-41d2-838e-46142bfbace8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shg-align-container {
  text-align: center
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
    
    
  }


.s-e86bcb59-8af6-41d2-838e-46142bfbace8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shg-align-container {
  text-align: center
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
    
    
  }


.s-e86bcb59-8af6-41d2-838e-46142bfbace8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shg-align-container {
  text-align: center
}

.s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86bcb59-8af6-41d2-838e-46142bfbace8.shogun-image {
  box-sizing: border-box;
}


}
.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-151c0fb1-3145-459d-b2e2-7ac5de19719f {
  text-align: center;
}
#s-151c0fb1-3145-459d-b2e2-7ac5de19719f:hover {opacity: 0.7 !important;}






  #s-151c0fb1-3145-459d-b2e2-7ac5de19719f img.shogun-image {
    

    
    
    
  }


#s-151c0fb1-3145-459d-b2e2-7ac5de19719f .shogun-image-content {
  
    align-items: center;
  
}

#s-3c0aeafd-6033-4674-b2a0-4db5511719ed {
  margin-top: 6%;
min-height: 50px;
opacity: 1;
}








#s-3c0aeafd-6033-4674-b2a0-4db5511719ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c0aeafd-6033-4674-b2a0-4db5511719ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-f16220b8-1c3e-4982-ad44-b09fe4554dd9 {
  margin-bottom: 5%;
padding-top: 0px;
text-align: center;
}

#s-f16220b8-1c3e-4982-ad44-b09fe4554dd9 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a2ee408e-b620-4c02-a22e-d0be8291a159 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-a2ee408e-b620-4c02-a22e-d0be8291a159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ee408e-b620-4c02-a22e-d0be8291a159.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-1869c2da-07d7-483e-b30b-4096bae32ef3 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-1869c2da-07d7-483e-b30b-4096bae32ef3 hr {
  border-top: 1px solid #ddd;
}

.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-a370d415-b85a-423b-b77c-708b7650e48c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a370d415-b85a-423b-b77c-708b7650e48c {
  display: none;
}
#s-a370d415-b85a-423b-b77c-708b7650e48c, #wrap-s-a370d415-b85a-423b-b77c-708b7650e48c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a370d415-b85a-423b-b77c-708b7650e48c {
  display: none;
}
#s-a370d415-b85a-423b-b77c-708b7650e48c, #wrap-s-a370d415-b85a-423b-b77c-708b7650e48c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a370d415-b85a-423b-b77c-708b7650e48c {
  display: none;
}
#s-a370d415-b85a-423b-b77c-708b7650e48c, #wrap-s-a370d415-b85a-423b-b77c-708b7650e48c { display:none !important; }}@media (max-width: 767px){#s-a370d415-b85a-423b-b77c-708b7650e48c {
  display: none;
}
#s-a370d415-b85a-423b-b77c-708b7650e48c, #wrap-s-a370d415-b85a-423b-b77c-708b7650e48c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-a370d415-b85a-423b-b77c-708b7650e48c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-f8fe6ae3-55a1-4bb4-8618-d2dc0bd87969 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-f8fe6ae3-55a1-4bb4-8618-d2dc0bd87969:hover {opacity: 0.7 !important;}






  #s-f8fe6ae3-55a1-4bb4-8618-d2dc0bd87969 img.shogun-image {
    

    
    
    
  }


#s-f8fe6ae3-55a1-4bb4-8618-d2dc0bd87969 .shogun-image-content {
  
    align-items: center;
  
}

.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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-ee44ce4b-7208-4e3e-9c87-a4e09ee992db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee44ce4b-7208-4e3e-9c87-a4e09ee992db .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-adbf7664-8238-40cd-8c9a-b9deaca60e9c {
  margin-top: 20px;
}

#s-d3d5e361-9922-498b-a93a-040a141b1bf7 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-d3d5e361-9922-498b-a93a-040a141b1bf7 {
  display: none;
}
#s-d3d5e361-9922-498b-a93a-040a141b1bf7, #wrap-s-d3d5e361-9922-498b-a93a-040a141b1bf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3d5e361-9922-498b-a93a-040a141b1bf7 {
  display: none;
}
#s-d3d5e361-9922-498b-a93a-040a141b1bf7, #wrap-s-d3d5e361-9922-498b-a93a-040a141b1bf7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3d5e361-9922-498b-a93a-040a141b1bf7 {
  display: none;
}
#s-d3d5e361-9922-498b-a93a-040a141b1bf7, #wrap-s-d3d5e361-9922-498b-a93a-040a141b1bf7 { display:none !important; }}@media (max-width: 767px){#s-d3d5e361-9922-498b-a93a-040a141b1bf7 {
  display: none;
}
#s-d3d5e361-9922-498b-a93a-040a141b1bf7, #wrap-s-d3d5e361-9922-498b-a93a-040a141b1bf7 { display:none !important; }}
#s-d3d5e361-9922-498b-a93a-040a141b1bf7 hr {
  border-top: 1px solid #ddd;
}

#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 {
  display: none;
}
#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61, #wrap-s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 {
  display: none;
}
#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61, #wrap-s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 {
  display: none;
}
#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61, #wrap-s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 { display:none !important; }}@media (max-width: 767px){#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 {
  display: none;
}
#s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61, #wrap-s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-8c6a7f54-f962-4ed0-9bf5-c409bbc71e61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-eeedbf7e-1209-42dd-ab8b-fdb9819b11c6 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-eeedbf7e-1209-42dd-ab8b-fdb9819b11c6:hover {opacity: 0.7 !important;}






  #s-eeedbf7e-1209-42dd-ab8b-fdb9819b11c6 img.shogun-image {
    

    
    
    
  }


#s-eeedbf7e-1209-42dd-ab8b-fdb9819b11c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb91eb9-ee45-41b0-af66-43bd59c76856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3cb91eb9-ee45-41b0-af66-43bd59c76856 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-8ada82d6-e5ec-4dc8-985f-bb3498bc183d {
  margin-top: 20px;
}

#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba {
  display: none;
}
#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba, #wrap-s-d05647ff-87ba-475b-9db9-f4e2857ed7ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba {
  display: none;
}
#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba, #wrap-s-d05647ff-87ba-475b-9db9-f4e2857ed7ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba {
  display: none;
}
#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba, #wrap-s-d05647ff-87ba-475b-9db9-f4e2857ed7ba { display:none !important; }}@media (max-width: 767px){#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba {
  display: none;
}
#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba, #wrap-s-d05647ff-87ba-475b-9db9-f4e2857ed7ba { display:none !important; }}
#s-d05647ff-87ba-475b-9db9-f4e2857ed7ba hr {
  border-top: 1px solid #ddd;
}

#s-53e7f769-5d1e-49d2-9ca1-64401fe24652 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-53e7f769-5d1e-49d2-9ca1-64401fe24652 {
  display: none;
}
#s-53e7f769-5d1e-49d2-9ca1-64401fe24652, #wrap-s-53e7f769-5d1e-49d2-9ca1-64401fe24652 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53e7f769-5d1e-49d2-9ca1-64401fe24652 {
  display: none;
}
#s-53e7f769-5d1e-49d2-9ca1-64401fe24652, #wrap-s-53e7f769-5d1e-49d2-9ca1-64401fe24652 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53e7f769-5d1e-49d2-9ca1-64401fe24652 {
  display: none;
}
#s-53e7f769-5d1e-49d2-9ca1-64401fe24652, #wrap-s-53e7f769-5d1e-49d2-9ca1-64401fe24652 { display:none !important; }}@media (max-width: 767px){#s-53e7f769-5d1e-49d2-9ca1-64401fe24652 {
  display: none;
}
#s-53e7f769-5d1e-49d2-9ca1-64401fe24652, #wrap-s-53e7f769-5d1e-49d2-9ca1-64401fe24652 { display:none !important; }}
@media (min-width: 0px) {
[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-53e7f769-5d1e-49d2-9ca1-64401fe24652"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-94462106-4cdd-43e1-afd1-1f0f8a3d886f {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-94462106-4cdd-43e1-afd1-1f0f8a3d886f:hover {opacity: 0.7 !important;}






  #s-94462106-4cdd-43e1-afd1-1f0f8a3d886f img.shogun-image {
    

    
    
    
  }


#s-94462106-4cdd-43e1-afd1-1f0f8a3d886f .shogun-image-content {
  
    align-items: center;
  
}

#s-9ed9b07f-7eed-412f-a45e-12fdfccbae3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ed9b07f-7eed-412f-a45e-12fdfccbae3e .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c023fd27-3f8e-44a5-a494-9268b946db71 {
  margin-top: 20px;
}

#s-ef785a60-2290-4577-bfe3-954de1d299b1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ef785a60-2290-4577-bfe3-954de1d299b1 {
  display: none;
}
#s-ef785a60-2290-4577-bfe3-954de1d299b1, #wrap-s-ef785a60-2290-4577-bfe3-954de1d299b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef785a60-2290-4577-bfe3-954de1d299b1 {
  display: none;
}
#s-ef785a60-2290-4577-bfe3-954de1d299b1, #wrap-s-ef785a60-2290-4577-bfe3-954de1d299b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef785a60-2290-4577-bfe3-954de1d299b1 {
  display: none;
}
#s-ef785a60-2290-4577-bfe3-954de1d299b1, #wrap-s-ef785a60-2290-4577-bfe3-954de1d299b1 { display:none !important; }}@media (max-width: 767px){#s-ef785a60-2290-4577-bfe3-954de1d299b1 {
  display: none;
}
#s-ef785a60-2290-4577-bfe3-954de1d299b1, #wrap-s-ef785a60-2290-4577-bfe3-954de1d299b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-ef785a60-2290-4577-bfe3-954de1d299b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-245635c0-c559-4ce7-88b3-b8fc09a0f6c5 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-245635c0-c559-4ce7-88b3-b8fc09a0f6c5:hover {opacity: 0.7 !important;}






  #s-245635c0-c559-4ce7-88b3-b8fc09a0f6c5 img.shogun-image {
    

    
    
    
  }


#s-245635c0-c559-4ce7-88b3-b8fc09a0f6c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f9fc735-75fb-423f-b036-c322ba876c14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f9fc735-75fb-423f-b036-c322ba876c14 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-2cdd90cf-ddfc-4f03-9511-3b489c0a2d98 {
  margin-top: 20px;
}

#s-717fcaf0-f139-4b96-b965-68f375ee94cd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-717fcaf0-f139-4b96-b965-68f375ee94cd {
  display: none;
}
#s-717fcaf0-f139-4b96-b965-68f375ee94cd, #wrap-s-717fcaf0-f139-4b96-b965-68f375ee94cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-717fcaf0-f139-4b96-b965-68f375ee94cd {
  display: none;
}
#s-717fcaf0-f139-4b96-b965-68f375ee94cd, #wrap-s-717fcaf0-f139-4b96-b965-68f375ee94cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-717fcaf0-f139-4b96-b965-68f375ee94cd {
  display: none;
}
#s-717fcaf0-f139-4b96-b965-68f375ee94cd, #wrap-s-717fcaf0-f139-4b96-b965-68f375ee94cd { display:none !important; }}@media (max-width: 767px){#s-717fcaf0-f139-4b96-b965-68f375ee94cd {
  display: none;
}
#s-717fcaf0-f139-4b96-b965-68f375ee94cd, #wrap-s-717fcaf0-f139-4b96-b965-68f375ee94cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-717fcaf0-f139-4b96-b965-68f375ee94cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-cd5ef55f-f21e-4e5a-a472-baa2d0347929 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-cd5ef55f-f21e-4e5a-a472-baa2d0347929:hover {opacity: 0.7 !important;}






  #s-cd5ef55f-f21e-4e5a-a472-baa2d0347929 img.shogun-image {
    

    
    
    
  }


#s-cd5ef55f-f21e-4e5a-a472-baa2d0347929 .shogun-image-content {
  
    align-items: center;
  
}

#s-9881fdc7-8f78-4152-bfa8-08b4b9d08cce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9881fdc7-8f78-4152-bfa8-08b4b9d08cce .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ea46a875-6b09-4ca1-a8cc-91178038ae3c {
  margin-top: 20px;
}

#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc {
  display: none;
}
#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc, #wrap-s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc {
  display: none;
}
#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc, #wrap-s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc {
  display: none;
}
#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc, #wrap-s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc { display:none !important; }}@media (max-width: 767px){#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc {
  display: none;
}
#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc, #wrap-s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc { display:none !important; }}
#s-510eddda-cf5d-4ae3-8c11-46e6e940e2dc hr {
  border-top: 1px solid #ddd;
}

#s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f {
  
}
}@media (max-width: 767px){#s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f {
  
}
}
@media (min-width: 0px) {
[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-2b8d2e2c-3f27-428c-bc4d-90ad6c34a19f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-12790217-17ec-4c33-96f1-bb4eebd9746d {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-12790217-17ec-4c33-96f1-bb4eebd9746d:hover {opacity: 0.7 !important;}






  #s-12790217-17ec-4c33-96f1-bb4eebd9746d img.shogun-image {
    

    
    
    
  }


#s-12790217-17ec-4c33-96f1-bb4eebd9746d .shogun-image-content {
  
    align-items: center;
  
}

#s-50e76c51-2d9f-49d0-b36d-b4e7b5ed36f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50e76c51-2d9f-49d0-b36d-b4e7b5ed36f5 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fa6d298b-61bb-490b-8bbd-856c411efa8a {
  margin-top: 20px;
}

#s-13b49768-1470-4b01-884b-00d555f7f679 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-13b49768-1470-4b01-884b-00d555f7f679 hr {
  border-top: 1px solid #ddd;
}

#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a {
  display: none;
}
#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a, #wrap-s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a {
  display: none;
}
#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a, #wrap-s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a {
  display: none;
}
#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a, #wrap-s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a { display:none !important; }}@media (max-width: 767px){#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a {
  display: none;
}
#s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a, #wrap-s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a { display:none !important; }}
@media (min-width: 0px) {
[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bab09c14-6be7-4f9e-b4c8-d187c4688c2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-2fa22016-3f04-4773-b3bf-11c55af95de5 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-2fa22016-3f04-4773-b3bf-11c55af95de5:hover {opacity: 0.7 !important;}






  #s-2fa22016-3f04-4773-b3bf-11c55af95de5 img.shogun-image {
    

    
    
    
  }


#s-2fa22016-3f04-4773-b3bf-11c55af95de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1a0bd34-bcda-45f0-805a-c055822da022 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1a0bd34-bcda-45f0-805a-c055822da022 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6cfb13d5-d7ea-44af-9a05-a42efc252c10 {
  margin-top: 20px;
}

#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 {
  display: none;
}
#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5, #wrap-s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 {
  display: none;
}
#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5, #wrap-s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 {
  display: none;
}
#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5, #wrap-s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 { display:none !important; }}@media (max-width: 767px){#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 {
  display: none;
}
#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5, #wrap-s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 { display:none !important; }}
#s-fcf7a10e-1cb2-4d16-97bc-235c92304ba5 hr {
  border-top: 1px solid #ddd;
}

#s-fa1324b3-dd27-4568-a0ba-192d0bc0651c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-fa1324b3-dd27-4568-a0ba-192d0bc0651c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1324b3-dd27-4568-a0ba-192d0bc0651c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 {
  display: none;
}
#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342, #wrap-s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 {
  display: none;
}
#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342, #wrap-s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 {
  display: none;
}
#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342, #wrap-s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 { display:none !important; }}@media (max-width: 767px){#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 {
  display: none;
}
#s-e823d57c-8eff-45ac-ad3c-fd6487dc3342, #wrap-s-e823d57c-8eff-45ac-ad3c-fd6487dc3342 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e823d57c-8eff-45ac-ad3c-fd6487dc3342"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-1593e732-aa7c-47c8-87d2-b25e1d57b6f7 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-1593e732-aa7c-47c8-87d2-b25e1d57b6f7:hover {opacity: 0.7 !important;}






  #s-1593e732-aa7c-47c8-87d2-b25e1d57b6f7 img.shogun-image {
    

    
    
    
  }


#s-1593e732-aa7c-47c8-87d2-b25e1d57b6f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4cd2d50-370c-45c2-80fb-f9eb5d8ac37d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4cd2d50-370c-45c2-80fb-f9eb5d8ac37d .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-351a0e07-c049-4a63-a800-94e23d398333 {
  margin-top: 20px;
}

#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 {
  display: none;
}
#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31, #wrap-s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 {
  display: none;
}
#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31, #wrap-s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 {
  display: none;
}
#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31, #wrap-s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 { display:none !important; }}@media (max-width: 767px){#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 {
  display: none;
}
#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31, #wrap-s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 { display:none !important; }}
#s-3ed95812-3e16-4f4c-ab91-4f0e20988d31 hr {
  border-top: 1px solid #ddd;
}

#s-54f3343a-dc09-4308-bc97-c869f4826253 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-54f3343a-dc09-4308-bc97-c869f4826253 {
  display: none;
}
#s-54f3343a-dc09-4308-bc97-c869f4826253, #wrap-s-54f3343a-dc09-4308-bc97-c869f4826253 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54f3343a-dc09-4308-bc97-c869f4826253 {
  display: none;
}
#s-54f3343a-dc09-4308-bc97-c869f4826253, #wrap-s-54f3343a-dc09-4308-bc97-c869f4826253 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54f3343a-dc09-4308-bc97-c869f4826253 {
  display: none;
}
#s-54f3343a-dc09-4308-bc97-c869f4826253, #wrap-s-54f3343a-dc09-4308-bc97-c869f4826253 { display:none !important; }}@media (max-width: 767px){#s-54f3343a-dc09-4308-bc97-c869f4826253 {
  display: none;
}
#s-54f3343a-dc09-4308-bc97-c869f4826253, #wrap-s-54f3343a-dc09-4308-bc97-c869f4826253 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-54f3343a-dc09-4308-bc97-c869f4826253"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-cc9a0cef-1fdd-467f-87e3-3a9be979c7fd {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-cc9a0cef-1fdd-467f-87e3-3a9be979c7fd:hover {opacity: 0.7 !important;}






  #s-cc9a0cef-1fdd-467f-87e3-3a9be979c7fd img.shogun-image {
    

    
    
    
  }


#s-cc9a0cef-1fdd-467f-87e3-3a9be979c7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-7b2ad62c-fd15-412b-bdd7-300751793c75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b2ad62c-fd15-412b-bdd7-300751793c75 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-06dc227c-008f-4da0-841b-77462248dbb2 {
  margin-top: 20px;
}

#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 {
  display: none;
}
#s-c366ee84-7774-4fbd-9705-faa3162fd9a6, #wrap-s-c366ee84-7774-4fbd-9705-faa3162fd9a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 {
  display: none;
}
#s-c366ee84-7774-4fbd-9705-faa3162fd9a6, #wrap-s-c366ee84-7774-4fbd-9705-faa3162fd9a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 {
  display: none;
}
#s-c366ee84-7774-4fbd-9705-faa3162fd9a6, #wrap-s-c366ee84-7774-4fbd-9705-faa3162fd9a6 { display:none !important; }}@media (max-width: 767px){#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 {
  display: none;
}
#s-c366ee84-7774-4fbd-9705-faa3162fd9a6, #wrap-s-c366ee84-7774-4fbd-9705-faa3162fd9a6 { display:none !important; }}
#s-c366ee84-7774-4fbd-9705-faa3162fd9a6 hr {
  border-top: 1px solid #ddd;
}

#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 {
  display: none;
}
#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1, #wrap-s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 {
  display: none;
}
#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1, #wrap-s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 {
  display: none;
}
#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1, #wrap-s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 { display:none !important; }}@media (max-width: 767px){#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 {
  display: none;
}
#s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1, #wrap-s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-bef6357f-1404-4ffd-b9bb-31bc89cf14a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-ae0758e1-c942-40e4-b624-f301b4239646 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-ae0758e1-c942-40e4-b624-f301b4239646:hover {opacity: 0.7 !important;}






  #s-ae0758e1-c942-40e4-b624-f301b4239646 img.shogun-image {
    

    
    
    
  }


#s-ae0758e1-c942-40e4-b624-f301b4239646 .shogun-image-content {
  
    align-items: center;
  
}

#s-a87713c0-cd59-4690-9b85-06c04834b192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a87713c0-cd59-4690-9b85-06c04834b192 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8a82bb30-4dac-459a-be85-067fe0574e00 {
  margin-top: 20px;
}

#s-10de3f82-9970-461f-b647-b872f512bed9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-10de3f82-9970-461f-b647-b872f512bed9 {
  display: none;
}
#s-10de3f82-9970-461f-b647-b872f512bed9, #wrap-s-10de3f82-9970-461f-b647-b872f512bed9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10de3f82-9970-461f-b647-b872f512bed9 {
  display: none;
}
#s-10de3f82-9970-461f-b647-b872f512bed9, #wrap-s-10de3f82-9970-461f-b647-b872f512bed9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10de3f82-9970-461f-b647-b872f512bed9 {
  display: none;
}
#s-10de3f82-9970-461f-b647-b872f512bed9, #wrap-s-10de3f82-9970-461f-b647-b872f512bed9 { display:none !important; }}@media (max-width: 767px){#s-10de3f82-9970-461f-b647-b872f512bed9 {
  display: none;
}
#s-10de3f82-9970-461f-b647-b872f512bed9, #wrap-s-10de3f82-9970-461f-b647-b872f512bed9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-10de3f82-9970-461f-b647-b872f512bed9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-05d7bdf4-28c2-4e7d-8909-6bd06f4aea39 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-05d7bdf4-28c2-4e7d-8909-6bd06f4aea39:hover {opacity: 0.7 !important;}






  #s-05d7bdf4-28c2-4e7d-8909-6bd06f4aea39 img.shogun-image {
    

    
    
    
  }


#s-05d7bdf4-28c2-4e7d-8909-6bd06f4aea39 .shogun-image-content {
  
    align-items: center;
  
}

#s-07a51a1c-a4e5-451e-a5fe-6d4862d281a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07a51a1c-a4e5-451e-a5fe-6d4862d281a6 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-206386d8-9f1f-4f7c-b9fe-b2875ab088dd {
  margin-top: 20px;
}

#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 {
  display: none;
}
#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588, #wrap-s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 {
  display: none;
}
#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588, #wrap-s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 {
  display: none;
}
#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588, #wrap-s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 { display:none !important; }}@media (max-width: 767px){#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 {
  display: none;
}
#s-6c5c9bac-bd3e-4926-9b36-3f1799d59588, #wrap-s-6c5c9bac-bd3e-4926-9b36-3f1799d59588 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-6c5c9bac-bd3e-4926-9b36-3f1799d59588"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-6b626288-92ec-487a-92dd-edbcd0feec1c {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-6b626288-92ec-487a-92dd-edbcd0feec1c:hover {opacity: 0.7 !important;}






  #s-6b626288-92ec-487a-92dd-edbcd0feec1c img.shogun-image {
    

    
    
    
  }


#s-6b626288-92ec-487a-92dd-edbcd0feec1c .shogun-image-content {
  
    align-items: center;
  
}

#s-e846317a-6868-4612-a356-f91083477b5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e846317a-6868-4612-a356-f91083477b5b .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0b47f851-9c47-4e59-9833-c7ab6ad43a54 {
  margin-top: 20px;
}

#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 {
  display: none;
}
#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1, #wrap-s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 {
  display: none;
}
#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1, #wrap-s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 {
  display: none;
}
#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1, #wrap-s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 { display:none !important; }}@media (max-width: 767px){#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 {
  display: none;
}
#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1, #wrap-s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 { display:none !important; }}
#s-0a111c5f-d11c-426d-94c2-76c572a4d8c1 hr {
  border-top: 1px solid #ddd;
}

#s-55597115-62ce-4cc4-8ae6-9b6722138e0c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-55597115-62ce-4cc4-8ae6-9b6722138e0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55597115-62ce-4cc4-8ae6-9b6722138e0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55597115-62ce-4cc4-8ae6-9b6722138e0c {
  
}
}@media (max-width: 767px){#s-55597115-62ce-4cc4-8ae6-9b6722138e0c {
  
}
}
@media (min-width: 0px) {
[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-55597115-62ce-4cc4-8ae6-9b6722138e0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 {
  padding-left: 0px;
padding-right: 0px;
max-width: 1800px;
aspect-ratio: 1/1;
text-align: center;
}
#s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3:hover {opacity: 0.7 !important;}




  #s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 img.shogun-image,
  #s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 {
    width: 100%;
    height: auto;
  }



  #s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 img.shogun-image {
    

    
    
    
  }


#s-aeb147e7-cb03-4b3c-8c55-c0677a38e5f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3d8e3e-8a4c-4213-afc6-ee35c2322380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd3d8e3e-8a4c-4213-afc6-ee35c2322380 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-169b0792-688f-4e8d-ac3b-036dffb8f31d {
  margin-top: 20px;
}

#s-f2211624-b737-42fc-8384-8f96d8869659 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-f2211624-b737-42fc-8384-8f96d8869659 hr {
  border-top: 1px solid #ddd;
}

#s-21f086d4-9b6e-470a-b249-982653625e1b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-21f086d4-9b6e-470a-b249-982653625e1b {
  display: none;
}
#s-21f086d4-9b6e-470a-b249-982653625e1b, #wrap-s-21f086d4-9b6e-470a-b249-982653625e1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21f086d4-9b6e-470a-b249-982653625e1b {
  display: none;
}
#s-21f086d4-9b6e-470a-b249-982653625e1b, #wrap-s-21f086d4-9b6e-470a-b249-982653625e1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21f086d4-9b6e-470a-b249-982653625e1b {
  display: none;
}
#s-21f086d4-9b6e-470a-b249-982653625e1b, #wrap-s-21f086d4-9b6e-470a-b249-982653625e1b { display:none !important; }}@media (max-width: 767px){#s-21f086d4-9b6e-470a-b249-982653625e1b {
  display: none;
}
#s-21f086d4-9b6e-470a-b249-982653625e1b, #wrap-s-21f086d4-9b6e-470a-b249-982653625e1b { display:none !important; }}
@media (min-width: 0px) {
[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-21f086d4-9b6e-470a-b249-982653625e1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-9128a82f-2b49-4f9f-846a-66066e7233c7 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
#s-9128a82f-2b49-4f9f-846a-66066e7233c7:hover {opacity: 0.7 !important;}






  #s-9128a82f-2b49-4f9f-846a-66066e7233c7 img.shogun-image {
    

    
    
    
  }


#s-9128a82f-2b49-4f9f-846a-66066e7233c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-376c2dc0-a24d-4b2a-8a26-552f27f27753 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-376c2dc0-a24d-4b2a-8a26-552f27f27753 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d4d9a7fe-2747-4264-bc4a-3e193eec365d {
  margin-top: 20px;
}

#s-1c35ffc4-14e4-499d-add3-db7fee308ffa {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-1c35ffc4-14e4-499d-add3-db7fee308ffa {
  display: none;
}
#s-1c35ffc4-14e4-499d-add3-db7fee308ffa, #wrap-s-1c35ffc4-14e4-499d-add3-db7fee308ffa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c35ffc4-14e4-499d-add3-db7fee308ffa {
  display: none;
}
#s-1c35ffc4-14e4-499d-add3-db7fee308ffa, #wrap-s-1c35ffc4-14e4-499d-add3-db7fee308ffa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c35ffc4-14e4-499d-add3-db7fee308ffa {
  display: none;
}
#s-1c35ffc4-14e4-499d-add3-db7fee308ffa, #wrap-s-1c35ffc4-14e4-499d-add3-db7fee308ffa { display:none !important; }}@media (max-width: 767px){#s-1c35ffc4-14e4-499d-add3-db7fee308ffa {
  display: none;
}
#s-1c35ffc4-14e4-499d-add3-db7fee308ffa, #wrap-s-1c35ffc4-14e4-499d-add3-db7fee308ffa { display:none !important; }}
#s-1c35ffc4-14e4-499d-add3-db7fee308ffa hr {
  border-top: 1px solid #ddd;
}

#s-7765f854-e316-476f-b6cb-6d0b17831156 {
  margin-top: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7765f854-e316-476f-b6cb-6d0b17831156 {
  display: none;
}
#s-7765f854-e316-476f-b6cb-6d0b17831156, #wrap-s-7765f854-e316-476f-b6cb-6d0b17831156 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7765f854-e316-476f-b6cb-6d0b17831156 {
  display: none;
}
#s-7765f854-e316-476f-b6cb-6d0b17831156, #wrap-s-7765f854-e316-476f-b6cb-6d0b17831156 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7765f854-e316-476f-b6cb-6d0b17831156 {
  display: none;
}
#s-7765f854-e316-476f-b6cb-6d0b17831156, #wrap-s-7765f854-e316-476f-b6cb-6d0b17831156 { display:none !important; }}@media (max-width: 767px){#s-7765f854-e316-476f-b6cb-6d0b17831156 {
  display: none;
}
#s-7765f854-e316-476f-b6cb-6d0b17831156, #wrap-s-7765f854-e316-476f-b6cb-6d0b17831156 { display:none !important; }}







#s-7765f854-e316-476f-b6cb-6d0b17831156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7765f854-e316-476f-b6cb-6d0b17831156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c18a599c-0b03-434e-a954-9905d42f6801 {
  padding-top: 0px;
padding-bottom: 100px;
text-align: center;
}

#s-c18a599c-0b03-434e-a954-9905d42f6801 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-47819aa1-6565-4f2c-b66c-115c39184d1f {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-47819aa1-6565-4f2c-b66c-115c39184d1f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-47819aa1-6565-4f2c-b66c-115c39184d1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-47819aa1-6565-4f2c-b66c-115c39184d1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-47819aa1-6565-4f2c-b66c-115c39184d1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-07165060-d753-4c13-a4a2-71341c2233e7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-07165060-d753-4c13-a4a2-71341c2233e7"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-819830d5-7ab4-4f1e-a926-74a6f0749ff7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-819830d5-7ab4-4f1e-a926-74a6f0749ff7"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-17eda510-a015-467c-977b-c5bd4e47db36 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-17eda510-a015-467c-977b-c5bd4e47db36"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-4345321c-8e4f-4b63-94b9-db7cd30eaee2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-4345321c-8e4f-4b63-94b9-db7cd30eaee2"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

.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-76d90085-72bb-4294-b695-6f0c91e9a649 {
  border-style: solid;
margin-top: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(92, 92, 92, 1);
border-radius: 3px;
background-color: rgba(92, 92, 92, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76d90085-72bb-4294-b695-6f0c91e9a649:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76d90085-72bb-4294-b695-6f0c91e9a649:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76d90085-72bb-4294-b695-6f0c91e9a649-root {
    text-align: center;
  }


#s-76d90085-72bb-4294-b695-6f0c91e9a649.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76d90085-72bb-4294-b695-6f0c91e9a649-root {
    text-align: center;
  }


#s-76d90085-72bb-4294-b695-6f0c91e9a649.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76d90085-72bb-4294-b695-6f0c91e9a649-root {
    text-align: center;
  }


#s-76d90085-72bb-4294-b695-6f0c91e9a649.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76d90085-72bb-4294-b695-6f0c91e9a649-root {
    text-align: center;
  }


#s-76d90085-72bb-4294-b695-6f0c91e9a649.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76d90085-72bb-4294-b695-6f0c91e9a649-root {
    text-align: center;
  }


#s-76d90085-72bb-4294-b695-6f0c91e9a649.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c7bc5247-8f6f-46b3-9ff7-3e3637ca1ed5 {
  margin-top: 6%;
min-height: 50px;
}








#s-c7bc5247-8f6f-46b3-9ff7-3e3637ca1ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7bc5247-8f6f-46b3-9ff7-3e3637ca1ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e8542a-524b-47a1-afbe-0a577b35abe8 {
  margin-bottom: 5%;
padding-top: 0px;
text-align: center;
}

#s-e5e8542a-524b-47a1-afbe-0a577b35abe8 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-401dd10e-4cbd-457b-8568-7ec59459180b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-401dd10e-4cbd-457b-8568-7ec59459180b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-401dd10e-4cbd-457b-8568-7ec59459180b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-401dd10e-4cbd-457b-8568-7ec59459180b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-401dd10e-4cbd-457b-8568-7ec59459180b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px){#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 {
  display: none;
}
#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9, #wrap-s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 {
  display: none;
}
#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9, #wrap-s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 {
  display: none;
}
#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9, #wrap-s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 { display:none !important; }}@media (max-width: 767px){#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 {
  display: none;
}
#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9, #wrap-s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 { display:none !important; }}
#s-082aab7a-a9ca-41a3-ac6c-aa78b7c259a9 {
  display: none;
}
.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-ed101a90-7ebf-43a4-aa34-38adcbb74889 {
  text-align: left;
}



.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed101a90-7ebf-43a4-aa34-38adcbb74889 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-02c66da7-276c-4d27-908f-9db1bf95f976 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c66da7-276c-4d27-908f-9db1bf95f976 .shg-product-title-component h3 {
  color: rgba(92, 92, 92, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-17b000c8-8604-4099-aab5-9ea74c5b924d {
  text-align: center;
}

#s-17b000c8-8604-4099-aab5-9ea74c5b924d .shg-product-sold-out {
  display: none;
  color: rgba(92, 92, 92, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17b000c8-8604-4099-aab5-9ea74c5b924d .shg-product-price {
  color: rgba(92, 92, 92, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-17b000c8-8604-4099-aab5-9ea74c5b924d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e0513674-1d4e-4004-aa5a-3a3c2f9b30b3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0513674-1d4e-4004-aa5a-3a3c2f9b30b3 {
  
}
}@media (max-width: 767px){#s-e0513674-1d4e-4004-aa5a-3a3c2f9b30b3 {
  
}
}







#s-e0513674-1d4e-4004-aa5a-3a3c2f9b30b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0513674-1d4e-4004-aa5a-3a3c2f9b30b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c68d666d-1e82-42de-8094-d0129aeeb7e9:hover {opacity: 1 !important;}




  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 img.shogun-image,
  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
    width: 100%;
    height: auto;
  }



  img.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
    
    
  }


.s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shg-align-container {
  text-align: center
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 img.shogun-image,
  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
    width: 100%;
    height: auto;
  }



  img.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
    
    
  }


.s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shg-align-container {
  text-align: center
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 img.shogun-image,
  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
    width: 100%;
    height: auto;
  }



  img.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
    
    
  }


.s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shg-align-container {
  text-align: center
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 img.shogun-image,
  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
    width: 100%;
    height: auto;
  }



  img.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
    
    
  }


.s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shg-align-container {
  text-align: center
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 img.shogun-image,
  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c68d666d-1e82-42de-8094-d0129aeeb7e9 {
    width: 100%;
    height: auto;
  }



  img.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
    
    
  }


.s-c68d666d-1e82-42de-8094-d0129aeeb7e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shg-align-container {
  text-align: center
}

.s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68d666d-1e82-42de-8094-d0129aeeb7e9.shogun-image {
  box-sizing: border-box;
}


}
#s-51c7a491-d418-41e5-b02e-058d6aaa9c65 {
  min-height: 50px;
}








#s-51c7a491-d418-41e5-b02e-058d6aaa9c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c7a491-d418-41e5-b02e-058d6aaa9c65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f {
  text-align: center;
}
#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f:hover {opacity: 1 !important;}






  img.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
    
    
  }


.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f .shogun-image-content {
  
    align-items: center;
  
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shg-align-container {
  text-align: center
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
    
    
  }


.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f .shogun-image-content {
  
    align-items: center;
  
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shg-align-container {
  text-align: center
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
    
    
  }


.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f .shogun-image-content {
  
    align-items: center;
  
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shg-align-container {
  text-align: center
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
    
    
  }


.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f .shogun-image-content {
  
    align-items: center;
  
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shg-align-container {
  text-align: center
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
    
    
  }


.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f .shogun-image-content {
  
    align-items: center;
  
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shg-align-container {
  text-align: center
}

.s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff9061-a597-4c2b-b9c0-2f2ab458332f.shogun-image {
  box-sizing: border-box;
}


}
#s-98ba549e-b697-433b-ade1-9bfbf253b30f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-98ba549e-b697-433b-ade1-9bfbf253b30f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98ba549e-b697-433b-ade1-9bfbf253b30f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98ba549e-b697-433b-ade1-9bfbf253b30f {
  
}
}@media (max-width: 767px){#s-98ba549e-b697-433b-ade1-9bfbf253b30f {
  
}
}







#s-98ba549e-b697-433b-ade1-9bfbf253b30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98ba549e-b697-433b-ade1-9bfbf253b30f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc {
  text-align: center;
}
#s-a98e7090-2129-4979-ba74-1fccbeddbccc:hover {opacity: 1 !important;}






  img.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
    
    
  }


.s-a98e7090-2129-4979-ba74-1fccbeddbccc .shogun-image-content {
  
    align-items: center;
  
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shg-align-container {
  text-align: center
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
    
    
  }


.s-a98e7090-2129-4979-ba74-1fccbeddbccc .shogun-image-content {
  
    align-items: center;
  
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shg-align-container {
  text-align: center
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
    
    
  }


.s-a98e7090-2129-4979-ba74-1fccbeddbccc .shogun-image-content {
  
    align-items: center;
  
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shg-align-container {
  text-align: center
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
    
    
  }


.s-a98e7090-2129-4979-ba74-1fccbeddbccc .shogun-image-content {
  
    align-items: center;
  
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shg-align-container {
  text-align: center
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
    
    
  }


.s-a98e7090-2129-4979-ba74-1fccbeddbccc .shogun-image-content {
  
    align-items: center;
  
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shg-align-container {
  text-align: center
}

.s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98e7090-2129-4979-ba74-1fccbeddbccc.shogun-image {
  box-sizing: border-box;
}


}
#s-bfe4a776-9428-4ad3-9f76-7ba35849719b {
  min-height: 50px;
}








#s-bfe4a776-9428-4ad3-9f76-7ba35849719b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe4a776-9428-4ad3-9f76-7ba35849719b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f {
  text-align: center;
}
#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f:hover {opacity: 1 !important;}






  img.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
    
    
  }


.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shg-align-container {
  text-align: center
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
    
    
  }


.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shg-align-container {
  text-align: center
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
    
    
  }


.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shg-align-container {
  text-align: center
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
    
    
  }


.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shg-align-container {
  text-align: center
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
    
    
  }


.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f .shogun-image-content {
  
    align-items: center;
  
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shg-align-container {
  text-align: center
}

.s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6990e12-eb1e-47c7-b652-3c5cc85c697f.shogun-image {
  box-sizing: border-box;
}


}
#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 {
  
}
}@media (max-width: 767px){#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 {
  
}
}







#s-fa972dfd-90f3-4ec0-b902-dd51ef311763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa972dfd-90f3-4ec0-b902-dd51ef311763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958 {
  text-align: center;
}
#s-70b2cbda-ee0e-47da-abce-814ffd909958:hover {opacity: 1 !important;}






  img.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
    
    
  }


.s-70b2cbda-ee0e-47da-abce-814ffd909958 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shg-align-container {
  text-align: center
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
    
    
  }


.s-70b2cbda-ee0e-47da-abce-814ffd909958 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shg-align-container {
  text-align: center
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
    
    
  }


.s-70b2cbda-ee0e-47da-abce-814ffd909958 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shg-align-container {
  text-align: center
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
    
    
  }


.s-70b2cbda-ee0e-47da-abce-814ffd909958 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shg-align-container {
  text-align: center
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
    
    
  }


.s-70b2cbda-ee0e-47da-abce-814ffd909958 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shg-align-container {
  text-align: center
}

.s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b2cbda-ee0e-47da-abce-814ffd909958.shogun-image {
  box-sizing: border-box;
}


}
#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 {
  
}
}@media (max-width: 767px){#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 {
  
}
}







#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b813a6-b5ba-4669-a5c2-7951bcc09eb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e {
  text-align: center;
}
#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e:hover {opacity: 1 !important;}






  img.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
    
    
  }


.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e .shogun-image-content {
  
    align-items: center;
  
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shg-align-container {
  text-align: center
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
    
    
  }


.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e .shogun-image-content {
  
    align-items: center;
  
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shg-align-container {
  text-align: center
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
    
    
  }


.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e .shogun-image-content {
  
    align-items: center;
  
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shg-align-container {
  text-align: center
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
    
    
  }


.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e .shogun-image-content {
  
    align-items: center;
  
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shg-align-container {
  text-align: center
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
    
    
  }


.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e .shogun-image-content {
  
    align-items: center;
  
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shg-align-container {
  text-align: center
}

.s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1827fa5c-1f60-40a5-9e91-88c2449ff77e.shogun-image {
  box-sizing: border-box;
}


}
#s-ed8c193d-e092-477b-983e-0fe343fd8c73 {
  margin-top: 6%;
min-height: 50px;
}








#s-ed8c193d-e092-477b-983e-0fe343fd8c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8c193d-e092-477b-983e-0fe343fd8c73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc1af2a-9385-4dbc-8fee-a1cbefebc132 {
  margin-bottom: 5%;
padding-top: 0px;
text-align: center;
}

#s-4fc1af2a-9385-4dbc-8fee-a1cbefebc132 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1fbd1f49-8413-4906-8968-6fd869924ac6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1fbd1f49-8413-4906-8968-6fd869924ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fbd1f49-8413-4906-8968-6fd869924ac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3811ecba-9c27-4b39-a8d2-60d66628f84b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3811ecba-9c27-4b39-a8d2-60d66628f84b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3811ecba-9c27-4b39-a8d2-60d66628f84b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3811ecba-9c27-4b39-a8d2-60d66628f84b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3811ecba-9c27-4b39-a8d2-60d66628f84b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3cbb861f-d3a9-44cb-af3c-be36098aed0e {
  text-align: center;
}
#s-3cbb861f-d3a9-44cb-af3c-be36098aed0e:hover {opacity: 0.7 !important;}






  #s-3cbb861f-d3a9-44cb-af3c-be36098aed0e img.shogun-image {
    

    
    
    
  }


#s-3cbb861f-d3a9-44cb-af3c-be36098aed0e .shogun-image-content {
  
    align-items: center;
  
}

#s-be150ebb-3953-4c15-91ae-5c2ebb8b3534 {
  text-align: center;
}
#s-be150ebb-3953-4c15-91ae-5c2ebb8b3534:hover {opacity: 0.7 !important;}






  #s-be150ebb-3953-4c15-91ae-5c2ebb8b3534 img.shogun-image {
    

    
    
    
  }


#s-be150ebb-3953-4c15-91ae-5c2ebb8b3534 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1f232c-1a66-4b93-94ef-d75bf14edfa5 {
  text-align: center;
}
#s-ed1f232c-1a66-4b93-94ef-d75bf14edfa5:hover {opacity: 0.7 !important;}






  #s-ed1f232c-1a66-4b93-94ef-d75bf14edfa5 img.shogun-image {
    

    
    
    
  }


#s-ed1f232c-1a66-4b93-94ef-d75bf14edfa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-797e083e-7e6b-4788-aee4-ee5deb368b26 {
  text-align: center;
}
#s-797e083e-7e6b-4788-aee4-ee5deb368b26:hover {opacity: 0.7 !important;}






  #s-797e083e-7e6b-4788-aee4-ee5deb368b26 img.shogun-image {
    

    
    
    
  }


#s-797e083e-7e6b-4788-aee4-ee5deb368b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-ade737e4-5a22-449b-9c08-2742a09eedd1 {
  margin-top: 6%;
min-height: 50px;
}








#s-ade737e4-5a22-449b-9c08-2742a09eedd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade737e4-5a22-449b-9c08-2742a09eedd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9999bcfd-708f-40ff-98eb-e319cd4abd90 {
  margin-bottom: 5%;
padding-top: 0px;
text-align: center;
}

#s-9999bcfd-708f-40ff-98eb-e319cd4abd90 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-29b9d628-c17c-42fb-96c4-68ff3aa1da8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-29b9d628-c17c-42fb-96c4-68ff3aa1da8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b9d628-c17c-42fb-96c4-68ff3aa1da8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded {
  margin-left: auto;
margin-right: auto;
padding-left: 11%;
padding-right: 11%;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-bb227929-63e8-43e8-bcf0-617b31cb4ded td.shogun-table-column, #s-bb227929-63e8-43e8-bcf0-617b31cb4ded td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-400a1143-2cd6-41ff-b4b4-be4bd944dcfa {
  max-width: 200px;
text-align: center;
}
#s-400a1143-2cd6-41ff-b4b4-be4bd944dcfa:hover {opacity: 0.7 !important;}






  #s-400a1143-2cd6-41ff-b4b4-be4bd944dcfa img.shogun-image {
    

    
    
    
  }


#s-400a1143-2cd6-41ff-b4b4-be4bd944dcfa .shogun-image-content {
  
    align-items: center;
  
}

#s-c089ea0f-0ef2-4393-a62c-3ef5951f78a9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
#s-c089ea0f-0ef2-4393-a62c-3ef5951f78a9:hover {opacity: 0.7 !important;}






  #s-c089ea0f-0ef2-4393-a62c-3ef5951f78a9 img.shogun-image {
    

    
    
    
  }


#s-c089ea0f-0ef2-4393-a62c-3ef5951f78a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0345b863-b0aa-4712-a095-15aa79751de6 {
  max-width: 200px;
text-align: center;
}
#s-0345b863-b0aa-4712-a095-15aa79751de6:hover {opacity: 0.7 !important;}






  #s-0345b863-b0aa-4712-a095-15aa79751de6 img.shogun-image {
    

    
    
    
  }


#s-0345b863-b0aa-4712-a095-15aa79751de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-916c4f6f-4c2f-4a14-9d0d-813a99846c22 {
  max-width: 200px;
text-align: center;
}
#s-916c4f6f-4c2f-4a14-9d0d-813a99846c22:hover {opacity: 0.7 !important;}






  #s-916c4f6f-4c2f-4a14-9d0d-813a99846c22 img.shogun-image {
    

    
    
    
  }


#s-916c4f6f-4c2f-4a14-9d0d-813a99846c22 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1ff7195-5a2e-4bb7-b3d0-176251d773c8 {
  max-width: 200px;
text-align: center;
}
#s-b1ff7195-5a2e-4bb7-b3d0-176251d773c8:hover {opacity: 0.7 !important;}






  #s-b1ff7195-5a2e-4bb7-b3d0-176251d773c8 img.shogun-image {
    

    
    
    
  }


#s-b1ff7195-5a2e-4bb7-b3d0-176251d773c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9395f849-9497-4b21-a934-dc82ca54068e {
  max-width: 180px;
text-align: center;
}
#s-9395f849-9497-4b21-a934-dc82ca54068e:hover {opacity: 0.7 !important;}






  #s-9395f849-9497-4b21-a934-dc82ca54068e img.shogun-image {
    

    
    
    
  }


#s-9395f849-9497-4b21-a934-dc82ca54068e .shogun-image-content {
  
    align-items: center;
  
}

#s-7b9745bb-4029-4cc7-855c-a164e43e36ce {
  max-width: 200px;
text-align: center;
}
#s-7b9745bb-4029-4cc7-855c-a164e43e36ce:hover {opacity: 0.7 !important;}






  #s-7b9745bb-4029-4cc7-855c-a164e43e36ce img.shogun-image {
    

    
    
    
  }


#s-7b9745bb-4029-4cc7-855c-a164e43e36ce .shogun-image-content {
  
    align-items: center;
  
}

#s-843b14cd-a22f-4552-a812-126a6372cb07 {
  margin-top: 6%;
min-height: 50px;
}








#s-843b14cd-a22f-4552-a812-126a6372cb07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-843b14cd-a22f-4552-a812-126a6372cb07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f19ae9f8-594f-4c29-a362-e77252aaf662 {
  margin-bottom: 5%;
padding-top: 0px;
text-align: center;
}

#s-f19ae9f8-594f-4c29-a362-e77252aaf662 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9047086a-9eab-43c1-b4dc-6cc6ec394789 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}








#s-9047086a-9eab-43c1-b4dc-6cc6ec394789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9047086a-9eab-43c1-b4dc-6cc6ec394789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-863bd106-cac3-4f1b-87b7-1195e1561fb6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-863bd106-cac3-4f1b-87b7-1195e1561fb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-863bd106-cac3-4f1b-87b7-1195e1561fb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-863bd106-cac3-4f1b-87b7-1195e1561fb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-863bd106-cac3-4f1b-87b7-1195e1561fb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-21555b94-5423-41d8-83ab-0aa4f84c3345 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-21555b94-5423-41d8-83ab-0aa4f84c3345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21555b94-5423-41d8-83ab-0aa4f84c3345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d85bd62d-9519-429c-bb62-c6642dc6d9f5 {
  text-align: center;
}
#s-d85bd62d-9519-429c-bb62-c6642dc6d9f5:hover {opacity: 0.7 !important;}






  #s-d85bd62d-9519-429c-bb62-c6642dc6d9f5 img.shogun-image {
    

    
    
    
  }


#s-d85bd62d-9519-429c-bb62-c6642dc6d9f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5709adb2-2794-4753-abbf-09cd971c3710 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5709adb2-2794-4753-abbf-09cd971c3710 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


#s-5709adb2-2794-4753-abbf-09cd971c3710 .shogun-heading-component h2 a {
  color: rgba(92, 92, 92, 1);
}


#s-b5443b04-984f-425a-8e1f-3bc306b017a7 {
  margin-top: 20px;
}

#s-0fd228cf-2fe0-4c57-875b-a98975c5d15d {
  margin-top: 0%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-0fd228cf-2fe0-4c57-875b-a98975c5d15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd228cf-2fe0-4c57-875b-a98975c5d15d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-644dc88a-4802-4f71-b194-8249c206e42e {
  text-align: center;
}
#s-644dc88a-4802-4f71-b194-8249c206e42e:hover {opacity: 0.7 !important;}






  #s-644dc88a-4802-4f71-b194-8249c206e42e img.shogun-image {
    

    
    
    
  }


#s-644dc88a-4802-4f71-b194-8249c206e42e .shogun-image-content {
  
    align-items: center;
  
}

#s-94d887ae-1f43-4339-a517-2912a775b0c5 {
  margin-top: 2%;
}

#s-70ad42fd-0ca7-453f-becc-24c365bac3b3 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70ad42fd-0ca7-453f-becc-24c365bac3b3 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-70ad42fd-0ca7-453f-becc-24c365bac3b3 .shogun-heading-component h2 a {
  color: rgba(92, 92, 92, 1);
}


#s-b7a7e67c-fb9e-452d-9868-695c8d81a198 {
  margin-top: 20px;
}

#s-15638b67-69da-4435-a144-d103d067cce8 {
  margin-top: 0%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-15638b67-69da-4435-a144-d103d067cce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15638b67-69da-4435-a144-d103d067cce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb24bf8d-c525-4d6b-ac5d-cfa8c81f3357 {
  text-align: center;
}
#s-bb24bf8d-c525-4d6b-ac5d-cfa8c81f3357:hover {opacity: 0.7 !important;}






  #s-bb24bf8d-c525-4d6b-ac5d-cfa8c81f3357 img.shogun-image {
    

    
    
    
  }


#s-bb24bf8d-c525-4d6b-ac5d-cfa8c81f3357 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d0fcb7e-4b78-4925-a0fb-60ae49b1bc27 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8d0fcb7e-4b78-4925-a0fb-60ae49b1bc27 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-8d0fcb7e-4b78-4925-a0fb-60ae49b1bc27 .shogun-heading-component h2 a {
  color: rgba(92, 92, 92, 1);
}


#s-85c03541-f0ed-4bee-9175-2a1f27068074 {
  margin-top: 20px;
}

#s-b460d081-f43a-4ec6-8b51-39cb2f946363 {
  border-style: solid;
margin-top: 6%;
margin-bottom: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(92, 92, 92, 0.02);
background-color: rgba(92, 92, 92, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b460d081-f43a-4ec6-8b51-39cb2f946363:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b460d081-f43a-4ec6-8b51-39cb2f946363:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b460d081-f43a-4ec6-8b51-39cb2f946363-root {
    text-align: center;
  }


#s-b460d081-f43a-4ec6-8b51-39cb2f946363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b460d081-f43a-4ec6-8b51-39cb2f946363-root {
    text-align: center;
  }


#s-b460d081-f43a-4ec6-8b51-39cb2f946363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b460d081-f43a-4ec6-8b51-39cb2f946363-root {
    text-align: center;
  }


#s-b460d081-f43a-4ec6-8b51-39cb2f946363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b460d081-f43a-4ec6-8b51-39cb2f946363-root {
    text-align: center;
  }


#s-b460d081-f43a-4ec6-8b51-39cb2f946363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b460d081-f43a-4ec6-8b51-39cb2f946363-root {
    text-align: center;
  }


#s-b460d081-f43a-4ec6-8b51-39cb2f946363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7bba5258-b09c-4d1b-8121-50674e158fdc {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7bba5258-b09c-4d1b-8121-50674e158fdc {
  display: none;
}
#s-7bba5258-b09c-4d1b-8121-50674e158fdc, #wrap-s-7bba5258-b09c-4d1b-8121-50674e158fdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bba5258-b09c-4d1b-8121-50674e158fdc {
  display: none;
}
#s-7bba5258-b09c-4d1b-8121-50674e158fdc, #wrap-s-7bba5258-b09c-4d1b-8121-50674e158fdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bba5258-b09c-4d1b-8121-50674e158fdc {
  display: none;
}
#s-7bba5258-b09c-4d1b-8121-50674e158fdc, #wrap-s-7bba5258-b09c-4d1b-8121-50674e158fdc { display:none !important; }}







#s-7bba5258-b09c-4d1b-8121-50674e158fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bba5258-b09c-4d1b-8121-50674e158fdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223c5a3d-9f1e-4690-b391-d603e6ed3424 {
  opacity: 1;
}

#s-223c5a3d-9f1e-4690-b391-d603e6ed3424 .shg-sld-dot {
  background-color: rgba(166, 166, 166, 1);
}

#s-223c5a3d-9f1e-4690-b391-d603e6ed3424 .shg-sld-nav-button.shg-sld-left,
#s-223c5a3d-9f1e-4690-b391-d603e6ed3424 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(166, 166, 166, 1);
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 img.shogun-image,
  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
    width: 100%;
    height: auto;
  }



  img.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
    
    
  }


.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shg-align-container {
  text-align: center
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 img.shogun-image,
  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
    width: 100%;
    height: auto;
  }



  img.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
    
    
  }


.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shg-align-container {
  text-align: center
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 img.shogun-image,
  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
    width: 100%;
    height: auto;
  }



  img.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
    
    
  }


.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shg-align-container {
  text-align: center
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 img.shogun-image,
  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
    width: 100%;
    height: auto;
  }



  img.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
    
    
  }


.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shg-align-container {
  text-align: center
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 img.shogun-image,
  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 {
    width: 100%;
    height: auto;
  }



  img.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
    
    
  }


.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shg-align-container {
  text-align: center
}

.s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee41f8f7-bb0f-45c3-8813-4bf69abc0f88.shogun-image {
  box-sizing: border-box;
}


}
#s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 img.shogun-image,
  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
    width: 100%;
    height: auto;
  }



  img.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
    
    
  }


.s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shg-align-container {
  text-align: center
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 img.shogun-image,
  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
    width: 100%;
    height: auto;
  }



  img.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
    
    
  }


.s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shg-align-container {
  text-align: center
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 img.shogun-image,
  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
    width: 100%;
    height: auto;
  }



  img.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
    
    
  }


.s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shg-align-container {
  text-align: center
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 img.shogun-image,
  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
    width: 100%;
    height: auto;
  }



  img.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
    
    
  }


.s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shg-align-container {
  text-align: center
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 img.shogun-image,
  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6ea5751-9672-48f3-a210-4f364a0cc550 {
    width: 100%;
    height: auto;
  }



  img.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
    
    
  }


.s-e6ea5751-9672-48f3-a210-4f364a0cc550 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shg-align-container {
  text-align: center
}

.s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ea5751-9672-48f3-a210-4f364a0cc550.shogun-image {
  box-sizing: border-box;
}


}
#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 {
  text-align: center;
}
#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311:hover {opacity: 0.7 !important;}






  img.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
    
    
  }


.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shg-align-container {
  text-align: center
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
    
    
  }


.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shg-align-container {
  text-align: center
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
    
    
  }


.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shg-align-container {
  text-align: center
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
    
    
  }


.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shg-align-container {
  text-align: center
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
    
    
  }


.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311 .shogun-image-content {
  
    align-items: center;
  
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shg-align-container {
  text-align: center
}

.s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-973e21fd-ce02-4944-b4e5-c06f7a7b9311.shogun-image {
  box-sizing: border-box;
}


}
#s-8abe2487-9446-4425-9499-22968d2d5a9b {
  text-align: center;
}
#s-8abe2487-9446-4425-9499-22968d2d5a9b:hover {opacity: 0.7 !important;}






  img.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
    
    
  }


.s-8abe2487-9446-4425-9499-22968d2d5a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shg-align-container {
  text-align: center
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
    
    
  }


.s-8abe2487-9446-4425-9499-22968d2d5a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shg-align-container {
  text-align: center
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
    
    
  }


.s-8abe2487-9446-4425-9499-22968d2d5a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shg-align-container {
  text-align: center
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
    
    
  }


.s-8abe2487-9446-4425-9499-22968d2d5a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shg-align-container {
  text-align: center
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
    
    
  }


.s-8abe2487-9446-4425-9499-22968d2d5a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shg-align-container {
  text-align: center
}

.s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abe2487-9446-4425-9499-22968d2d5a9b.shogun-image {
  box-sizing: border-box;
}


}
#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 {
  text-align: center;
}
#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8:hover {opacity: 0.7 !important;}






  img.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
    
    
  }


.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shg-align-container {
  text-align: center
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
    
    
  }


.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shg-align-container {
  text-align: center
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
    
    
  }


.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shg-align-container {
  text-align: center
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
    
    
  }


.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shg-align-container {
  text-align: center
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
    
    
  }


.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shg-align-container {
  text-align: center
}

.s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe4c634-2ba7-4bf1-a3ce-55196414bae8.shogun-image {
  box-sizing: border-box;
}


}
#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 {
  text-align: center;
}
#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70:hover {opacity: 0.7 !important;}






  img.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
    
    
  }


.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shg-align-container {
  text-align: center
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
    
    
  }


.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shg-align-container {
  text-align: center
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
    
    
  }


.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shg-align-container {
  text-align: center
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
    
    
  }


.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shg-align-container {
  text-align: center
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
    
    
  }


.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shg-align-container {
  text-align: center
}

.s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf0d9c5f-fe3d-4335-8030-0d911bc29d70.shogun-image {
  box-sizing: border-box;
}


}
#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd {
  text-align: center;
}
#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd:hover {opacity: 0.7 !important;}






  img.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
    
    
  }


.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd .shogun-image-content {
  
    align-items: center;
  
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shg-align-container {
  text-align: center
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
    
    
  }


.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd .shogun-image-content {
  
    align-items: center;
  
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shg-align-container {
  text-align: center
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
    
    
  }


.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd .shogun-image-content {
  
    align-items: center;
  
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shg-align-container {
  text-align: center
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
    
    
  }


.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd .shogun-image-content {
  
    align-items: center;
  
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shg-align-container {
  text-align: center
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
    
    
  }


.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd .shogun-image-content {
  
    align-items: center;
  
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shg-align-container {
  text-align: center
}

.s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d47c5b-4ecf-4d63-b0a1-4da5159e61cd.shogun-image {
  box-sizing: border-box;
}


}
#s-11f1c755-d47b-40c6-8632-238e82fcab1b {
  text-align: center;
}
#s-11f1c755-d47b-40c6-8632-238e82fcab1b:hover {opacity: 0.7 !important;}






  img.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
    
    
  }


.s-11f1c755-d47b-40c6-8632-238e82fcab1b .shogun-image-content {
  
    align-items: center;
  
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shg-align-container {
  text-align: center
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
    
    
  }


.s-11f1c755-d47b-40c6-8632-238e82fcab1b .shogun-image-content {
  
    align-items: center;
  
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shg-align-container {
  text-align: center
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
    
    
  }


.s-11f1c755-d47b-40c6-8632-238e82fcab1b .shogun-image-content {
  
    align-items: center;
  
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shg-align-container {
  text-align: center
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
    
    
  }


.s-11f1c755-d47b-40c6-8632-238e82fcab1b .shogun-image-content {
  
    align-items: center;
  
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shg-align-container {
  text-align: center
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
    
    
  }


.s-11f1c755-d47b-40c6-8632-238e82fcab1b .shogun-image-content {
  
    align-items: center;
  
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shg-align-container {
  text-align: center
}

.s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11f1c755-d47b-40c6-8632-238e82fcab1b.shogun-image {
  box-sizing: border-box;
}


}
#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 {
  text-align: center;
}
#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0:hover {opacity: 0.7 !important;}






  img.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
    
    
  }


.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shg-align-container {
  text-align: center
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
    
    
  }


.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shg-align-container {
  text-align: center
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
    
    
  }


.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shg-align-container {
  text-align: center
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
    
    
  }


.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shg-align-container {
  text-align: center
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
    
    
  }


.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shg-align-container {
  text-align: center
}

.s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea80b0-1451-4b8b-8003-462a0b60c8c0.shogun-image {
  box-sizing: border-box;
}


}
#s-1c85852c-54ab-4b08-a9e0-e2fd18b14514 {
  text-align: center;
}
#s-1c85852c-54ab-4b08-a9e0-e2fd18b14514:hover {opacity: 0.7 !important;}






  #s-1c85852c-54ab-4b08-a9e0-e2fd18b14514 img.shogun-image {
    

    
    
    
  }


#s-1c85852c-54ab-4b08-a9e0-e2fd18b14514 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae07991c-f7ef-409c-963a-bfc6bc4503b7 {
  text-align: center;
}
#s-ae07991c-f7ef-409c-963a-bfc6bc4503b7:hover {opacity: 0.7 !important;}






  #s-ae07991c-f7ef-409c-963a-bfc6bc4503b7 img.shogun-image {
    

    
    
    
  }


#s-ae07991c-f7ef-409c-963a-bfc6bc4503b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0136607d-bcd3-4f1a-9ed6-1838115ab6c0 {
  margin-top: 13%;
min-height: 50px;
opacity: 1;
}








#s-0136607d-bcd3-4f1a-9ed6-1838115ab6c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0136607d-bcd3-4f1a-9ed6-1838115ab6c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-531b1d9f-afda-492a-967b-32923c5d5e9a {
  margin-bottom: 7%;
padding-top: 0px;
text-align: center;
}

#s-531b1d9f-afda-492a-967b-32923c5d5e9a .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1a33ec45-1ab1-492e-bd8a-78477cdbbd39 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-1a33ec45-1ab1-492e-bd8a-78477cdbbd39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a33ec45-1ab1-492e-bd8a-78477cdbbd39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19bb3562-6aa7-4831-9153-cc1566e70466 {
  margin-bottom: 1%;
}

#s-19bb3562-6aa7-4831-9153-cc1566e70466 hr {
  border-top: 1px solid #ddd;
}

#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c {
  text-align: left;
}
@media (min-width: 1200px){#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c {
  display: none;
}
#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c, #wrap-s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c {
  display: none;
}
#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c, #wrap-s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c {
  display: none;
}
#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c, #wrap-s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c { display:none !important; }}@media (max-width: 767px){#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c {
  display: none;
}
#s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c, #wrap-s-71249be1-eb6f-47ef-b7dc-c9f74f4e274c { display:none !important; }}
#s-f3838457-897e-4574-916f-9637315c7a80 {
  margin-bottom: 1%;
}
@media (min-width: 1200px){#s-f3838457-897e-4574-916f-9637315c7a80 {
  display: none;
}
#s-f3838457-897e-4574-916f-9637315c7a80, #wrap-s-f3838457-897e-4574-916f-9637315c7a80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3838457-897e-4574-916f-9637315c7a80 {
  display: none;
}
#s-f3838457-897e-4574-916f-9637315c7a80, #wrap-s-f3838457-897e-4574-916f-9637315c7a80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3838457-897e-4574-916f-9637315c7a80 {
  display: none;
}
#s-f3838457-897e-4574-916f-9637315c7a80, #wrap-s-f3838457-897e-4574-916f-9637315c7a80 { display:none !important; }}@media (max-width: 767px){#s-f3838457-897e-4574-916f-9637315c7a80 {
  display: none;
}
#s-f3838457-897e-4574-916f-9637315c7a80, #wrap-s-f3838457-897e-4574-916f-9637315c7a80 { display:none !important; }}
#s-f3838457-897e-4574-916f-9637315c7a80 hr {
  border-top: 1px solid #ddd;
}

#s-5b081179-4780-44ef-ae27-05346861e91d {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-5b081179-4780-44ef-ae27-05346861e91d {
  
}
}@media (max-width: 767px){#s-5b081179-4780-44ef-ae27-05346861e91d {
  display: none;
}
#s-5b081179-4780-44ef-ae27-05346861e91d, #wrap-s-5b081179-4780-44ef-ae27-05346861e91d { display:none !important; }}
#s-5b081179-4780-44ef-ae27-05346861e91d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5b081179-4780-44ef-ae27-05346861e91d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5b081179-4780-44ef-ae27-05346861e91d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5b081179-4780-44ef-ae27-05346861e91d td.shogun-table-row {
  background-color: #fff;
  padding: 0.5em;
}

#s-5b081179-4780-44ef-ae27-05346861e91d td.shogun-table-column, #s-5b081179-4780-44ef-ae27-05346861e91d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d018e37e-b760-4b96-b54b-05efceca7e49 {
  padding-left: 0px;
padding-right: 0px;
max-width: 123px;
text-align: center;
}
#s-d018e37e-b760-4b96-b54b-05efceca7e49:hover {opacity: 0.7 !important;}






  #s-d018e37e-b760-4b96-b54b-05efceca7e49 img.shogun-image {
    

    
    
    
  }


#s-d018e37e-b760-4b96-b54b-05efceca7e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-9368bca7-566c-481f-a584-ea4faf7f3898 {
  min-height: 50px;
}








#s-9368bca7-566c-481f-a584-ea4faf7f3898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9368bca7-566c-481f-a584-ea4faf7f3898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af33cf01-e8e1-4a53-8fe2-1c588438a060 {
  min-height: 50px;
}








#s-af33cf01-e8e1-4a53-8fe2-1c588438a060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af33cf01-e8e1-4a53-8fe2-1c588438a060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6bf2d8-9de3-45d2-9e11-e12f1ecdc15a {
  margin-top: 0px;
}

#s-ab79eda8-731a-4949-90c9-f65f9a4490ba {
  text-align: left;
}
@media (min-width: 1200px){#s-ab79eda8-731a-4949-90c9-f65f9a4490ba {
  display: none;
}
#s-ab79eda8-731a-4949-90c9-f65f9a4490ba, #wrap-s-ab79eda8-731a-4949-90c9-f65f9a4490ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab79eda8-731a-4949-90c9-f65f9a4490ba {
  display: none;
}
#s-ab79eda8-731a-4949-90c9-f65f9a4490ba, #wrap-s-ab79eda8-731a-4949-90c9-f65f9a4490ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab79eda8-731a-4949-90c9-f65f9a4490ba {
  display: none;
}
#s-ab79eda8-731a-4949-90c9-f65f9a4490ba, #wrap-s-ab79eda8-731a-4949-90c9-f65f9a4490ba { display:none !important; }}@media (max-width: 767px){#s-ab79eda8-731a-4949-90c9-f65f9a4490ba {
  display: none;
}
#s-ab79eda8-731a-4949-90c9-f65f9a4490ba, #wrap-s-ab79eda8-731a-4949-90c9-f65f9a4490ba { display:none !important; }}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66 {
  margin-bottom: 1%;
}
@media (min-width: 1200px){#s-402a20ed-75bd-4eed-a991-3420d30e8b66 {
  display: none;
}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66, #wrap-s-402a20ed-75bd-4eed-a991-3420d30e8b66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-402a20ed-75bd-4eed-a991-3420d30e8b66 {
  display: none;
}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66, #wrap-s-402a20ed-75bd-4eed-a991-3420d30e8b66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-402a20ed-75bd-4eed-a991-3420d30e8b66 {
  display: none;
}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66, #wrap-s-402a20ed-75bd-4eed-a991-3420d30e8b66 { display:none !important; }}@media (max-width: 767px){#s-402a20ed-75bd-4eed-a991-3420d30e8b66 {
  display: none;
}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66, #wrap-s-402a20ed-75bd-4eed-a991-3420d30e8b66 { display:none !important; }}
#s-402a20ed-75bd-4eed-a991-3420d30e8b66 hr {
  border-top: 1px solid #ddd;
}

#s-68412b80-7f14-4aa7-9492-3c618128a30a {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-68412b80-7f14-4aa7-9492-3c618128a30a {
  display: none;
}
#s-68412b80-7f14-4aa7-9492-3c618128a30a, #wrap-s-68412b80-7f14-4aa7-9492-3c618128a30a { display:none !important; }}
#s-68412b80-7f14-4aa7-9492-3c618128a30a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-68412b80-7f14-4aa7-9492-3c618128a30a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-68412b80-7f14-4aa7-9492-3c618128a30a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-68412b80-7f14-4aa7-9492-3c618128a30a td.shogun-table-row {
  background-color: #fff;
  padding: 0.5em;
}

#s-68412b80-7f14-4aa7-9492-3c618128a30a td.shogun-table-column, #s-68412b80-7f14-4aa7-9492-3c618128a30a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3c6a13c9-3304-4c47-81ec-2b088e5f425b {
  min-height: 50px;
}








#s-3c6a13c9-3304-4c47-81ec-2b088e5f425b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6a13c9-3304-4c47-81ec-2b088e5f425b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20bd7c50-3646-4e21-ac19-9a76ca7bd7d7 {
  margin-top: 0px;
}

#s-5ec758b4-4be8-4017-afa1-0cd091056e81 {
  margin-top: 0px;
}

#s-54c69d4d-c19d-48b3-8adf-8dcdd394485d {
  padding-left: 0px;
padding-right: 0px;
max-width: 200px;
text-align: center;
}
#s-54c69d4d-c19d-48b3-8adf-8dcdd394485d:hover {opacity: 0.7 !important;}






  #s-54c69d4d-c19d-48b3-8adf-8dcdd394485d img.shogun-image {
    

    
    
    
  }


#s-54c69d4d-c19d-48b3-8adf-8dcdd394485d .shogun-image-content {
  
    align-items: center;
  
}

#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 {
  text-align: left;
}
@media (min-width: 1200px){#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 {
  display: none;
}
#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1, #wrap-s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 {
  display: none;
}
#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1, #wrap-s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 {
  display: none;
}
#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1, #wrap-s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 { display:none !important; }}@media (max-width: 767px){#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 {
  display: none;
}
#s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1, #wrap-s-1d710ef5-8128-478a-bfd5-6ec4c67b0ca1 { display:none !important; }}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd {
  margin-bottom: 1%;
}
@media (min-width: 1200px){#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd {
  display: none;
}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd, #wrap-s-9a07e9cc-03aa-4992-816a-edc6dc9687cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd {
  display: none;
}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd, #wrap-s-9a07e9cc-03aa-4992-816a-edc6dc9687cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd {
  display: none;
}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd, #wrap-s-9a07e9cc-03aa-4992-816a-edc6dc9687cd { display:none !important; }}@media (max-width: 767px){#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd {
  display: none;
}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd, #wrap-s-9a07e9cc-03aa-4992-816a-edc6dc9687cd { display:none !important; }}
#s-9a07e9cc-03aa-4992-816a-edc6dc9687cd hr {
  border-top: 1px solid #ddd;
}

#s-4d8b8e4a-0729-4672-8e23-2a637f16d1b9 {
  text-align: left;
}

#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 {
  
}
}@media (max-width: 767px){#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 {
  
}
}
#s-59c75085-50e1-41fd-a0c9-8928ff5cf8f0 hr {
  border-top: 1px solid #ddd;
}

#s-e5215a9e-8232-456d-866c-1da831fa8184 {
  text-align: left;
}

#s-469661ca-bf4c-48f2-9f34-9b28095353c4 {
  margin-top: 1%;
margin-bottom: 1%;
}
@media (min-width: 1200px){#s-469661ca-bf4c-48f2-9f34-9b28095353c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-469661ca-bf4c-48f2-9f34-9b28095353c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-469661ca-bf4c-48f2-9f34-9b28095353c4 {
  
}
}@media (max-width: 767px){#s-469661ca-bf4c-48f2-9f34-9b28095353c4 {
  
}
}
#s-469661ca-bf4c-48f2-9f34-9b28095353c4 hr {
  border-top: 1px solid #ddd;
}

#s-efb7db56-f564-4c88-b085-3c43296afa6d {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-efb7db56-f564-4c88-b085-3c43296afa6d {
  display: none;
}
#s-efb7db56-f564-4c88-b085-3c43296afa6d, #wrap-s-efb7db56-f564-4c88-b085-3c43296afa6d { display:none !important; }}
#s-efb7db56-f564-4c88-b085-3c43296afa6d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-efb7db56-f564-4c88-b085-3c43296afa6d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-efb7db56-f564-4c88-b085-3c43296afa6d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-efb7db56-f564-4c88-b085-3c43296afa6d td.shogun-table-row {
  background-color: #fff;
  padding: 0.5em;
}

#s-efb7db56-f564-4c88-b085-3c43296afa6d td.shogun-table-column, #s-efb7db56-f564-4c88-b085-3c43296afa6d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e43aa15f-1ea6-4148-80bb-f3aaf13bfd79 {
  min-height: 50px;
}








#s-e43aa15f-1ea6-4148-80bb-f3aaf13bfd79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e43aa15f-1ea6-4148-80bb-f3aaf13bfd79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b3a415c-8025-41ce-b97c-b00c8205c622 {
  margin-top: 0px;
}

#s-53235a49-e39a-4da4-b0f2-4ec8f84b0f35 {
  padding-left: 0px;
padding-right: 0px;
max-width: 100px;
text-align: center;
}
#s-53235a49-e39a-4da4-b0f2-4ec8f84b0f35:hover {opacity: 1 !important;}






  #s-53235a49-e39a-4da4-b0f2-4ec8f84b0f35 img.shogun-image {
    

    
    
    
  }


#s-53235a49-e39a-4da4-b0f2-4ec8f84b0f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-579685cd-dd28-4021-9066-de6e1ddb110a {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-579685cd-dd28-4021-9066-de6e1ddb110a {
  display: none;
}
#s-579685cd-dd28-4021-9066-de6e1ddb110a, #wrap-s-579685cd-dd28-4021-9066-de6e1ddb110a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-579685cd-dd28-4021-9066-de6e1ddb110a {
  display: none;
}
#s-579685cd-dd28-4021-9066-de6e1ddb110a, #wrap-s-579685cd-dd28-4021-9066-de6e1ddb110a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-579685cd-dd28-4021-9066-de6e1ddb110a {
  display: none;
}
#s-579685cd-dd28-4021-9066-de6e1ddb110a, #wrap-s-579685cd-dd28-4021-9066-de6e1ddb110a { display:none !important; }}@media (max-width: 767px){#s-579685cd-dd28-4021-9066-de6e1ddb110a {
  display: none;
}
#s-579685cd-dd28-4021-9066-de6e1ddb110a, #wrap-s-579685cd-dd28-4021-9066-de6e1ddb110a { display:none !important; }}
#s-579685cd-dd28-4021-9066-de6e1ddb110a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-579685cd-dd28-4021-9066-de6e1ddb110a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-579685cd-dd28-4021-9066-de6e1ddb110a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-579685cd-dd28-4021-9066-de6e1ddb110a td.shogun-table-row {
  background-color: #fff;
  padding: 0.5em;
}

#s-579685cd-dd28-4021-9066-de6e1ddb110a td.shogun-table-column, #s-579685cd-dd28-4021-9066-de6e1ddb110a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-22bd33d8-75e3-45d1-92fd-cbb704302e31 {
  min-height: 50px;
}








#s-22bd33d8-75e3-45d1-92fd-cbb704302e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22bd33d8-75e3-45d1-92fd-cbb704302e31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ebf4237-b1de-4858-be0d-52066870b125 {
  margin-top: 0px;
}

#s-9135c367-4067-4b1c-9345-33c2d2e5ee17 {
  margin-top: 0px;
}

#s-72da2de2-435d-4dff-9d53-118c0b44b8fc {
  padding-left: 0px;
padding-right: 0px;
max-width: 200px;
text-align: center;
}
#s-72da2de2-435d-4dff-9d53-118c0b44b8fc:hover {opacity: 0.7 !important;}






  #s-72da2de2-435d-4dff-9d53-118c0b44b8fc img.shogun-image {
    

    
    
    
  }


#s-72da2de2-435d-4dff-9d53-118c0b44b8fc .shogun-image-content {
  
    align-items: center;
  
}

#s-a72821a7-89c9-4dfa-8814-a3e26a783daa {
  text-align: left;
}
@media (min-width: 1200px){#s-a72821a7-89c9-4dfa-8814-a3e26a783daa {
  display: none;
}
#s-a72821a7-89c9-4dfa-8814-a3e26a783daa, #wrap-s-a72821a7-89c9-4dfa-8814-a3e26a783daa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a72821a7-89c9-4dfa-8814-a3e26a783daa {
  display: none;
}
#s-a72821a7-89c9-4dfa-8814-a3e26a783daa, #wrap-s-a72821a7-89c9-4dfa-8814-a3e26a783daa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a72821a7-89c9-4dfa-8814-a3e26a783daa {
  display: none;
}
#s-a72821a7-89c9-4dfa-8814-a3e26a783daa, #wrap-s-a72821a7-89c9-4dfa-8814-a3e26a783daa { display:none !important; }}@media (max-width: 767px){#s-a72821a7-89c9-4dfa-8814-a3e26a783daa {
  display: none;
}
#s-a72821a7-89c9-4dfa-8814-a3e26a783daa, #wrap-s-a72821a7-89c9-4dfa-8814-a3e26a783daa { display:none !important; }}
#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 {
  text-align: left;
}
@media (min-width: 1200px){#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 {
  display: none;
}
#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02, #wrap-s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 {
  display: none;
}
#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02, #wrap-s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 {
  display: none;
}
#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02, #wrap-s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 { display:none !important; }}@media (max-width: 767px){#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 {
  display: none;
}
#s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02, #wrap-s-da16f9f4-7fe9-412b-a4fe-a0c80008ae02 { display:none !important; }}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2 {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-eb33bab0-e647-4832-b593-a05bf12c03a2 {
  display: none;
}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2, #wrap-s-eb33bab0-e647-4832-b593-a05bf12c03a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb33bab0-e647-4832-b593-a05bf12c03a2 {
  display: none;
}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2, #wrap-s-eb33bab0-e647-4832-b593-a05bf12c03a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb33bab0-e647-4832-b593-a05bf12c03a2 {
  display: none;
}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2, #wrap-s-eb33bab0-e647-4832-b593-a05bf12c03a2 { display:none !important; }}@media (max-width: 767px){#s-eb33bab0-e647-4832-b593-a05bf12c03a2 {
  display: none;
}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2, #wrap-s-eb33bab0-e647-4832-b593-a05bf12c03a2 { display:none !important; }}
#s-eb33bab0-e647-4832-b593-a05bf12c03a2 hr {
  border-top: 1px solid #ddd;
}

#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c {
  margin-top: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c {
  display: none;
}
#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c, #wrap-s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c {
  display: none;
}
#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c, #wrap-s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c {
  display: none;
}
#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c, #wrap-s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c { display:none !important; }}@media (max-width: 767px){#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c {
  display: none;
}
#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c, #wrap-s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c { display:none !important; }}







#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b7fd0e-7c10-4b21-925a-c6b8e4c5119c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66124b02-b4e8-4c4a-9454-5fc6a56a1cba {
  padding-top: 0px;
padding-bottom: 100px;
text-align: center;
}

#s-66124b02-b4e8-4c4a-9454-5fc6a56a1cba .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d899451e-a243-4097-a581-b257f53f9ea6 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d899451e-a243-4097-a581-b257f53f9ea6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d899451e-a243-4097-a581-b257f53f9ea6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d899451e-a243-4097-a581-b257f53f9ea6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d899451e-a243-4097-a581-b257f53f9ea6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3c623c48-7623-4d3f-b880-c854c78451ee {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-3c623c48-7623-4d3f-b880-c854c78451ee"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-21ccfb24-845c-4611-a1ed-14f366030baf {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-21ccfb24-845c-4611-a1ed-14f366030baf"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-0e904f23-36f7-4134-bebe-156800619a7f {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-0e904f23-36f7-4134-bebe-156800619a7f"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-e7a0386a-f750-472c-84af-6d02928edfce {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 300px;
}

@media (min-width: 768px) {
  [id="s-e7a0386a-f750-472c-84af-6d02928edfce"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 15px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 15px) !important;
  }
}

#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e {
  border-style: solid;
margin-top: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(92, 92, 92, 1);
border-radius: 3px;
background-color: rgba(92, 92, 92, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93ffa55d-19ab-42fd-8b37-291ab200fa8e-root {
    text-align: center;
  }


#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93ffa55d-19ab-42fd-8b37-291ab200fa8e-root {
    text-align: center;
  }


#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93ffa55d-19ab-42fd-8b37-291ab200fa8e-root {
    text-align: center;
  }


#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93ffa55d-19ab-42fd-8b37-291ab200fa8e-root {
    text-align: center;
  }


#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93ffa55d-19ab-42fd-8b37-291ab200fa8e-root {
    text-align: center;
  }


#s-93ffa55d-19ab-42fd-8b37-291ab200fa8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7c5b33df-a18f-41c0-ab06-8ae3686be61b {
  margin-top: 13%;
min-height: 50px;
}








#s-7c5b33df-a18f-41c0-ab06-8ae3686be61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c5b33df-a18f-41c0-ab06-8ae3686be61b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c323b9a-66a3-4821-a837-d128372b9417 {
  margin-bottom: 7%;
padding-top: 0px;
text-align: center;
}

#s-8c323b9a-66a3-4821-a837-d128372b9417 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9064333e-752f-451d-9dbe-c0d45e996557 {
  padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-9064333e-752f-451d-9dbe-c0d45e996557 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9064333e-752f-451d-9dbe-c0d45e996557 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9064333e-752f-451d-9dbe-c0d45e996557 {
  
}
}@media (max-width: 767px){#s-9064333e-752f-451d-9dbe-c0d45e996557 {
  
}
}
#s-9064333e-752f-451d-9dbe-c0d45e996557 .shg-sld-dot {
  background-color: rgba(166, 166, 166, 1);
}

#s-9064333e-752f-451d-9dbe-c0d45e996557 .shg-sld-nav-button.shg-sld-left,
#s-9064333e-752f-451d-9dbe-c0d45e996557 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(166, 166, 166, 1);
}

@media (min-width: 0px) {
[id="s-852b6f36-edb5-4669-b2e0-65880a9e3202"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-852b6f36-edb5-4669-b2e0-65880a9e3202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-852b6f36-edb5-4669-b2e0-65880a9e3202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-852b6f36-edb5-4669-b2e0-65880a9e3202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 {
  
}
}@media (max-width: 767px){#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 {
  
}
}







#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44c3dd98-08a8-47b7-a52e-1df9b3d5a551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd789f4-932d-4fb0-9999-e73045352ef2 {
  min-height: 50px;
}








#s-8fd789f4-932d-4fb0-9999-e73045352ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd789f4-932d-4fb0-9999-e73045352ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f7d70d12-d195-49c6-8307-91e083dccb82 img.shogun-image,
  #s-f7d70d12-d195-49c6-8307-91e083dccb82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d70d12-d195-49c6-8307-91e083dccb82 {
    width: 100%;
    height: auto;
  }



  img.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
    
    
  }


.s-f7d70d12-d195-49c6-8307-91e083dccb82 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shg-align-container {
  text-align: center
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f7d70d12-d195-49c6-8307-91e083dccb82 img.shogun-image,
  #s-f7d70d12-d195-49c6-8307-91e083dccb82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d70d12-d195-49c6-8307-91e083dccb82 {
    width: 100%;
    height: auto;
  }



  img.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
    
    
  }


.s-f7d70d12-d195-49c6-8307-91e083dccb82 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shg-align-container {
  text-align: center
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7d70d12-d195-49c6-8307-91e083dccb82 img.shogun-image,
  #s-f7d70d12-d195-49c6-8307-91e083dccb82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d70d12-d195-49c6-8307-91e083dccb82 {
    width: 100%;
    height: auto;
  }



  img.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
    
    
  }


.s-f7d70d12-d195-49c6-8307-91e083dccb82 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shg-align-container {
  text-align: center
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-f7d70d12-d195-49c6-8307-91e083dccb82 img.shogun-image,
  #s-f7d70d12-d195-49c6-8307-91e083dccb82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d70d12-d195-49c6-8307-91e083dccb82 {
    width: 100%;
    height: auto;
  }



  img.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
    
    
  }


.s-f7d70d12-d195-49c6-8307-91e083dccb82 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shg-align-container {
  text-align: center
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-f7d70d12-d195-49c6-8307-91e083dccb82 img.shogun-image,
  #s-f7d70d12-d195-49c6-8307-91e083dccb82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d70d12-d195-49c6-8307-91e083dccb82 {
    width: 100%;
    height: auto;
  }



  img.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
    
    
  }


.s-f7d70d12-d195-49c6-8307-91e083dccb82 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shg-align-container {
  text-align: center
}

.s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d70d12-d195-49c6-8307-91e083dccb82.shogun-image {
  box-sizing: border-box;
}


}
#s-c86b7f09-6d64-4741-8983-10f266f83311 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c86b7f09-6d64-4741-8983-10f266f83311 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c86b7f09-6d64-4741-8983-10f266f83311 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c86b7f09-6d64-4741-8983-10f266f83311 {
  
}
}@media (max-width: 767px){#s-c86b7f09-6d64-4741-8983-10f266f83311 {
  
}
}







#s-c86b7f09-6d64-4741-8983-10f266f83311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86b7f09-6d64-4741-8983-10f266f83311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694 {
  text-align: center;
}
#s-c0bdc486-badb-457c-874b-0b2d23434694:hover {opacity: 1 !important;}






  img.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
    
    
  }


.s-c0bdc486-badb-457c-874b-0b2d23434694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shg-align-container {
  text-align: center
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
    
    
  }


.s-c0bdc486-badb-457c-874b-0b2d23434694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shg-align-container {
  text-align: center
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
    
    
  }


.s-c0bdc486-badb-457c-874b-0b2d23434694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shg-align-container {
  text-align: center
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
    
    
  }


.s-c0bdc486-badb-457c-874b-0b2d23434694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shg-align-container {
  text-align: center
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
    
    
  }


.s-c0bdc486-badb-457c-874b-0b2d23434694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shg-align-container {
  text-align: center
}

.s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bdc486-badb-457c-874b-0b2d23434694.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-0cd9bb3c-f471-4eea-a427-ce610b1002fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-0cd9bb3c-f471-4eea-a427-ce610b1002fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0cd9bb3c-f471-4eea-a427-ce610b1002fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0cd9bb3c-f471-4eea-a427-ce610b1002fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d img.shogun-image,
  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
    width: 100%;
    height: auto;
  }



  img.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
    
    
  }


.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shg-align-container {
  text-align: center
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d img.shogun-image,
  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
    width: 100%;
    height: auto;
  }



  img.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
    
    
  }


.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shg-align-container {
  text-align: center
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d img.shogun-image,
  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
    width: 100%;
    height: auto;
  }



  img.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
    
    
  }


.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shg-align-container {
  text-align: center
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d img.shogun-image,
  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
    width: 100%;
    height: auto;
  }



  img.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
    
    
  }


.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shg-align-container {
  text-align: center
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d img.shogun-image,
  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d {
    width: 100%;
    height: auto;
  }



  img.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
    
    
  }


.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shg-align-container {
  text-align: center
}

.s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed14511-fc16-4fe4-be87-1fd51d1dae0d.shogun-image {
  box-sizing: border-box;
}


}
#s-2474b04a-df0f-4e81-912e-25021e787a56 {
  min-height: 50px;
}








#s-2474b04a-df0f-4e81-912e-25021e787a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2474b04a-df0f-4e81-912e-25021e787a56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d {
  text-align: center;
}
#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d:hover {opacity: 1 !important;}






  img.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
    
    
  }


.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d .shogun-image-content {
  
    align-items: center;
  
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shg-align-container {
  text-align: center
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
    
    
  }


.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d .shogun-image-content {
  
    align-items: center;
  
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shg-align-container {
  text-align: center
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
    
    
  }


.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d .shogun-image-content {
  
    align-items: center;
  
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shg-align-container {
  text-align: center
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
    
    
  }


.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d .shogun-image-content {
  
    align-items: center;
  
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shg-align-container {
  text-align: center
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
    
    
  }


.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d .shogun-image-content {
  
    align-items: center;
  
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shg-align-container {
  text-align: center
}

.s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fa9b8f6-a7e6-430e-be64-b3c0df40175d.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-41a8a41e-8bfd-44f4-a421-bfd4c894763e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-41a8a41e-8bfd-44f4-a421-bfd4c894763e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-41a8a41e-8bfd-44f4-a421-bfd4c894763e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-41a8a41e-8bfd-44f4-a421-bfd4c894763e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px){#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 {
  display: none;
}
#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6, #wrap-s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 {
  display: none;
}
#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6, #wrap-s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 {
  display: none;
}
#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6, #wrap-s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 { display:none !important; }}@media (max-width: 767px){#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 {
  display: none;
}
#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6, #wrap-s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 { display:none !important; }}
#s-1e71c10b-e915-4271-bebd-eb7aeeb9d1c6 {
  display: none;
}
#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 {
  text-align: left;
}



.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5c82e36-23ea-4aaa-acb3-de5d3837df05 img.shogun-image {
  width: 100%;
}



}
#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c {
  
}
}@media (max-width: 767px){#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c {
  
}
}
#s-1d3c07ae-cb14-483f-bded-86cfd845eb8c .shg-product-title-component h3 {
  color: rgba(92, 92, 92, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-d11d9d88-69d9-4638-86d6-9bea2a63f0a8 {
  text-align: center;
}

#s-d11d9d88-69d9-4638-86d6-9bea2a63f0a8 .shg-product-sold-out {
  display: none;
  color: rgba(92, 92, 92, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d11d9d88-69d9-4638-86d6-9bea2a63f0a8 .shg-product-price {
  color: rgba(92, 92, 92, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-d11d9d88-69d9-4638-86d6-9bea2a63f0a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b8d461f-0da7-4523-8c23-bb4c93c13186 {
  min-height: 50px;
}








#s-3b8d461f-0da7-4523-8c23-bb4c93c13186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b8d461f-0da7-4523-8c23-bb4c93c13186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-32858cee-19cf-4781-b956-d49eeedb51c1 img.shogun-image,
  #s-32858cee-19cf-4781-b956-d49eeedb51c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32858cee-19cf-4781-b956-d49eeedb51c1 {
    width: 100%;
    height: auto;
  }



  img.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
    
    
  }


.s-32858cee-19cf-4781-b956-d49eeedb51c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shg-align-container {
  text-align: center
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-32858cee-19cf-4781-b956-d49eeedb51c1 img.shogun-image,
  #s-32858cee-19cf-4781-b956-d49eeedb51c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32858cee-19cf-4781-b956-d49eeedb51c1 {
    width: 100%;
    height: auto;
  }



  img.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
    
    
  }


.s-32858cee-19cf-4781-b956-d49eeedb51c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shg-align-container {
  text-align: center
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-32858cee-19cf-4781-b956-d49eeedb51c1 img.shogun-image,
  #s-32858cee-19cf-4781-b956-d49eeedb51c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32858cee-19cf-4781-b956-d49eeedb51c1 {
    width: 100%;
    height: auto;
  }



  img.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
    
    
  }


.s-32858cee-19cf-4781-b956-d49eeedb51c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shg-align-container {
  text-align: center
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-32858cee-19cf-4781-b956-d49eeedb51c1 img.shogun-image,
  #s-32858cee-19cf-4781-b956-d49eeedb51c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32858cee-19cf-4781-b956-d49eeedb51c1 {
    width: 100%;
    height: auto;
  }



  img.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
    
    
  }


.s-32858cee-19cf-4781-b956-d49eeedb51c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shg-align-container {
  text-align: center
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-32858cee-19cf-4781-b956-d49eeedb51c1 img.shogun-image,
  #s-32858cee-19cf-4781-b956-d49eeedb51c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32858cee-19cf-4781-b956-d49eeedb51c1 {
    width: 100%;
    height: auto;
  }



  img.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
    
    
  }


.s-32858cee-19cf-4781-b956-d49eeedb51c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shg-align-container {
  text-align: center
}

.s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32858cee-19cf-4781-b956-d49eeedb51c1.shogun-image {
  box-sizing: border-box;
}


}
#s-b9b0d1e5-d344-4f7d-be57-dac4d8cac432 {
  min-height: 50px;
}








#s-b9b0d1e5-d344-4f7d-be57-dac4d8cac432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9b0d1e5-d344-4f7d-be57-dac4d8cac432.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc {
  text-align: center;
}
#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc:hover {opacity: 1 !important;}






  img.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
    
    
  }


.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc .shogun-image-content {
  
    align-items: center;
  
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shg-align-container {
  text-align: center
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
    
    
  }


.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc .shogun-image-content {
  
    align-items: center;
  
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shg-align-container {
  text-align: center
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
    
    
  }


.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc .shogun-image-content {
  
    align-items: center;
  
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shg-align-container {
  text-align: center
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
    
    
  }


.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc .shogun-image-content {
  
    align-items: center;
  
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shg-align-container {
  text-align: center
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
    
    
  }


.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc .shogun-image-content {
  
    align-items: center;
  
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shg-align-container {
  text-align: center
}

.s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9def2b90-7ace-4ecf-b46c-4a86c0ea17dc.shogun-image {
  box-sizing: border-box;
}


}
#s-1774ad89-fb58-49b7-a75a-0b5d311eed0a {
  margin-top: 13%;
min-height: 50px;
}








#s-1774ad89-fb58-49b7-a75a-0b5d311eed0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1774ad89-fb58-49b7-a75a-0b5d311eed0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b94d38a-a4e4-42ce-a786-e727af4f6c98 {
  margin-bottom: 7%;
padding-top: 0px;
text-align: center;
}

#s-5b94d38a-a4e4-42ce-a786-e727af4f6c98 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-20a06cc6-1c04-44df-8e4a-48e2c00a8dda {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-20a06cc6-1c04-44df-8e4a-48e2c00a8dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20a06cc6-1c04-44df-8e4a-48e2c00a8dda.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-9115b68f-8745-485d-aecf-72a027b5a94a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9115b68f-8745-485d-aecf-72a027b5a94a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9115b68f-8745-485d-aecf-72a027b5a94a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9115b68f-8745-485d-aecf-72a027b5a94a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2353b22b-a3cc-43fe-9638-dfbffe62c35c {
  padding-right: 2%;
text-align: center;
}
#s-2353b22b-a3cc-43fe-9638-dfbffe62c35c:hover {opacity: 0.7 !important;}






  #s-2353b22b-a3cc-43fe-9638-dfbffe62c35c img.shogun-image {
    

    
    
    
  }


#s-2353b22b-a3cc-43fe-9638-dfbffe62c35c .shogun-image-content {
  
    align-items: center;
  
}

#s-fc10a6c0-b30c-48d6-8a74-05e45a91c3a5 {
  margin-left: 2%;
text-align: center;
}
#s-fc10a6c0-b30c-48d6-8a74-05e45a91c3a5:hover {opacity: 0.7 !important;}






  #s-fc10a6c0-b30c-48d6-8a74-05e45a91c3a5 img.shogun-image {
    

    
    
    
  }


#s-fc10a6c0-b30c-48d6-8a74-05e45a91c3a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c817b4ef-fd1e-420a-af16-1ab9e3dd8e25 {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-c817b4ef-fd1e-420a-af16-1ab9e3dd8e25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 768px) {
[id="s-c817b4ef-fd1e-420a-af16-1ab9e3dd8e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-c817b4ef-fd1e-420a-af16-1ab9e3dd8e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-c817b4ef-fd1e-420a-af16-1ab9e3dd8e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

}

#s-4bbc72d7-0766-4270-aafa-e6d97c68c6e6 {
  margin-right: 2%;
text-align: center;
}
#s-4bbc72d7-0766-4270-aafa-e6d97c68c6e6:hover {opacity: 0.7 !important;}






  #s-4bbc72d7-0766-4270-aafa-e6d97c68c6e6 img.shogun-image {
    

    
    
    
  }


#s-4bbc72d7-0766-4270-aafa-e6d97c68c6e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-110855a3-82ed-435b-b861-0fe0f5bef81f {
  margin-left: 2%;
text-align: center;
}
#s-110855a3-82ed-435b-b861-0fe0f5bef81f:hover {opacity: 0.7 !important;}






  #s-110855a3-82ed-435b-b861-0fe0f5bef81f img.shogun-image {
    

    
    
    
  }


#s-110855a3-82ed-435b-b861-0fe0f5bef81f .shogun-image-content {
  
    align-items: center;
  
}

#s-595ed213-d3b7-4f8e-a114-caa4209a44bd {
  margin-top: 13%;
min-height: 50px;
}








#s-595ed213-d3b7-4f8e-a114-caa4209a44bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595ed213-d3b7-4f8e-a114-caa4209a44bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6341f9-d14b-4c8d-b22a-23998f6b80d8 {
  margin-bottom: 7%;
padding-top: 0px;
text-align: center;
}

#s-5e6341f9-d14b-4c8d-b22a-23998f6b80d8 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8e0a668a-01dd-4b36-8273-5dd6a81ba9b2 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-8e0a668a-01dd-4b36-8273-5dd6a81ba9b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0a668a-01dd-4b36-8273-5dd6a81ba9b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac {
  margin-left: auto;
margin-right: auto;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1987f5ba-8181-4d50-b95b-a537b5c266ac td.shogun-table-column, #s-1987f5ba-8181-4d50-b95b-a537b5c266ac td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3f1a7676-6116-468d-a5b4-afe0974c187f {
  max-width: 200px;
text-align: center;
}
#s-3f1a7676-6116-468d-a5b4-afe0974c187f:hover {opacity: 0.7 !important;}






  #s-3f1a7676-6116-468d-a5b4-afe0974c187f img.shogun-image {
    

    
    
    
  }


#s-3f1a7676-6116-468d-a5b4-afe0974c187f .shogun-image-content {
  
    align-items: center;
  
}

#s-c04335ba-2fc7-42c6-b92e-7225554e10ea {
  max-width: 200px;
text-align: center;
}
#s-c04335ba-2fc7-42c6-b92e-7225554e10ea:hover {opacity: 0.7 !important;}






  #s-c04335ba-2fc7-42c6-b92e-7225554e10ea img.shogun-image {
    

    
    
    
  }


#s-c04335ba-2fc7-42c6-b92e-7225554e10ea .shogun-image-content {
  
    align-items: center;
  
}

#s-5a28b183-d7d8-4c0d-83f5-da273b30e2d6 {
  max-width: 200px;
text-align: center;
}
#s-5a28b183-d7d8-4c0d-83f5-da273b30e2d6:hover {opacity: 0.7 !important;}






  #s-5a28b183-d7d8-4c0d-83f5-da273b30e2d6 img.shogun-image {
    

    
    
    
  }


#s-5a28b183-d7d8-4c0d-83f5-da273b30e2d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae {
  margin-left: auto;
margin-right: auto;
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-5db0f429-5799-475a-8be1-5ba235cb26ae td.shogun-table-column, #s-5db0f429-5799-475a-8be1-5ba235cb26ae td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9c15b86e-6cd7-4679-99c0-0e7f9ed2151c {
  max-width: 200px;
text-align: center;
}
#s-9c15b86e-6cd7-4679-99c0-0e7f9ed2151c:hover {opacity: 0.7 !important;}






  #s-9c15b86e-6cd7-4679-99c0-0e7f9ed2151c img.shogun-image {
    

    
    
    
  }


#s-9c15b86e-6cd7-4679-99c0-0e7f9ed2151c .shogun-image-content {
  
    align-items: center;
  
}

#s-db9f626a-3b40-425c-8c39-ca94a3226fb4 {
  max-width: 200px;
text-align: center;
}
#s-db9f626a-3b40-425c-8c39-ca94a3226fb4:hover {opacity: 0.7 !important;}






  #s-db9f626a-3b40-425c-8c39-ca94a3226fb4 img.shogun-image {
    

    
    
    
  }


#s-db9f626a-3b40-425c-8c39-ca94a3226fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69dbe52-ebd3-4c56-a358-4f28d6a268e7 {
  max-width: 200px;
text-align: center;
}
#s-a69dbe52-ebd3-4c56-a358-4f28d6a268e7:hover {opacity: 0.7 !important;}






  #s-a69dbe52-ebd3-4c56-a358-4f28d6a268e7 img.shogun-image {
    

    
    
    
  }


#s-a69dbe52-ebd3-4c56-a358-4f28d6a268e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-57d3b273-f5c7-45ae-aed2-7e59eba5e6c7 {
  max-width: 200px;
text-align: center;
}
#s-57d3b273-f5c7-45ae-aed2-7e59eba5e6c7:hover {opacity: 0.7 !important;}






  #s-57d3b273-f5c7-45ae-aed2-7e59eba5e6c7 img.shogun-image {
    

    
    
    
  }


#s-57d3b273-f5c7-45ae-aed2-7e59eba5e6c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6e46382-0273-40e5-9c37-594edc1e129a {
  margin-top: 13%;
min-height: 50px;
}








#s-a6e46382-0273-40e5-9c37-594edc1e129a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6e46382-0273-40e5-9c37-594edc1e129a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e49b90-2dcd-4963-9d14-ddbb81d4d0f3 {
  margin-bottom: 7%;
padding-top: 0px;
text-align: center;
}

#s-79e49b90-2dcd-4963-9d14-ddbb81d4d0f3 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4922a4f2-18e9-4395-9a9b-4924ff943cb1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-4922a4f2-18e9-4395-9a9b-4924ff943cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4922a4f2-18e9-4395-9a9b-4924ff943cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15d0ec3c-462d-40bc-a43c-e33a4f54e664 {
  text-align: center;
}
#s-15d0ec3c-462d-40bc-a43c-e33a4f54e664:hover {opacity: 0.7 !important;}






  #s-15d0ec3c-462d-40bc-a43c-e33a4f54e664 img.shogun-image {
    

    
    
    
  }


#s-15d0ec3c-462d-40bc-a43c-e33a4f54e664 .shogun-image-content {
  
    align-items: center;
  
}

#s-d92c543d-cff2-4d1a-99db-5f5f53b8a5b2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d92c543d-cff2-4d1a-99db-5f5f53b8a5b2 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


#s-d92c543d-cff2-4d1a-99db-5f5f53b8a5b2 .shogun-heading-component h2 a {
  color: rgba(92, 92, 92, 1);
}


#s-19bd7da3-35a9-45d1-a7f2-691758f36347 {
  margin-top: 2%;
}

#s-b4ca96a1-6684-48da-8462-aaf487af2edb {
  margin-top: 0%;
margin-bottom: 2%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-b4ca96a1-6684-48da-8462-aaf487af2edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ca96a1-6684-48da-8462-aaf487af2edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-154d6208-98fe-4a9a-872b-efefeed508ee {
  text-align: center;
}
#s-154d6208-98fe-4a9a-872b-efefeed508ee:hover {opacity: 0.7 !important;}






  #s-154d6208-98fe-4a9a-872b-efefeed508ee img.shogun-image {
    

    
    
    
  }


#s-154d6208-98fe-4a9a-872b-efefeed508ee .shogun-image-content {
  
    align-items: center;
  
}

#s-c02f1b5a-e4bc-4b28-89d9-2ffd9797982f {
  margin-top: 2%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-c02f1b5a-e4bc-4b28-89d9-2ffd9797982f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c02f1b5a-e4bc-4b28-89d9-2ffd9797982f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-158275c9-5543-47ba-9383-d2bf225e166b {
  margin-top: 2%;
}

#s-b64a3e8e-2ec0-43b5-8f25-6a5e659aba7c {
  margin-top: 0%;
margin-left: 0px;
margin-right: 0px;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-b64a3e8e-2ec0-43b5-8f25-6a5e659aba7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b64a3e8e-2ec0-43b5-8f25-6a5e659aba7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fb5b26d-b70f-43d7-b272-84233d10f6be {
  text-align: center;
}
#s-0fb5b26d-b70f-43d7-b272-84233d10f6be:hover {opacity: 0.7 !important;}






  #s-0fb5b26d-b70f-43d7-b272-84233d10f6be img.shogun-image {
    

    
    
    
  }


#s-0fb5b26d-b70f-43d7-b272-84233d10f6be .shogun-image-content {
  
    align-items: center;
  
}

#s-c598dc3c-4a8c-4bbd-8b7e-426151935668 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c598dc3c-4a8c-4bbd-8b7e-426151935668 .shogun-heading-component h2 {
  color: rgba(92, 92, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-c598dc3c-4a8c-4bbd-8b7e-426151935668 .shogun-heading-component h2 a {
  color: rgba(92, 92, 92, 1);
}


#s-ffb7a75a-b4c0-4a98-a7fb-6f81e58c45f5 {
  margin-top: 2%;
}

#s-e1d922c0-ac94-4d40-88a5-1d63982c3656 {
  border-style: solid;
margin-top: 6%;
margin-bottom: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(92, 92, 92, 1);
background-color: rgba(92, 92, 92, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e1d922c0-ac94-4d40-88a5-1d63982c3656:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1d922c0-ac94-4d40-88a5-1d63982c3656:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1d922c0-ac94-4d40-88a5-1d63982c3656-root {
    text-align: center;
  }


#s-e1d922c0-ac94-4d40-88a5-1d63982c3656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1d922c0-ac94-4d40-88a5-1d63982c3656-root {
    text-align: center;
  }


#s-e1d922c0-ac94-4d40-88a5-1d63982c3656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1d922c0-ac94-4d40-88a5-1d63982c3656-root {
    text-align: center;
  }


#s-e1d922c0-ac94-4d40-88a5-1d63982c3656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1d922c0-ac94-4d40-88a5-1d63982c3656-root {
    text-align: center;
  }


#s-e1d922c0-ac94-4d40-88a5-1d63982c3656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1d922c0-ac94-4d40-88a5-1d63982c3656-root {
    text-align: center;
  }


#s-e1d922c0-ac94-4d40-88a5-1d63982c3656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}