.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-00b2903e-559d-4490-91c4-6f42f4e9ffcc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-00b2903e-559d-4490-91c4-6f42f4e9ffcc {
  
}
}@media (max-width: 767px){#s-00b2903e-559d-4490-91c4-6f42f4e9ffcc, #wrap-s-00b2903e-559d-4490-91c4-6f42f4e9ffcc { display: none !important; }}
#s-00b2903e-559d-4490-91c4-6f42f4e9ffcc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-00b2903e-559d-4490-91c4-6f42f4e9ffcc .shg-sld-nav-button.shg-sld-left,
#s-00b2903e-559d-4490-91c4-6f42f4e9ffcc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 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;
  height: inherit;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
  max-width: 2000px;
aspect-ratio: 2000/991;
text-align: center;
}





  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image,
  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
    width: 100%;
    height: auto;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
      position: relative;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image,
  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
    width: 100%;
    height: auto;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
      position: relative;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image,
  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
    width: 100%;
    height: auto;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
      position: relative;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image,
  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
    width: 100%;
    height: auto;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
      position: relative;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image,
  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
    width: 100%;
    height: auto;
  }

  #s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container {
      position: relative;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1afc71e-42eb-44ab-a6d1-9d699fc05c29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
  max-width: 2000px;
aspect-ratio: 2000/991;
text-align: center;
}
@media (max-width: 767px){#s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
  
}
}@media (max-width: 767px){#s-96d662bb-9aae-410f-9825-41cfcd5aecdb, #wrap-s-96d662bb-9aae-410f-9825-41cfcd5aecdb { display: none !important; }}




  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image,
  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
    width: 100%;
    height: auto;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
    
    
  }


.s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shogun-image-content {
  
    align-items: center;
  
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
      position: relative;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image,
  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
    width: 100%;
    height: auto;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
    
    
  }


.s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shogun-image-content {
  
    align-items: center;
  
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
      position: relative;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image,
  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
    width: 100%;
    height: auto;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
    
    
  }


.s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shogun-image-content {
  
    align-items: center;
  
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
      position: relative;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image,
  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
    width: 100%;
    height: auto;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
    
    
  }


.s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shogun-image-content {
  
    align-items: center;
  
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
      position: relative;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image,
  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
    width: 100%;
    height: auto;
  }

  #s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
    
    
  }


.s-96d662bb-9aae-410f-9825-41cfcd5aecdb .shogun-image-content {
  
    align-items: center;
  
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container {
      position: relative;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96d662bb-9aae-410f-9825-41cfcd5aecdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6d31fbbe-547c-43d5-b736-9d29101e411d {
  max-width: 2000px;
aspect-ratio: 2000/991;
text-align: center;
}





  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image,
  #s-6d31fbbe-547c-43d5-b736-9d29101e411d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d {
    width: 100%;
    height: auto;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
    
    
  }


.s-6d31fbbe-547c-43d5-b736-9d29101e411d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d31fbbe-547c-43d5-b736-9d29101e411d {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
      position: relative;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image,
  #s-6d31fbbe-547c-43d5-b736-9d29101e411d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d {
    width: 100%;
    height: auto;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
    
    
  }


.s-6d31fbbe-547c-43d5-b736-9d29101e411d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d31fbbe-547c-43d5-b736-9d29101e411d {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
      position: relative;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image,
  #s-6d31fbbe-547c-43d5-b736-9d29101e411d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d {
    width: 100%;
    height: auto;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
    
    
  }


.s-6d31fbbe-547c-43d5-b736-9d29101e411d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d31fbbe-547c-43d5-b736-9d29101e411d {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
      position: relative;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image,
  #s-6d31fbbe-547c-43d5-b736-9d29101e411d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d {
    width: 100%;
    height: auto;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
    
    
  }


.s-6d31fbbe-547c-43d5-b736-9d29101e411d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d31fbbe-547c-43d5-b736-9d29101e411d {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
      position: relative;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image,
  #s-6d31fbbe-547c-43d5-b736-9d29101e411d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d {
    width: 100%;
    height: auto;
  }

  #s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
    
    
  }


.s-6d31fbbe-547c-43d5-b736-9d29101e411d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d31fbbe-547c-43d5-b736-9d29101e411d {
      --shg-aspect-ratio: calc(2000/991); 
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container {
      position: relative;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d31fbbe-547c-43d5-b736-9d29101e411d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-adf3c8e3-1b83-44f3-8f06-9ec7308f60da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

.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-7784fd5f-3448-4095-9837-8e8405252a49 {
  text-align: left;
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 {
  max-width:  100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  width: 100%;
}



.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 {
  max-width:  100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  width: 100%;
}



.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 {
  max-width:  100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  width: 100%;
}



.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 {
  max-width:  100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  width: 100%;
}



.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 {
  max-width:  100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  width: 100%;
}



.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 .shg-image-zoom,
.shg-c#s-7784fd5f-3448-4095-9837-8e8405252a49 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
.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-7c142241-75a2-4e05-8d1c-c18ed5b0c54e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7c142241-75a2-4e05-8d1c-c18ed5b0c54e .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  text-align: left;
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  max-width:  100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  max-width:  100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  max-width:  100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  max-width:  100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 {
  max-width:  100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  width: 100%;
}



.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 .shg-image-zoom,
.shg-c#s-a8680eed-58bb-4dc2-a901-ae2ad9b191e0 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-7f8c90c2-ce84-4c63-875b-5eb90e3d7c95 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7f8c90c2-ce84-4c63-875b-5eb90e3d7c95 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  text-align: left;
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  max-width:  100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  width: 100%;
}



.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  max-width:  100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  width: 100%;
}



.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  max-width:  100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  width: 100%;
}



.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  max-width:  100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  width: 100%;
}



.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 {
  max-width:  100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  width: 100%;
}



.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 .shg-image-zoom,
.shg-c#s-51fbd8af-fd78-47df-92d4-18bee3e05e65 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-c8297193-851a-496b-bb44-0470497342c1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c8297193-851a-496b-bb44-0470497342c1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  text-align: left;
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  max-width:  100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  max-width:  100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  max-width:  100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  max-width:  100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 {
  max-width:  100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 .shg-image-zoom,
.shg-c#s-a6d8161c-0804-47d8-ae83-ce72494e72e1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-df185b73-4b09-4f2d-ad5a-2c660cbb8a26 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-df185b73-4b09-4f2d-ad5a-2c660cbb8a26 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  text-align: left;
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  max-width:  100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  width: 100%;
}



.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  max-width:  100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  width: 100%;
}



.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  max-width:  100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  width: 100%;
}



.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  max-width:  100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  width: 100%;
}



.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 {
  max-width:  100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  width: 100%;
}



.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 .shg-image-zoom,
.shg-c#s-5269bdcd-4019-488e-8056-0c5cc7160ab8 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-14c1c485-e9c0-4f6e-a57e-c7d37c6ae415 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-14c1c485-e9c0-4f6e-a57e-c7d37c6ae415 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  text-align: left;
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  max-width:  100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  width: 100%;
}



.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  max-width:  100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  width: 100%;
}



.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  max-width:  100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  width: 100%;
}



.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  max-width:  100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  width: 100%;
}



.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be {
  max-width:  100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  width: 100%;
}



.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be .shg-image-zoom,
.shg-c#s-287b34a4-8263-4d13-bca5-01cf006fb3be img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-30efcd6e-c92b-40de-b279-4c2ee261f85c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-30efcd6e-c92b-40de-b279-4c2ee261f85c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}

#s-bf947fba-73de-4c4a-8b04-35d0bf7eb59d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  text-align: left;
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  max-width:  100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  width: 100%;
}



.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  max-width:  100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  width: 100%;
}



.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  max-width:  100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  width: 100%;
}



.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  max-width:  100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  width: 100%;
}



.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 {
  max-width:  100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  width: 100%;
}



.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 .shg-image-zoom,
.shg-c#s-33b3464c-c393-49ac-8f3e-c7c3abaf9e79 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-9afd296a-d08a-44ff-8ba7-57cb152ec65b {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9afd296a-d08a-44ff-8ba7-57cb152ec65b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-9afd296a-d08a-44ff-8ba7-57cb152ec65b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9afd296a-d08a-44ff-8ba7-57cb152ec65b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  text-align: left;
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  max-width:  100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  width: 100%;
}



.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  max-width:  100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  width: 100%;
}



.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  max-width:  100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  width: 100%;
}



.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  max-width:  100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  width: 100%;
}



.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 {
  max-width:  100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  width: 100%;
}



.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 .shg-image-zoom,
.shg-c#s-e79be6df-6917-458d-a2f1-fbd8401a9253 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-6120694d-0666-49fa-9603-f76710ad5d1a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6120694d-0666-49fa-9603-f76710ad5d1a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-6120694d-0666-49fa-9603-f76710ad5d1a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6120694d-0666-49fa-9603-f76710ad5d1a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  text-align: left;
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  max-width:  100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  width: 100%;
}



.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  max-width:  100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  width: 100%;
}



.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  max-width:  100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  width: 100%;
}



.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  max-width:  100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  width: 100%;
}



.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 {
  max-width:  100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  width: 100%;
}



.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 .shg-image-zoom,
.shg-c#s-512e9a4f-fad0-4ed1-8ed9-39abe8330373 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-e58117e4-eede-4bd2-a0e4-e43028d251cc {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e58117e4-eede-4bd2-a0e4-e43028d251cc .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-e58117e4-eede-4bd2-a0e4-e43028d251cc .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e58117e4-eede-4bd2-a0e4-e43028d251cc .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  text-align: left;
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  max-width:  100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  width: 100%;
}



.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  max-width:  100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  width: 100%;
}



.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  max-width:  100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  width: 100%;
}



.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  max-width:  100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  width: 100%;
}



.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 {
  max-width:  100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  width: 100%;
}



.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 .shg-image-zoom,
.shg-c#s-b49ab721-828a-437a-9890-bbd1fc65aac2 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-598a919e-93a1-41db-a4fc-4834e5f1d1ed {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-598a919e-93a1-41db-a4fc-4834e5f1d1ed .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-598a919e-93a1-41db-a4fc-4834e5f1d1ed .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-598a919e-93a1-41db-a4fc-4834e5f1d1ed .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  text-align: left;
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  max-width:  100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  width: 100%;
}



.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  max-width:  100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  width: 100%;
}



.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  max-width:  100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  width: 100%;
}



.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  max-width:  100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  width: 100%;
}



.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 {
  max-width:  100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  width: 100%;
}



.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 .shg-image-zoom,
.shg-c#s-3fbc164c-798b-49cb-ab88-21d09b912e55 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-2f45a7dc-cf59-4eef-8b10-9fb3855d54b1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2f45a7dc-cf59-4eef-8b10-9fb3855d54b1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-2f45a7dc-cf59-4eef-8b10-9fb3855d54b1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f45a7dc-cf59-4eef-8b10-9fb3855d54b1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  text-align: left;
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  max-width:  100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  width: 100%;
}



.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  max-width:  100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  width: 100%;
}



.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  max-width:  100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  width: 100%;
}



.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  max-width:  100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  width: 100%;
}



.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 {
  max-width:  100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  width: 100%;
}



.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 .shg-image-zoom,
.shg-c#s-ec17c6ae-798c-48e8-be53-497e54ec9b72 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-7852c682-efa2-49e8-8e1e-9a1ca9dfdf15 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7852c682-efa2-49e8-8e1e-9a1ca9dfdf15 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-7852c682-efa2-49e8-8e1e-9a1ca9dfdf15 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7852c682-efa2-49e8-8e1e-9a1ca9dfdf15 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-26ddfec7-ee20-42f0-8505-9f4bc5c52161 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  text-align: left;
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  max-width:  100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  max-width:  100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  max-width:  100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  max-width:  100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 {
  max-width:  100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 .shg-image-zoom,
.shg-c#s-7acd6374-e7de-4bef-bd49-48840e7392d1 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-c572323f-244f-4ef2-a8c0-d0513c17d89a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c572323f-244f-4ef2-a8c0-d0513c17d89a {
  
}
}
#s-c572323f-244f-4ef2-a8c0-d0513c17d89a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-c572323f-244f-4ef2-a8c0-d0513c17d89a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c572323f-244f-4ef2-a8c0-d0513c17d89a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  text-align: left;
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  max-width:  100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  max-width:  100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  max-width:  100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  max-width:  100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde {
  max-width:  100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde .shg-image-zoom,
.shg-c#s-2c3de54d-11c1-4e6f-92e9-9fef147cbfde img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-995ac25d-a72f-41fc-87c1-96a6627a0214 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-995ac25d-a72f-41fc-87c1-96a6627a0214 {
  
}
}
#s-995ac25d-a72f-41fc-87c1-96a6627a0214 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-995ac25d-a72f-41fc-87c1-96a6627a0214 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-995ac25d-a72f-41fc-87c1-96a6627a0214 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  text-align: left;
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  max-width:  100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  width: 100%;
}



.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  max-width:  100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  width: 100%;
}



.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  max-width:  100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  width: 100%;
}



.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  max-width:  100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  width: 100%;
}



.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 {
  max-width:  100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  width: 100%;
}



.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 .shg-image-zoom,
.shg-c#s-4d47f656-7b6f-4a55-9d67-4f610e133543 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-c875652c-0b88-4e8a-89c3-cd72df49e6cb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c875652c-0b88-4e8a-89c3-cd72df49e6cb {
  
}
}
#s-c875652c-0b88-4e8a-89c3-cd72df49e6cb .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-c875652c-0b88-4e8a-89c3-cd72df49e6cb .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c875652c-0b88-4e8a-89c3-cd72df49e6cb .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  text-align: left;
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  max-width:  100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  width: 100%;
}



.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  max-width:  100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  width: 100%;
}



.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  max-width:  100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  width: 100%;
}



.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  max-width:  100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  width: 100%;
}



.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 {
  max-width:  100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  width: 100%;
}



.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 .shg-image-zoom,
.shg-c#s-cde300d9-5415-48ce-990b-7a46baf0fa22 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-139e9360-2451-4c04-b3bb-8e5e63478a09 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-139e9360-2451-4c04-b3bb-8e5e63478a09 {
  
}
}
#s-139e9360-2451-4c04-b3bb-8e5e63478a09 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-139e9360-2451-4c04-b3bb-8e5e63478a09 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-139e9360-2451-4c04-b3bb-8e5e63478a09 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-f972e715-bd53-4088-92ea-f420471fdefd {
  text-align: left;
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd {
  max-width:  100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  width: 100%;
}



.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd {
  max-width:  100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  width: 100%;
}



.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd {
  max-width:  100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  width: 100%;
}



.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd {
  max-width:  100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  width: 100%;
}



.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd {
  max-width:  100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  width: 100%;
}



.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd .shg-image-zoom,
.shg-c#s-f972e715-bd53-4088-92ea-f420471fdefd img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-3699f1ef-7753-495c-84f0-1641337f2438 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3699f1ef-7753-495c-84f0-1641337f2438 {
  
}
}
#s-3699f1ef-7753-495c-84f0-1641337f2438 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-3699f1ef-7753-495c-84f0-1641337f2438 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3699f1ef-7753-495c-84f0-1641337f2438 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  text-align: left;
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  max-width:  100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  width: 100%;
}



.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  aspect-ratio: 1071/1500;
}

@media (min-width: 1200px){
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  max-width:  100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  width: 100%;
}



.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  max-width:  100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  width: 100%;
}



.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  max-width:  100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  width: 100%;
}



.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}@media (max-width: 767px){
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 {
  max-width:  100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  max-width: 1071px !important;
  
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  width: 100%;
}



.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 .shg-image-zoom,
.shg-c#s-117d2045-a14c-49c9-9a58-ecf870fe5164 img.shogun-image {
  aspect-ratio: 1071/1500;
}

}
#s-1735ba70-563c-4d23-b828-2c717a9c0ef4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1735ba70-563c-4d23-b828-2c717a9c0ef4 {
  
}
}
#s-1735ba70-563c-4d23-b828-2c717a9c0ef4 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 0px;
}
@media (min-width: 1200px){#s-1735ba70-563c-4d23-b828-2c717a9c0ef4 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1735ba70-563c-4d23-b828-2c717a9c0ef4 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
}
}
#s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 2000px;
aspect-ratio: 2000/660;
text-align: center;
}
@media (min-width: 1200px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
  
}
}@media (min-width: 1200px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454, #wrap-s-c7ea6897-68d3-4f79-928b-c07c58da5454 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454, #wrap-s-c7ea6897-68d3-4f79-928b-c07c58da5454 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454, #wrap-s-c7ea6897-68d3-4f79-928b-c07c58da5454 { display: none !important; }}@media (max-width: 767px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
  
}
}@media (max-width: 767px){#s-c7ea6897-68d3-4f79-928b-c07c58da5454, #wrap-s-c7ea6897-68d3-4f79-928b-c07c58da5454 { display: none !important; }}




  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image,
  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
    width: 100%;
    height: auto;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
    
    
  }


.s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
      --shg-aspect-ratio: calc(2000/660); 
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
      position: relative;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image,
  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
    width: 100%;
    height: auto;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
    
    
  }


.s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
      --shg-aspect-ratio: calc(2000/660); 
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
      position: relative;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image,
  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
    width: 100%;
    height: auto;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
    
    
  }


.s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
      --shg-aspect-ratio: calc(2000/660); 
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
      position: relative;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image,
  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
    width: 100%;
    height: auto;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
    
    
  }


.s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
      --shg-aspect-ratio: calc(2000/660); 
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
      position: relative;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image,
  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
    width: 100%;
    height: auto;
  }

  #s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
    
    
  }


.s-c7ea6897-68d3-4f79-928b-c07c58da5454 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 {
      --shg-aspect-ratio: calc(2000/660); 
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container {
      position: relative;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7ea6897-68d3-4f79-928b-c07c58da5454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba {
  
}
}@media (min-width: 1200px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba, #wrap-s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba, #wrap-s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba, #wrap-s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba { display: none !important; }}
#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba .shg-sld-nav-button.shg-sld-left,
#s-f461b9ef-30f0-4b77-8418-aa0e37bd96ba .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-53a28d24-899c-47f0-9794-0f62b8762514 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image,
  #s-53a28d24-899c-47f0-9794-0f62b8762514 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 {
    width: 100%;
    height: auto;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
    
    
  }


.s-53a28d24-899c-47f0-9794-0f62b8762514 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a28d24-899c-47f0-9794-0f62b8762514 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
      position: relative;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image,
  #s-53a28d24-899c-47f0-9794-0f62b8762514 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 {
    width: 100%;
    height: auto;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
    
    
  }


.s-53a28d24-899c-47f0-9794-0f62b8762514 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a28d24-899c-47f0-9794-0f62b8762514 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
      position: relative;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image,
  #s-53a28d24-899c-47f0-9794-0f62b8762514 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 {
    width: 100%;
    height: auto;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
    
    
  }


.s-53a28d24-899c-47f0-9794-0f62b8762514 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a28d24-899c-47f0-9794-0f62b8762514 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
      position: relative;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image,
  #s-53a28d24-899c-47f0-9794-0f62b8762514 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 {
    width: 100%;
    height: auto;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
    
    
  }


.s-53a28d24-899c-47f0-9794-0f62b8762514 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a28d24-899c-47f0-9794-0f62b8762514 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
      position: relative;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image,
  #s-53a28d24-899c-47f0-9794-0f62b8762514 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 {
    width: 100%;
    height: auto;
  }

  #s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
    
    
  }


.s-53a28d24-899c-47f0-9794-0f62b8762514 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a28d24-899c-47f0-9794-0f62b8762514 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container {
      position: relative;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a28d24-899c-47f0-9794-0f62b8762514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image,
  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
    width: 100%;
    height: auto;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
    
    
  }


.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shogun-image-content {
  
    align-items: center;
  
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
      position: relative;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image,
  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
    width: 100%;
    height: auto;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
    
    
  }


.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shogun-image-content {
  
    align-items: center;
  
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
      position: relative;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image,
  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
    width: 100%;
    height: auto;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
    
    
  }


.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shogun-image-content {
  
    align-items: center;
  
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
      position: relative;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image,
  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
    width: 100%;
    height: auto;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
    
    
  }


.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shogun-image-content {
  
    align-items: center;
  
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
      position: relative;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image,
  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
    width: 100%;
    height: auto;
  }

  #s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
    
    
  }


.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e .shogun-image-content {
  
    align-items: center;
  
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container {
      position: relative;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e5dd0-f2df-4d5e-88eb-b38ac94b607e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
  
}
}@media (min-width: 1200px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40, #wrap-s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40, #wrap-s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40, #wrap-s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 { display: none !important; }}




  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image,
  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
    width: 100%;
    height: auto;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
    
    
  }


.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
      position: relative;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image,
  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
    width: 100%;
    height: auto;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
    
    
  }


.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
      position: relative;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image,
  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
    width: 100%;
    height: auto;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
    
    
  }


.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
      position: relative;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image,
  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
    width: 100%;
    height: auto;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
    
    
  }


.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
      position: relative;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image,
  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
    width: 100%;
    height: auto;
  }

  #s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
    
    
  }


.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container {
      position: relative;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac17e73a-0c4f-4f86-9819-46dc3018ab40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
  
}
}@media (min-width: 1200px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69, #wrap-s-04250fbe-5148-4bb6-b8c6-ff303701de69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69, #wrap-s-04250fbe-5148-4bb6-b8c6-ff303701de69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04250fbe-5148-4bb6-b8c6-ff303701de69, #wrap-s-04250fbe-5148-4bb6-b8c6-ff303701de69 { display: none !important; }}




  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image,
  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
    width: 100%;
    height: auto;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
    
    
  }


.s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shogun-image-content {
  
    align-items: center;
  
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
      position: relative;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image,
  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
    width: 100%;
    height: auto;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
    
    
  }


.s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shogun-image-content {
  
    align-items: center;
  
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
      position: relative;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image,
  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
    width: 100%;
    height: auto;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
    
    
  }


.s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shogun-image-content {
  
    align-items: center;
  
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
      position: relative;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image,
  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
    width: 100%;
    height: auto;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
    
    
  }


.s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shogun-image-content {
  
    align-items: center;
  
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
      position: relative;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image,
  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
    width: 100%;
    height: auto;
  }

  #s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
    
    
  }


.s-04250fbe-5148-4bb6-b8c6-ff303701de69 .shogun-image-content {
  
    align-items: center;
  
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container {
      position: relative;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04250fbe-5148-4bb6-b8c6-ff303701de69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 1200px){#s-ccece197-70fc-466b-8785-0b1e8eb73412 {
  
}
}@media (min-width: 1200px){#s-ccece197-70fc-466b-8785-0b1e8eb73412, #wrap-s-ccece197-70fc-466b-8785-0b1e8eb73412 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccece197-70fc-466b-8785-0b1e8eb73412 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccece197-70fc-466b-8785-0b1e8eb73412, #wrap-s-ccece197-70fc-466b-8785-0b1e8eb73412 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccece197-70fc-466b-8785-0b1e8eb73412 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccece197-70fc-466b-8785-0b1e8eb73412, #wrap-s-ccece197-70fc-466b-8785-0b1e8eb73412 { display: none !important; }}@media (max-width: 767px){#s-ccece197-70fc-466b-8785-0b1e8eb73412 {
  
}
}@media (max-width: 767px){#s-ccece197-70fc-466b-8785-0b1e8eb73412, #wrap-s-ccece197-70fc-466b-8785-0b1e8eb73412 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccece197-70fc-466b-8785-0b1e8eb73412"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

.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-f73d1d0d-b211-4032-9b12-4eca8f6a9114 {
  margin-top: 150px;
margin-bottom: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114 {
  
}
}@media (max-width: 767px){#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114, #wrap-s-f73d1d0d-b211-4032-9b12-4eca8f6a9114 { display: none !important; }}

  #s-f73d1d0d-b211-4032-9b12-4eca8f6a9114-root {
    text-align: right;
  }


#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f73d1d0d-b211-4032-9b12-4eca8f6a9114-root {
    text-align: right;
  }


#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f73d1d0d-b211-4032-9b12-4eca8f6a9114-root {
    text-align: right;
  }


#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f73d1d0d-b211-4032-9b12-4eca8f6a9114-root {
    text-align: right;
  }


#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f73d1d0d-b211-4032-9b12-4eca8f6a9114-root {
    text-align: right;
  }


#s-f73d1d0d-b211-4032-9b12-4eca8f6a9114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-803e40b2-1f59-42f0-bd3a-2abf44d7778e {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc {
  text-align: left;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  width: 100%;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  width: 100%;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  width: 100%;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  width: 100%;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  width: 100%;
}



.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc .shg-image-zoom,
.shg-c#s-f3ce652e-f02a-4fd3-aa5a-2e011bc8e1cc img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-0f8be247-0d89-430a-8d20-4856bd90b34f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f8be247-0d89-430a-8d20-4856bd90b34f .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b {
  text-align: left;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  width: 100%;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  width: 100%;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  width: 100%;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  width: 100%;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  width: 100%;
}



.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b .shg-image-zoom,
.shg-c#s-6988fb6c-0059-475e-aefa-27d2c08d7c0b img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-05d33821-388b-47d4-8d21-c47c62b01054 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05d33821-388b-47d4-8d21-c47c62b01054 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb {
  text-align: left;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  width: 100%;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  width: 100%;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  width: 100%;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  width: 100%;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  width: 100%;
}



.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb .shg-image-zoom,
.shg-c#s-2f922bab-e259-4ec4-8ccc-df4fe37da5eb img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-4050c5b3-9876-4ff2-9bf0-3d1a91bb31b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4050c5b3-9876-4ff2-9bf0-3d1a91bb31b9 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 {
  text-align: left;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 .shg-image-zoom,
.shg-c#s-2c4cb6eb-cf39-4274-9c77-e3ea41cd00e5 img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-67a3314a-335d-4e51-8175-3fbfa822a324 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67a3314a-335d-4e51-8175-3fbfa822a324 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 {
  text-align: left;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  width: 100%;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  width: 100%;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  width: 100%;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  width: 100%;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  width: 100%;
}



.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 .shg-image-zoom,
.shg-c#s-43702022-d0fb-49e7-9cd9-12c3b2817fc4 img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-b922cf55-b8f5-4667-8a6b-8d39d239d807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b922cf55-b8f5-4667-8a6b-8d39d239d807 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce {
  text-align: left;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  width: 100%;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  width: 100%;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  width: 100%;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  width: 100%;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  width: 100%;
}



.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce .shg-image-zoom,
.shg-c#s-065cecb6-ec1b-4b77-9991-5f33af3b98ce img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-924b66bc-39b2-4629-a977-92c4f9f77fea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-924b66bc-39b2-4629-a977-92c4f9f77fea .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad {
  
}
}@media (min-width: 1200px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad, #wrap-s-a08d7621-0be8-4ad7-9f46-fa18a06515ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad, #wrap-s-a08d7621-0be8-4ad7-9f46-fa18a06515ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad, #wrap-s-a08d7621-0be8-4ad7-9f46-fa18a06515ad { display: none !important; }}@media (max-width: 767px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad {
  
}
}@media (max-width: 767px){#s-a08d7621-0be8-4ad7-9f46-fa18a06515ad, #wrap-s-a08d7621-0be8-4ad7-9f46-fa18a06515ad { display: none !important; }}
#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 {
  text-align: left;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  width: 100%;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  width: 100%;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  width: 100%;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  width: 100%;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  width: 100%;
}



.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 .shg-image-zoom,
.shg-c#s-f7cc8e0e-b63a-4285-b599-86aa4452e597 img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-5fb41e2b-66a1-41e3-87dc-a743aa6a06ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fb41e2b-66a1-41e3-87dc-a743aa6a06ee .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 {
  text-align: left;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 .shg-image-zoom,
.shg-c#s-640d55e7-ce9a-4fb5-bb37-4095032fb8f3 img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-14fe9e5a-dfe9-48f3-8fae-5326c5a8e1c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14fe9e5a-dfe9-48f3-8fae-5326c5a8e1c8 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c {
  text-align: left;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  width: 100%;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  width: 100%;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  width: 100%;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  width: 100%;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  width: 100%;
}



.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c .shg-image-zoom,
.shg-c#s-103ba0de-48a0-4b1b-9fe2-63854a8c6d2c img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-9f1618db-72f2-462f-9cdc-d62e7604d722 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f1618db-72f2-462f-9cdc-d62e7604d722 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 {
  text-align: left;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  width: 100%;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  width: 100%;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  width: 100%;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  width: 100%;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  width: 100%;
}



.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 .shg-image-zoom,
.shg-c#s-9b253cdc-ac90-42ad-a4c6-68f5244ef1c4 img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-c3ef6f7d-1f05-4d27-b9f4-5b2d0309d8a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3ef6f7d-1f05-4d27-b9f4-5b2d0309d8a2 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b59505ac-75fc-408c-b9d4-ae4928db372e {
  text-align: left;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  width: 100%;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  width: 100%;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  width: 100%;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  width: 100%;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  width: 100%;
}



.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e .shg-image-zoom,
.shg-c#s-b59505ac-75fc-408c-b9d4-ae4928db372e img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-c53af498-b6e6-4465-96e3-1855314bd93d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c53af498-b6e6-4465-96e3-1855314bd93d .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d17b6242-3032-4052-ba3c-e2c9f6af60da {
  text-align: left;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  width: 100%;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  aspect-ratio: 3/4;
}

@media (min-width: 1200px){

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  width: 100%;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  width: 100%;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  width: 100%;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  aspect-ratio: 3/4;
}

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

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  width: 100%;
}



.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da .shg-image-zoom,
.shg-c#s-d17b6242-3032-4052-ba3c-e2c9f6af60da img.shogun-image {
  aspect-ratio: 3/4;
}

}
#s-ff2d6f0c-3e35-42d7-ba04-2f65d20febeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff2d6f0c-3e35-42d7-ba04-2f65d20febeb .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

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

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

#s-a090dfea-b4d4-4714-b65c-49bd5751aeee hr {
  border-top: 2px solid #ddd;
}

.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-16f2bd53-1c8a-47d5-9c65-4b4c4921f0d5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f2bd53-1c8a-47d5-9c65-4b4c4921f0d5 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 3px;
  
}



#s-29171452-a054-4475-898c-bf4af9e99d4b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-29171452-a054-4475-898c-bf4af9e99d4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29171452-a054-4475-898c-bf4af9e99d4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-29171452-a054-4475-898c-bf4af9e99d4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-29171452-a054-4475-898c-bf4af9e99d4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-d3626ac7-59f5-40eb-a2ce-14a288ca875e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d3626ac7-59f5-40eb-a2ce-14a288ca875e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3626ac7-59f5-40eb-a2ce-14a288ca875e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image,
  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
    width: 100%;
    height: auto;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shogun-image-content {
  
    align-items: center;
  
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
      position: relative;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image,
  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
    width: 100%;
    height: auto;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shogun-image-content {
  
    align-items: center;
  
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
      position: relative;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image,
  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
    width: 100%;
    height: auto;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shogun-image-content {
  
    align-items: center;
  
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
      position: relative;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image,
  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
    width: 100%;
    height: auto;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shogun-image-content {
  
    align-items: center;
  
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
      position: relative;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image,
  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
    width: 100%;
    height: auto;
  }

  #s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 .shogun-image-content {
  
    align-items: center;
  
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container {
      position: relative;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17668d3-fcf9-4a64-98ed-8c99e728ef18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-db591352-c101-416c-b4e2-af8c8899f431 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db591352-c101-416c-b4e2-af8c8899f431 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-db591352-c101-416c-b4e2-af8c8899f431 .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-db591352-c101-416c-b4e2-af8c8899f431 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-db591352-c101-416c-b4e2-af8c8899f431 .shogun-heading-component h2 a {
  color: ;
}

}
#s-39a0a8d4-fa52-4b79-b421-dcee628503ba {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-39a0a8d4-fa52-4b79-b421-dcee628503ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a0a8d4-fa52-4b79-b421-dcee628503ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2146px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image,
  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
    width: 100%;
    height: auto;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
      position: relative;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image,
  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
    width: 100%;
    height: auto;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
      position: relative;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image,
  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
    width: 100%;
    height: auto;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
      position: relative;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image,
  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
    width: 100%;
    height: auto;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
      position: relative;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image,
  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
    width: 100%;
    height: auto;
  }

  #s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container {
      position: relative;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-111c74b6-70e1-41a5-ad54-fe09f55dd1b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fb5589bb-1653-437b-a574-6a6b0106f119 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb5589bb-1653-437b-a574-6a6b0106f119 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-fb5589bb-1653-437b-a574-6a6b0106f119 .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-fb5589bb-1653-437b-a574-6a6b0106f119 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-fb5589bb-1653-437b-a574-6a6b0106f119 .shogun-heading-component h2 a {
  color: ;
}

}
#s-b2f76f33-e08f-4356-8a5e-ef17990639ea {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-b2f76f33-e08f-4356-8a5e-ef17990639ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2f76f33-e08f-4356-8a5e-ef17990639ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image,
  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
    width: 100%;
    height: auto;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
    
    
  }


.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
      position: relative;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image,
  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
    width: 100%;
    height: auto;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
    
    
  }


.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
      position: relative;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image,
  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
    width: 100%;
    height: auto;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
    
    
  }


.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
      position: relative;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image,
  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
    width: 100%;
    height: auto;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
    
    
  }


.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
      position: relative;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image,
  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
    width: 100%;
    height: auto;
  }

  #s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
    
    
  }


.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container {
      position: relative;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6444d0-e4b6-4ab6-a90b-5d4a7bdd2d9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-49112661-03ed-4c98-84d0-ec99f83940a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-49112661-03ed-4c98-84d0-ec99f83940a0 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


#s-49112661-03ed-4c98-84d0-ec99f83940a0 .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-49112661-03ed-4c98-84d0-ec99f83940a0 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-49112661-03ed-4c98-84d0-ec99f83940a0 .shogun-heading-component h2 a {
  color: ;
}

}
#s-c2e51ae2-aa75-4827-a522-b97654eb963b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-c2e51ae2-aa75-4827-a522-b97654eb963b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2e51ae2-aa75-4827-a522-b97654eb963b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c2e51ae2-aa75-4827-a522-b97654eb963b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c2e51ae2-aa75-4827-a522-b97654eb963b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7537da3e-4d85-42d9-a7eb-ce1486a3dad6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7537da3e-4d85-42d9-a7eb-ce1486a3dad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7537da3e-4d85-42d9-a7eb-ce1486a3dad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image,
  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
    width: 100%;
    height: auto;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shogun-image-content {
  
    align-items: center;
  
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
      position: relative;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image,
  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
    width: 100%;
    height: auto;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shogun-image-content {
  
    align-items: center;
  
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
      position: relative;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image,
  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
    width: 100%;
    height: auto;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shogun-image-content {
  
    align-items: center;
  
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
      position: relative;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image,
  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
    width: 100%;
    height: auto;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shogun-image-content {
  
    align-items: center;
  
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
      position: relative;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image,
  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
    width: 100%;
    height: auto;
  }

  #s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0adf595a-d223-4139-9ba5-1d2f24ed221e .shogun-image-content {
  
    align-items: center;
  
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container {
      position: relative;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0adf595a-d223-4139-9ba5-1d2f24ed221e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-55f72902-4711-46ef-9eca-b5da51490ee9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-55f72902-4711-46ef-9eca-b5da51490ee9 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-55f72902-4711-46ef-9eca-b5da51490ee9 .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-55f72902-4711-46ef-9eca-b5da51490ee9 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-55f72902-4711-46ef-9eca-b5da51490ee9 .shogun-heading-component h2 a {
  color: ;
}

}
#s-b68dc034-e522-4762-a69c-aa87352c258e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b68dc034-e522-4762-a69c-aa87352c258e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b68dc034-e522-4762-a69c-aa87352c258e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image,
  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
    width: 100%;
    height: auto;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
    
    
  }


.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
      position: relative;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image,
  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
    width: 100%;
    height: auto;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
    
    
  }


.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
      position: relative;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image,
  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
    width: 100%;
    height: auto;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
    
    
  }


.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
      position: relative;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image,
  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
    width: 100%;
    height: auto;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
    
    
  }


.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
      position: relative;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image,
  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
    width: 100%;
    height: auto;
  }

  #s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
    
    
  }


.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container {
      position: relative;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed3fc9c7-e0a2-4fdd-9b89-45704c86d507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7a7333c0-ebf5-4af1-aeae-59b2a72581cd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a7333c0-ebf5-4af1-aeae-59b2a72581cd .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-7a7333c0-ebf5-4af1-aeae-59b2a72581cd .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-7a7333c0-ebf5-4af1-aeae-59b2a72581cd .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-7a7333c0-ebf5-4af1-aeae-59b2a72581cd .shogun-heading-component h2 a {
  color: ;
}

}
#s-9306bd31-a1c4-4783-8ab9-6209c12cf5f6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9306bd31-a1c4-4783-8ab9-6209c12cf5f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9306bd31-a1c4-4783-8ab9-6209c12cf5f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image,
  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
    width: 100%;
    height: auto;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
      position: relative;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image,
  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
    width: 100%;
    height: auto;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
      position: relative;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image,
  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
    width: 100%;
    height: auto;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
      position: relative;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image,
  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
    width: 100%;
    height: auto;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
      position: relative;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image,
  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
    width: 100%;
    height: auto;
  }

  #s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container {
      position: relative;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ebfa0e4-bf0a-4b0d-83a7-539a25281cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-db4eb92c-55f6-4743-aaaa-d3cf0a544502 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db4eb92c-55f6-4743-aaaa-d3cf0a544502 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-db4eb92c-55f6-4743-aaaa-d3cf0a544502 .shogun-heading-component h2 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-db4eb92c-55f6-4743-aaaa-d3cf0a544502 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-db4eb92c-55f6-4743-aaaa-d3cf0a544502 .shogun-heading-component h2 a {
  color: ;
}

}
#s-37b85d3a-0b64-43d4-951f-87243edd9f8e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e {
  
}
}@media (min-width: 1200px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e, #wrap-s-37b85d3a-0b64-43d4-951f-87243edd9f8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e, #wrap-s-37b85d3a-0b64-43d4-951f-87243edd9f8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e, #wrap-s-37b85d3a-0b64-43d4-951f-87243edd9f8e { display: none !important; }}@media (max-width: 767px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e {
  
}
}@media (max-width: 767px){#s-37b85d3a-0b64-43d4-951f-87243edd9f8e, #wrap-s-37b85d3a-0b64-43d4-951f-87243edd9f8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-37b85d3a-0b64-43d4-951f-87243edd9f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37b85d3a-0b64-43d4-951f-87243edd9f8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-37b85d3a-0b64-43d4-951f-87243edd9f8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-37b85d3a-0b64-43d4-951f-87243edd9f8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-3e50257e-1032-4746-9ffa-c37e50610995 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
    
    
  }


.s-3e50257e-1032-4746-9ffa-c37e50610995 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
    
    
  }


.s-3e50257e-1032-4746-9ffa-c37e50610995 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
    
    
  }


.s-3e50257e-1032-4746-9ffa-c37e50610995 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
    
    
  }


.s-3e50257e-1032-4746-9ffa-c37e50610995 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
    
    
  }


.s-3e50257e-1032-4746-9ffa-c37e50610995 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e50257e-1032-4746-9ffa-c37e50610995.shogun-image {
  box-sizing: border-box;
}



}
#s-db3b95fc-a8f9-49fe-9f18-17a4bad6d563 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db3b95fc-a8f9-49fe-9f18-17a4bad6d563 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-db3b95fc-a8f9-49fe-9f18-17a4bad6d563 .shogun-heading-component h3 a {
  color: ;
}


#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
    
    
  }


.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 .shogun-image-content {
  
    align-items: center;
  
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
    
    
  }


.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 .shogun-image-content {
  
    align-items: center;
  
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
    
    
  }


.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 .shogun-image-content {
  
    align-items: center;
  
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
    
    
  }


.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 .shogun-image-content {
  
    align-items: center;
  
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
    
    
  }


.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275 .shogun-image-content {
  
    align-items: center;
  
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ef92c2-6f9c-4acd-84dc-19e5b120e275.shogun-image {
  box-sizing: border-box;
}



}
#s-3669f925-1a4f-4192-a15b-3f2fd97e8dce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3669f925-1a4f-4192-a15b-3f2fd97e8dce .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-3669f925-1a4f-4192-a15b-3f2fd97e8dce .shogun-heading-component h3 a {
  color: ;
}


#s-531ceb5d-9440-4061-8c28-df8c12a66cfd {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
    
    
  }


.s-531ceb5d-9440-4061-8c28-df8c12a66cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
    
    
  }


.s-531ceb5d-9440-4061-8c28-df8c12a66cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
    
    
  }


.s-531ceb5d-9440-4061-8c28-df8c12a66cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
    
    
  }


.s-531ceb5d-9440-4061-8c28-df8c12a66cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
    
    
  }


.s-531ceb5d-9440-4061-8c28-df8c12a66cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531ceb5d-9440-4061-8c28-df8c12a66cfd.shogun-image {
  box-sizing: border-box;
}



}
#s-f2a003ec-c8a9-4459-a99b-d9f7af537459 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2a003ec-c8a9-4459-a99b-d9f7af537459 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f2a003ec-c8a9-4459-a99b-d9f7af537459 .shogun-heading-component h3 a {
  color: ;
}


#s-f431ff2c-d31d-4546-bf78-bcdae7b3d8cd {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-f431ff2c-d31d-4546-bf78-bcdae7b3d8cd hr {
  border-top: 2px solid #ddd;
}

#s-c90ce511-d223-4a29-a1a4-6a2eb2425798 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798 {
  
}
}@media (min-width: 1200px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798, #wrap-s-c90ce511-d223-4a29-a1a4-6a2eb2425798 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798, #wrap-s-c90ce511-d223-4a29-a1a4-6a2eb2425798 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798, #wrap-s-c90ce511-d223-4a29-a1a4-6a2eb2425798 { display: none !important; }}@media (max-width: 767px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798 {
  
}
}@media (max-width: 767px){#s-c90ce511-d223-4a29-a1a4-6a2eb2425798, #wrap-s-c90ce511-d223-4a29-a1a4-6a2eb2425798 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c90ce511-d223-4a29-a1a4-6a2eb2425798"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 225.0px);
}

}

@media (min-width: 768px) {
[id="s-c90ce511-d223-4a29-a1a4-6a2eb2425798"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 225.0px);
}

}

@media (min-width: 992px) {
[id="s-c90ce511-d223-4a29-a1a4-6a2eb2425798"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 225.0px);
}

}

@media (min-width: 1200px) {
[id="s-c90ce511-d223-4a29-a1a4-6a2eb2425798"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 225.0px);
}

}

#s-37345e40-877f-4515-b785-7d889708d2f2 {
  text-align: center;
}







  img.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
    
    
  }


.s-37345e40-877f-4515-b785-7d889708d2f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
    
    
  }


.s-37345e40-877f-4515-b785-7d889708d2f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
    
    
  }


.s-37345e40-877f-4515-b785-7d889708d2f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
    
    
  }


.s-37345e40-877f-4515-b785-7d889708d2f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
    
    
  }


.s-37345e40-877f-4515-b785-7d889708d2f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37345e40-877f-4515-b785-7d889708d2f2.shogun-image {
  box-sizing: border-box;
}



}
#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d {
  text-align: center;
}







  img.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
    
    
  }


.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
    
    
  }


.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
    
    
  }


.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
    
    
  }


.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
    
    
  }


.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197a1370-7ff9-41bd-8814-fa31e9be2e4d.shogun-image {
  box-sizing: border-box;
}



}
#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab {
  text-align: center;
}







  img.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
    
    
  }


.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
    
    
  }


.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
    
    
  }


.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
    
    
  }


.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
    
    
  }


.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d52bc0-ff60-449a-921a-282b3d08f2ab.shogun-image {
  box-sizing: border-box;
}



}
#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 {
  text-align: center;
}







  img.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
    
    
  }


.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
    
    
  }


.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
    
    
  }


.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
    
    
  }


.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
    
    
  }


.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ceb3e91-85a2-44b1-a1d7-32c8242ae932.shogun-image {
  box-sizing: border-box;
}



}
#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 {
  
}
}@media (min-width: 1200px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2, #wrap-s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2, #wrap-s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2, #wrap-s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc3c3a25-ad78-45a5-af92-5b747b6d8eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b {
  text-align: center;
}







  img.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
    
    
  }


.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
    
    
  }


.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
    
    
  }


.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
    
    
  }


.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
    
    
  }


.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eebad5a-9e28-47e8-9e01-44fe24c3e20b.shogun-image {
  box-sizing: border-box;
}



}
#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 {
  text-align: center;
}







  img.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
    
    
  }


.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
    
    
  }


.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
    
    
  }


.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
    
    
  }


.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
    
    
  }


.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0193748-bcaf-46a0-9cb0-c623aeaf4e52.shogun-image {
  box-sizing: border-box;
}



}
#s-820b93a8-bc8f-4d8d-a413-88ba81d36490 {
  text-align: center;
}







  img.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
    
    
  }


.s-820b93a8-bc8f-4d8d-a413-88ba81d36490 .shogun-image-content {
  
    align-items: center;
  
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
    
    
  }


.s-820b93a8-bc8f-4d8d-a413-88ba81d36490 .shogun-image-content {
  
    align-items: center;
  
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
  box-sizing: border-box;
}



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





  img.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
    
    
  }


.s-820b93a8-bc8f-4d8d-a413-88ba81d36490 .shogun-image-content {
  
    align-items: center;
  
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
  box-sizing: border-box;
}



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





  img.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
    
    
  }


.s-820b93a8-bc8f-4d8d-a413-88ba81d36490 .shogun-image-content {
  
    align-items: center;
  
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
  box-sizing: border-box;
}



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





  img.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
    
    
  }


.s-820b93a8-bc8f-4d8d-a413-88ba81d36490 .shogun-image-content {
  
    align-items: center;
  
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820b93a8-bc8f-4d8d-a413-88ba81d36490.shogun-image {
  box-sizing: border-box;
}



}
#s-c7a7340a-9621-435f-8c8a-bbe13a955b06 {
  text-align: center;
}







  img.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
    
    
  }


.s-c7a7340a-9621-435f-8c8a-bbe13a955b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
    
    
  }


.s-c7a7340a-9621-435f-8c8a-bbe13a955b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
    
    
  }


.s-c7a7340a-9621-435f-8c8a-bbe13a955b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
    
    
  }


.s-c7a7340a-9621-435f-8c8a-bbe13a955b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
    
    
  }


.s-c7a7340a-9621-435f-8c8a-bbe13a955b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a7340a-9621-435f-8c8a-bbe13a955b06.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 1200px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e {
  
}
}@media (min-width: 1200px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e, #wrap-s-8cdcfbe8-7251-4637-a731-21f7b1965e7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e, #wrap-s-8cdcfbe8-7251-4637-a731-21f7b1965e7e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e, #wrap-s-8cdcfbe8-7251-4637-a731-21f7b1965e7e { display: none !important; }}@media (max-width: 767px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e {
  
}
}@media (max-width: 767px){#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e, #wrap-s-8cdcfbe8-7251-4637-a731-21f7b1965e7e { display: none !important; }}
#s-8cdcfbe8-7251-4637-a731-21f7b1965e7e hr {
  border-top: 2px solid #ddd;
}

#s-4b948473-e368-475d-aec1-c2697fe6f3b4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b948473-e368-475d-aec1-c2697fe6f3b4 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4b948473-e368-475d-aec1-c2697fe6f3b4 .shogun-heading-component h2 a {
  color: ;
}


.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-d58a0422-689a-4896-98fd-dd45e862e2d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

[id="s-d58a0422-689a-4896-98fd-dd45e862e2d5"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

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

@media (min-width: 768px) {
  [id="s-d58a0422-689a-4896-98fd-dd45e862e2d5"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 10px;
  }

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

#s-5ddd0a2a-b269-44ca-b16f-1b6555236556 hr {
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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