.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-f8daf4cd-1dff-401d-bf06-758f7acd9ada {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-f8daf4cd-1dff-401d-bf06-758f7acd9ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8daf4cd-1dff-401d-bf06-758f7acd9ada.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7704c6b0-6804-46e6-89b4-e13feede8e63 {
  min-height: 5px;
}








#s-7704c6b0-6804-46e6-89b4-e13feede8e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7704c6b0-6804-46e6-89b4-e13feede8e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38d3a386-5cbf-40f6-895f-df21ed3412f8 {
  min-height: 5px;
}








#s-38d3a386-5cbf-40f6-895f-df21ed3412f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d3a386-5cbf-40f6-895f-df21ed3412f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2f398b-2681-4a06-b887-059a80cf8908 {
  text-align: left;
}

#s-795e74b8-7823-4713-a2d4-b5424b980b61 {
  text-align: left;
}

#s-d201f989-8c24-4dc8-9e1c-cac112aec15b {
  margin-top: 30px;
text-align: left;
}

#s-df4f0f89-3759-42d3-938f-d46da8057043 {
  min-height: 50px;
}








#s-df4f0f89-3759-42d3-938f-d46da8057043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df4f0f89-3759-42d3-938f-d46da8057043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c0f7345-b669-4de7-b26b-df282ba2e6f5 {
  min-height: 50px;
}








#s-5c0f7345-b669-4de7-b26b-df282ba2e6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c0f7345-b669-4de7-b26b-df282ba2e6f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-1a4e4419-a415-4355-b958-faba293b9a9f {
  display: none;
}
#s-1a4e4419-a415-4355-b958-faba293b9a9f, #wrap-s-1a4e4419-a415-4355-b958-faba293b9a9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a4e4419-a415-4355-b958-faba293b9a9f {
  display: none;
}
#s-1a4e4419-a415-4355-b958-faba293b9a9f, #wrap-s-1a4e4419-a415-4355-b958-faba293b9a9f { display:none !important; }}
@media (min-width: 0px) {
[id="s-1a4e4419-a415-4355-b958-faba293b9a9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a4e4419-a415-4355-b958-faba293b9a9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a4e4419-a415-4355-b958-faba293b9a9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a4e4419-a415-4355-b958-faba293b9a9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
  max-width: 1200px;
aspect-ratio: 1200/950;
text-align: center;
}





  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 img.shogun-image,
  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
    width: 100%;
    height: auto;
  }



  img.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
    
    
  }


.s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shg-align-container {
  text-align: center
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 img.shogun-image,
  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
    width: 100%;
    height: auto;
  }



  img.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
    
    
  }


.s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shg-align-container {
  text-align: center
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 img.shogun-image,
  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
    width: 100%;
    height: auto;
  }



  img.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
    
    
  }


.s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shg-align-container {
  text-align: center
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 img.shogun-image,
  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
    width: 100%;
    height: auto;
  }



  img.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
    
    
  }


.s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shg-align-container {
  text-align: center
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 img.shogun-image,
  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c550f3ed-8963-4838-bdca-af8ec792f4e6 {
    width: 100%;
    height: auto;
  }



  img.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
    
    
  }


.s-c550f3ed-8963-4838-bdca-af8ec792f4e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shg-align-container {
  text-align: center
}

.s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c550f3ed-8963-4838-bdca-af8ec792f4e6.shogun-image {
  box-sizing: border-box;
}


}
#s-c761e10b-98a0-4fe0-8839-d7946b7ecce4 {
  margin-top: 20px;
margin-bottom: 30px;
text-align: left;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a {
  margin-top: 20px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 1%;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 3px;
}

#s-81a6203a-ea42-4bf6-855c-b81326fb948a td.shogun-table-column, #s-81a6203a-ea42-4bf6-855c-b81326fb948a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8a8bc405-5074-4056-8cac-d920d61f302a {
  max-width: 403px;
aspect-ratio: 403/417;
text-align: center;
}





  #s-8a8bc405-5074-4056-8cac-d920d61f302a img.shogun-image,
  #s-8a8bc405-5074-4056-8cac-d920d61f302a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8bc405-5074-4056-8cac-d920d61f302a {
    width: 100%;
    height: auto;
  }



  #s-8a8bc405-5074-4056-8cac-d920d61f302a img.shogun-image {
    

    
    
    
  }


#s-8a8bc405-5074-4056-8cac-d920d61f302a .shogun-image-content {
  
    align-items: center;
  
}

#s-12c32405-ddf3-4931-83e8-1c0cb1ef8039 {
  text-align: center;
}







  #s-12c32405-ddf3-4931-83e8-1c0cb1ef8039 img.shogun-image {
    

    
    
    
  }


#s-12c32405-ddf3-4931-83e8-1c0cb1ef8039 .shogun-image-content {
  
    align-items: center;
  
}

#s-6694ac4b-65de-4717-bbda-3b4cf07fbeda {
  text-align: center;
}







  #s-6694ac4b-65de-4717-bbda-3b4cf07fbeda img.shogun-image {
    

    
    
    
  }


#s-6694ac4b-65de-4717-bbda-3b4cf07fbeda .shogun-image-content {
  
    align-items: center;
  
}

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

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

@media (min-width: 1200px){#s-253c9add-dc50-420c-8af3-494868b9d6f0 {
  display: none;
}
#s-253c9add-dc50-420c-8af3-494868b9d6f0, #wrap-s-253c9add-dc50-420c-8af3-494868b9d6f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253c9add-dc50-420c-8af3-494868b9d6f0 {
  display: none;
}
#s-253c9add-dc50-420c-8af3-494868b9d6f0, #wrap-s-253c9add-dc50-420c-8af3-494868b9d6f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-253c9add-dc50-420c-8af3-494868b9d6f0 {
  display: none;
}
#s-253c9add-dc50-420c-8af3-494868b9d6f0, #wrap-s-253c9add-dc50-420c-8af3-494868b9d6f0 { display:none !important; }}
#s-253c9add-dc50-420c-8af3-494868b9d6f0 hr {
  border-top: 2px solid #000;
}

#s-0bc7cd86-7789-49d7-ad8a-df4e4dee77be {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
max-width: 651px;
text-align: center;
}







  #s-0bc7cd86-7789-49d7-ad8a-df4e4dee77be img.shogun-image {
    

    
    
    
  }


#s-0bc7cd86-7789-49d7-ad8a-df4e4dee77be .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3f4e6c-dc1f-4e36-8ae5-3fcd19a60148 {
  min-height: 50px;
}








#s-8c3f4e6c-dc1f-4e36-8ae5-3fcd19a60148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3f4e6c-dc1f-4e36-8ae5-3fcd19a60148.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 td.shogun-table-column, #s-00c239a9-cbfa-4e57-88d5-3c0fead277a0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-df664b77-7827-4219-9684-13be3742e74b {
  margin-top: 0px;
margin-left: 5%;
min-height: 50px;
}








#s-df664b77-7827-4219-9684-13be3742e74b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df664b77-7827-4219-9684-13be3742e74b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-0d298736-1b6b-442e-8636-f6efe1c2fdb3 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-be8ac520-75fa-46fb-ae2a-70dce146fe27 {
  margin-bottom: 0px;
}

#s-a7a8bff2-3b18-490c-925e-b47c735fd9a6 {
  display: none;
}
#s-06c58980-f557-46f1-8996-33e4e653c37e {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-06c58980-f557-46f1-8996-33e4e653c37e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06c58980-f557-46f1-8996-33e4e653c37e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-06c58980-f557-46f1-8996-33e4e653c37e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6db71a4e-a75f-4056-ab6c-452b1c01645e {
  margin-top: 5px;
margin-bottom: 5px;
padding-right: 10%;
text-align: left;
}







  #s-6db71a4e-a75f-4056-ab6c-452b1c01645e img.shogun-image {
    

    
    
    
  }


#s-6db71a4e-a75f-4056-ab6c-452b1c01645e .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-97597d8b-8298-4542-9603-223ebc36c9c7 {
  margin-top: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97597d8b-8298-4542-9603-223ebc36c9c7:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97597d8b-8298-4542-9603-223ebc36c9c7:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-97597d8b-8298-4542-9603-223ebc36c9c7-root {
    text-align: center;
  }


#s-97597d8b-8298-4542-9603-223ebc36c9c7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-97597d8b-8298-4542-9603-223ebc36c9c7-root {
    text-align: center;
  }


#s-97597d8b-8298-4542-9603-223ebc36c9c7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97597d8b-8298-4542-9603-223ebc36c9c7-root {
    text-align: center;
  }


#s-97597d8b-8298-4542-9603-223ebc36c9c7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97597d8b-8298-4542-9603-223ebc36c9c7-root {
    text-align: center;
  }


#s-97597d8b-8298-4542-9603-223ebc36c9c7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-97597d8b-8298-4542-9603-223ebc36c9c7-root {
    text-align: center;
  }


#s-97597d8b-8298-4542-9603-223ebc36c9c7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-35cd4972-f491-40f7-84ae-301f33c5fafd {
  margin-left: 0%;
margin-right: 0%;
padding-left: 23%;
padding-right: 0%;
text-align: right;
}







  #s-35cd4972-f491-40f7-84ae-301f33c5fafd img.shogun-image {
    

    
    
    
  }


#s-35cd4972-f491-40f7-84ae-301f33c5fafd .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-9db4b08a-6db0-44ff-93c2-192556bccc26 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9db4b08a-6db0-44ff-93c2-192556bccc26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9db4b08a-6db0-44ff-93c2-192556bccc26 .shg-sld-nav-button.shg-sld-left,
#s-9db4b08a-6db0-44ff-93c2-192556bccc26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0479bf59-a4e3-4b04-8949-0d8af174455a {
  text-align: center;
}







  #s-0479bf59-a4e3-4b04-8949-0d8af174455a img.shogun-image {
    

    
    
    
  }


#s-0479bf59-a4e3-4b04-8949-0d8af174455a .shogun-image-content {
  
    align-items: center;
  
}

#s-22c43a16-fcb3-4030-859c-a998107813f1 {
  text-align: center;
}







  #s-22c43a16-fcb3-4030-859c-a998107813f1 img.shogun-image {
    

    
    
    
  }


#s-22c43a16-fcb3-4030-859c-a998107813f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dab2491-6841-43c2-b069-e190aac09655 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-3dab2491-6841-43c2-b069-e190aac09655 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3dab2491-6841-43c2-b069-e190aac09655 .shg-sld-nav-button.shg-sld-left,
#s-3dab2491-6841-43c2-b069-e190aac09655 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3e84b7e5-0e54-4db4-a353-4c6e3f3f88fe {
  text-align: left;
}

#s-793f6060-fdce-4e40-af31-5a86db7b1893 {
  text-align: left;
}

#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f {
  margin-top: 10px;
min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}
@media (min-width: 1200px){#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f {
  display: none;
}
#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f, #wrap-s-bf946b10-0651-4451-ab7e-6a9bf6fda51f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f {
  display: none;
}
#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f, #wrap-s-bf946b10-0651-4451-ab7e-6a9bf6fda51f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f {
  display: none;
}
#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f, #wrap-s-bf946b10-0651-4451-ab7e-6a9bf6fda51f { display:none !important; }}







#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf946b10-0651-4451-ab7e-6a9bf6fda51f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 15%;
padding-right: 15%;
max-width: 644px;
text-align: center;
}







  img.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
    
    
  }


.s-7314dbb0-9122-46e2-b45f-030ab1beb683 .shogun-image-content {
  
    align-items: center;
  
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shg-align-container {
  text-align: center
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
    
    
  }


.s-7314dbb0-9122-46e2-b45f-030ab1beb683 .shogun-image-content {
  
    align-items: center;
  
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shg-align-container {
  text-align: center
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
    
    
  }


.s-7314dbb0-9122-46e2-b45f-030ab1beb683 .shogun-image-content {
  
    align-items: center;
  
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shg-align-container {
  text-align: center
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
    
    
  }


.s-7314dbb0-9122-46e2-b45f-030ab1beb683 .shogun-image-content {
  
    align-items: center;
  
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shg-align-container {
  text-align: center
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
    
    
  }


.s-7314dbb0-9122-46e2-b45f-030ab1beb683 .shogun-image-content {
  
    align-items: center;
  
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shg-align-container {
  text-align: center
}

.s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7314dbb0-9122-46e2-b45f-030ab1beb683.shogun-image {
  box-sizing: border-box;
}


}
#s-29937496-03d2-43de-b836-695f014340bf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 15%;
padding-right: 15%;
}

#s-29937496-03d2-43de-b836-695f014340bf .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(161, 142, 128, 1);
  border-radius: 0px;
}

#s-29937496-03d2-43de-b836-695f014340bf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-29937496-03d2-43de-b836-695f014340bf td.shogun-table-column {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: rgba(161, 142, 128, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-29937496-03d2-43de-b836-695f014340bf td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 7px;
}

#s-29937496-03d2-43de-b836-695f014340bf td.shogun-table-column, #s-29937496-03d2-43de-b836-695f014340bf td.shogun-table-row {
  border: 0px solid rgba(161, 142, 128, 1);
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd {
  text-align: center;
}







  img.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
    
    
  }


.s-7694cb69-9ea3-4590-bc4f-6031252bccbd .shogun-image-content {
  
    align-items: center;
  
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shg-align-container {
  text-align: center
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
    
    
  }


.s-7694cb69-9ea3-4590-bc4f-6031252bccbd .shogun-image-content {
  
    align-items: center;
  
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shg-align-container {
  text-align: center
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
    
    
  }


.s-7694cb69-9ea3-4590-bc4f-6031252bccbd .shogun-image-content {
  
    align-items: center;
  
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shg-align-container {
  text-align: center
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
    
    
  }


.s-7694cb69-9ea3-4590-bc4f-6031252bccbd .shogun-image-content {
  
    align-items: center;
  
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shg-align-container {
  text-align: center
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
    
    
  }


.s-7694cb69-9ea3-4590-bc4f-6031252bccbd .shogun-image-content {
  
    align-items: center;
  
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shg-align-container {
  text-align: center
}

.s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7694cb69-9ea3-4590-bc4f-6031252bccbd.shogun-image {
  box-sizing: border-box;
}


}
#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 {
  text-align: center;
}







  img.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
    
    
  }


.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shg-align-container {
  text-align: center
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
    
    
  }


.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shg-align-container {
  text-align: center
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
    
    
  }


.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shg-align-container {
  text-align: center
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
    
    
  }


.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shg-align-container {
  text-align: center
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
    
    
  }


.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shg-align-container {
  text-align: center
}

.s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa9f0c2-cb1b-419a-a37f-265d45ffd851.shogun-image {
  box-sizing: border-box;
}


}
#s-1a7ffa5c-eb88-4098-bff7-b755a8664383 {
  text-align: center;
}







  img.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
    
    
  }


.s-1a7ffa5c-eb88-4098-bff7-b755a8664383 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shg-align-container {
  text-align: center
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
    
    
  }


.s-1a7ffa5c-eb88-4098-bff7-b755a8664383 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shg-align-container {
  text-align: center
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
    
    
  }


.s-1a7ffa5c-eb88-4098-bff7-b755a8664383 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shg-align-container {
  text-align: center
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
    
    
  }


.s-1a7ffa5c-eb88-4098-bff7-b755a8664383 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shg-align-container {
  text-align: center
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
    
    
  }


.s-1a7ffa5c-eb88-4098-bff7-b755a8664383 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shg-align-container {
  text-align: center
}

.s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7ffa5c-eb88-4098-bff7-b755a8664383.shogun-image {
  box-sizing: border-box;
}


}
#s-37008923-1002-41bd-b28a-7ebc7e39515a {
  text-align: center;
}







  img.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
    
    
  }


.s-37008923-1002-41bd-b28a-7ebc7e39515a .shogun-image-content {
  
    align-items: center;
  
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shg-align-container {
  text-align: center
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
    
    
  }


.s-37008923-1002-41bd-b28a-7ebc7e39515a .shogun-image-content {
  
    align-items: center;
  
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shg-align-container {
  text-align: center
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
    
    
  }


.s-37008923-1002-41bd-b28a-7ebc7e39515a .shogun-image-content {
  
    align-items: center;
  
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shg-align-container {
  text-align: center
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
    
    
  }


.s-37008923-1002-41bd-b28a-7ebc7e39515a .shogun-image-content {
  
    align-items: center;
  
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shg-align-container {
  text-align: center
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
    
    
  }


.s-37008923-1002-41bd-b28a-7ebc7e39515a .shogun-image-content {
  
    align-items: center;
  
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shg-align-container {
  text-align: center
}

.s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37008923-1002-41bd-b28a-7ebc7e39515a.shogun-image {
  box-sizing: border-box;
}


}
#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 {
  text-align: center;
}







  img.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
    
    
  }


.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 .shogun-image-content {
  
    align-items: center;
  
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shg-align-container {
  text-align: center
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
    
    
  }


.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 .shogun-image-content {
  
    align-items: center;
  
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shg-align-container {
  text-align: center
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
  box-sizing: border-box;
}


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





  img.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
    
    
  }


.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 .shogun-image-content {
  
    align-items: center;
  
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shg-align-container {
  text-align: center
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
  box-sizing: border-box;
}


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





  img.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
    
    
  }


.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 .shogun-image-content {
  
    align-items: center;
  
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shg-align-container {
  text-align: center
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
  box-sizing: border-box;
}


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





  img.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
    
    
  }


.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928 .shogun-image-content {
  
    align-items: center;
  
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shg-align-container {
  text-align: center
}

.s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-979f5ef3-7fdf-4d37-97e9-3af8b45be928.shogun-image {
  box-sizing: border-box;
}


}
#s-753ec769-0313-4ba0-9d1d-67f617b702dd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
    
    
  }


.s-753ec769-0313-4ba0-9d1d-67f617b702dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shg-align-container {
  text-align: center
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
    
    
  }


.s-753ec769-0313-4ba0-9d1d-67f617b702dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shg-align-container {
  text-align: center
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
    
    
  }


.s-753ec769-0313-4ba0-9d1d-67f617b702dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shg-align-container {
  text-align: center
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
    
    
  }


.s-753ec769-0313-4ba0-9d1d-67f617b702dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shg-align-container {
  text-align: center
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
    
    
  }


.s-753ec769-0313-4ba0-9d1d-67f617b702dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shg-align-container {
  text-align: center
}

.s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-753ec769-0313-4ba0-9d1d-67f617b702dd.shogun-image {
  box-sizing: border-box;
}


}
#s-ea38a239-77a1-407a-aac4-c3506e759637 {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-ea38a239-77a1-407a-aac4-c3506e759637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea38a239-77a1-407a-aac4-c3506e759637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54c0852c-f5e5-480d-88c4-2d0c94db1078 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-54c0852c-f5e5-480d-88c4-2d0c94db1078:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54c0852c-f5e5-480d-88c4-2d0c94db1078:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-54c0852c-f5e5-480d-88c4-2d0c94db1078-root {
    text-align: center;
  }


#s-54c0852c-f5e5-480d-88c4-2d0c94db1078.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-54c0852c-f5e5-480d-88c4-2d0c94db1078-root {
    text-align: center;
  }


#s-54c0852c-f5e5-480d-88c4-2d0c94db1078.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54c0852c-f5e5-480d-88c4-2d0c94db1078-root {
    text-align: center;
  }


#s-54c0852c-f5e5-480d-88c4-2d0c94db1078.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54c0852c-f5e5-480d-88c4-2d0c94db1078-root {
    text-align: center;
  }


#s-54c0852c-f5e5-480d-88c4-2d0c94db1078.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-54c0852c-f5e5-480d-88c4-2d0c94db1078-root {
    text-align: center;
  }


#s-54c0852c-f5e5-480d-88c4-2d0c94db1078.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-41c6fefc-6310-4f82-ace0-9a14e381098d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41c6fefc-6310-4f82-ace0-9a14e381098d {
  display: none;
}
#s-41c6fefc-6310-4f82-ace0-9a14e381098d, #wrap-s-41c6fefc-6310-4f82-ace0-9a14e381098d { display:none !important; }}@media (max-width: 767px){#s-41c6fefc-6310-4f82-ace0-9a14e381098d {
  display: none;
}
#s-41c6fefc-6310-4f82-ace0-9a14e381098d, #wrap-s-41c6fefc-6310-4f82-ace0-9a14e381098d { display:none !important; }}
#s-41c6fefc-6310-4f82-ace0-9a14e381098d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-41c6fefc-6310-4f82-ace0-9a14e381098d .shg-sld-nav-button.shg-sld-left,
#s-41c6fefc-6310-4f82-ace0-9a14e381098d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cdb05062-8f35-402a-b236-780f8a90050f {
  text-align: center;
}







  img.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
    
    
  }


.s-cdb05062-8f35-402a-b236-780f8a90050f .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shg-align-container {
  text-align: center
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
    
    
  }


.s-cdb05062-8f35-402a-b236-780f8a90050f .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shg-align-container {
  text-align: center
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
    
    
  }


.s-cdb05062-8f35-402a-b236-780f8a90050f .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shg-align-container {
  text-align: center
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
    
    
  }


.s-cdb05062-8f35-402a-b236-780f8a90050f .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shg-align-container {
  text-align: center
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
    
    
  }


.s-cdb05062-8f35-402a-b236-780f8a90050f .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shg-align-container {
  text-align: center
}

.s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb05062-8f35-402a-b236-780f8a90050f.shogun-image {
  box-sizing: border-box;
}


}
#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 {
  text-align: center;
}







  img.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
    
    
  }


.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shg-align-container {
  text-align: center
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
    
    
  }


.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shg-align-container {
  text-align: center
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
    
    
  }


.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shg-align-container {
  text-align: center
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
    
    
  }


.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shg-align-container {
  text-align: center
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
    
    
  }


.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shg-align-container {
  text-align: center
}

.s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13ce4aea-e0f7-4856-bfb0-8a1bcc0752a0.shogun-image {
  box-sizing: border-box;
}


}
#s-07b608f9-4c37-435d-b6ad-8772be43803c {
  max-width: 1200px;
aspect-ratio: 1200/725;
text-align: center;
}





  #s-07b608f9-4c37-435d-b6ad-8772be43803c img.shogun-image,
  #s-07b608f9-4c37-435d-b6ad-8772be43803c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07b608f9-4c37-435d-b6ad-8772be43803c {
    width: 100%;
    height: auto;
  }



  #s-07b608f9-4c37-435d-b6ad-8772be43803c img.shogun-image {
    

    
    
    
  }


#s-07b608f9-4c37-435d-b6ad-8772be43803c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 {
  display: none;
}
#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450, #wrap-s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 {
  display: none;
}
#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450, #wrap-s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 {
  display: none;
}
#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450, #wrap-s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 { display:none !important; }}
#s-e2565185-d176-4e5c-a9e4-5eb3da2a7450 hr {
  border-top: 2px solid #000;
}

#s-387adfe2-3451-4e84-834e-765f8660941f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-387adfe2-3451-4e84-834e-765f8660941f {
  display: none;
}
#s-387adfe2-3451-4e84-834e-765f8660941f, #wrap-s-387adfe2-3451-4e84-834e-765f8660941f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-387adfe2-3451-4e84-834e-765f8660941f {
  display: none;
}
#s-387adfe2-3451-4e84-834e-765f8660941f, #wrap-s-387adfe2-3451-4e84-834e-765f8660941f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-387adfe2-3451-4e84-834e-765f8660941f {
  display: none;
}
#s-387adfe2-3451-4e84-834e-765f8660941f, #wrap-s-387adfe2-3451-4e84-834e-765f8660941f { display:none !important; }}







#s-387adfe2-3451-4e84-834e-765f8660941f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387adfe2-3451-4e84-834e-765f8660941f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36951a1c-6cb3-4b69-8d23-12797885cdda {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
max-width: 650px;
aspect-ratio: 650/100;
text-align: center;
}
@media (min-width: 1200px){#s-36951a1c-6cb3-4b69-8d23-12797885cdda {
  display: none;
}
#s-36951a1c-6cb3-4b69-8d23-12797885cdda, #wrap-s-36951a1c-6cb3-4b69-8d23-12797885cdda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36951a1c-6cb3-4b69-8d23-12797885cdda {
  display: none;
}
#s-36951a1c-6cb3-4b69-8d23-12797885cdda, #wrap-s-36951a1c-6cb3-4b69-8d23-12797885cdda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36951a1c-6cb3-4b69-8d23-12797885cdda {
  display: none;
}
#s-36951a1c-6cb3-4b69-8d23-12797885cdda, #wrap-s-36951a1c-6cb3-4b69-8d23-12797885cdda { display:none !important; }}




  #s-36951a1c-6cb3-4b69-8d23-12797885cdda img.shogun-image,
  #s-36951a1c-6cb3-4b69-8d23-12797885cdda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36951a1c-6cb3-4b69-8d23-12797885cdda {
    width: 100%;
    height: auto;
  }



  #s-36951a1c-6cb3-4b69-8d23-12797885cdda img.shogun-image {
    

    
    
    
  }


#s-36951a1c-6cb3-4b69-8d23-12797885cdda .shogun-image-content {
  
    align-items: center;
  
}

#s-629aa56f-edb1-4667-9aa6-da82af31ec9d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-629aa56f-edb1-4667-9aa6-da82af31ec9d {
  display: none;
}
#s-629aa56f-edb1-4667-9aa6-da82af31ec9d, #wrap-s-629aa56f-edb1-4667-9aa6-da82af31ec9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-629aa56f-edb1-4667-9aa6-da82af31ec9d {
  display: none;
}
#s-629aa56f-edb1-4667-9aa6-da82af31ec9d, #wrap-s-629aa56f-edb1-4667-9aa6-da82af31ec9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-629aa56f-edb1-4667-9aa6-da82af31ec9d {
  display: none;
}
#s-629aa56f-edb1-4667-9aa6-da82af31ec9d, #wrap-s-629aa56f-edb1-4667-9aa6-da82af31ec9d { display:none !important; }}
#s-629aa56f-edb1-4667-9aa6-da82af31ec9d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-629aa56f-edb1-4667-9aa6-da82af31ec9d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-629aa56f-edb1-4667-9aa6-da82af31ec9d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-629aa56f-edb1-4667-9aa6-da82af31ec9d td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-629aa56f-edb1-4667-9aa6-da82af31ec9d td.shogun-table-column, #s-629aa56f-edb1-4667-9aa6-da82af31ec9d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-54611910-356b-4d87-ba6a-0f863cc33a34 {
  margin-top: 0px;
margin-left: 5%;
min-height: 50px;
}








#s-54611910-356b-4d87-ba6a-0f863cc33a34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54611910-356b-4d87-ba6a-0f863cc33a34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c13d490c-04cd-42f8-82e4-cca3f08a46c9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c81208a0-1a1e-42ee-a5ce-88b58840256c {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dd18895c-e19b-4486-a87d-6527f3a6aefe {
  display: none;
}
#s-532e00bd-995d-466a-afbf-f62e1ea87485 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-532e00bd-995d-466a-afbf-f62e1ea87485 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-532e00bd-995d-466a-afbf-f62e1ea87485 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-532e00bd-995d-466a-afbf-f62e1ea87485 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09563973-f0c8-4b2c-8c7b-a76a205ab3c7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-right: 10%;
text-align: left;
}







  #s-09563973-f0c8-4b2c-8c7b-a76a205ab3c7 img.shogun-image {
    

    
    
    
  }


#s-09563973-f0c8-4b2c-8c7b-a76a205ab3c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5c6e39d-8e2f-428d-964c-1d54019acf11 {
  margin-top: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5c6e39d-8e2f-428d-964c-1d54019acf11:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5c6e39d-8e2f-428d-964c-1d54019acf11:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5c6e39d-8e2f-428d-964c-1d54019acf11-root {
    text-align: center;
  }


#s-c5c6e39d-8e2f-428d-964c-1d54019acf11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5c6e39d-8e2f-428d-964c-1d54019acf11-root {
    text-align: center;
  }


#s-c5c6e39d-8e2f-428d-964c-1d54019acf11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5c6e39d-8e2f-428d-964c-1d54019acf11-root {
    text-align: center;
  }


#s-c5c6e39d-8e2f-428d-964c-1d54019acf11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5c6e39d-8e2f-428d-964c-1d54019acf11-root {
    text-align: center;
  }


#s-c5c6e39d-8e2f-428d-964c-1d54019acf11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5c6e39d-8e2f-428d-964c-1d54019acf11-root {
    text-align: center;
  }


#s-c5c6e39d-8e2f-428d-964c-1d54019acf11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 23%;
padding-right: 0%;
max-width: 449px;
aspect-ratio: 449/54;
text-align: right;
}





  #s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 img.shogun-image,
  #s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 {
    width: 100%;
    height: auto;
  }



  #s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 img.shogun-image {
    

    
    
    
  }


#s-874e4ff3-3491-4268-bd7e-695b2a2a1de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9d5cec-d42f-479a-84e1-97ed0fb55d23 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ea9d5cec-d42f-479a-84e1-97ed0fb55d23 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ea9d5cec-d42f-479a-84e1-97ed0fb55d23 .shg-sld-nav-button.shg-sld-left,
#s-ea9d5cec-d42f-479a-84e1-97ed0fb55d23 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0972af30-a62e-4651-ab46-b9123d163a70 {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-0972af30-a62e-4651-ab46-b9123d163a70 img.shogun-image,
  #s-0972af30-a62e-4651-ab46-b9123d163a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0972af30-a62e-4651-ab46-b9123d163a70 {
    width: 100%;
    height: auto;
  }



  #s-0972af30-a62e-4651-ab46-b9123d163a70 img.shogun-image {
    

    
    
    
  }


#s-0972af30-a62e-4651-ab46-b9123d163a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b img.shogun-image,
  #s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b {
    width: 100%;
    height: auto;
  }



  #s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b img.shogun-image {
    

    
    
    
  }


#s-fd53d4da-6dfe-4d50-bcb3-363d8ce0f83b .shogun-image-content {
  
    align-items: center;
  
}

#s-37dcc69a-9270-4355-8c41-06a69ca1a5ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-37dcc69a-9270-4355-8c41-06a69ca1a5ac .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-37dcc69a-9270-4355-8c41-06a69ca1a5ac .shg-sld-nav-button.shg-sld-left,
#s-37dcc69a-9270-4355-8c41-06a69ca1a5ac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-030af8d0-c808-495a-83bd-96cace0bc7f2 {
  text-align: left;
}

#s-c82fb2d3-38bd-4406-a508-33bb9ca5a0c9 {
  text-align: left;
}

#s-93db4fde-978b-4a34-8450-ec41b64a0ed8 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93db4fde-978b-4a34-8450-ec41b64a0ed8:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93db4fde-978b-4a34-8450-ec41b64a0ed8:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-93db4fde-978b-4a34-8450-ec41b64a0ed8-root {
    text-align: center;
  }


#s-93db4fde-978b-4a34-8450-ec41b64a0ed8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-93db4fde-978b-4a34-8450-ec41b64a0ed8-root {
    text-align: center;
  }


#s-93db4fde-978b-4a34-8450-ec41b64a0ed8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93db4fde-978b-4a34-8450-ec41b64a0ed8-root {
    text-align: center;
  }


#s-93db4fde-978b-4a34-8450-ec41b64a0ed8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93db4fde-978b-4a34-8450-ec41b64a0ed8-root {
    text-align: center;
  }


#s-93db4fde-978b-4a34-8450-ec41b64a0ed8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-93db4fde-978b-4a34-8450-ec41b64a0ed8-root {
    text-align: center;
  }


#s-93db4fde-978b-4a34-8450-ec41b64a0ed8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 {
  display: none;
}
#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9, #wrap-s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 {
  display: none;
}
#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9, #wrap-s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 {
  display: none;
}
#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9, #wrap-s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 { display:none !important; }}
#s-61463b47-f8af-44ee-8f7b-bf1ef2f8f1f9 hr {
  border-top: 2px solid #000;
}

#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb {
  display: none;
}
#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb, #wrap-s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb {
  display: none;
}
#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb, #wrap-s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb {
  display: none;
}
#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb, #wrap-s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb { display:none !important; }}







#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b29b310f-c3bb-4564-aac7-91f41dfcc3cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e {
  display: none;
}
#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e, #wrap-s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e {
  display: none;
}
#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e, #wrap-s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e {
  display: none;
}
#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e, #wrap-s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e { display:none !important; }}






  #s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e img.shogun-image {
    

    
    
    
  }


#s-dc95c1b3-c2de-4c1d-ae16-dab01ad0e21e .shogun-image-content {
  
    align-items: center;
  
}

#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 {
  display: none;
}
#s-59a46fa9-203c-49ed-943d-7f6a71c48b79, #wrap-s-59a46fa9-203c-49ed-943d-7f6a71c48b79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 {
  display: none;
}
#s-59a46fa9-203c-49ed-943d-7f6a71c48b79, #wrap-s-59a46fa9-203c-49ed-943d-7f6a71c48b79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 {
  display: none;
}
#s-59a46fa9-203c-49ed-943d-7f6a71c48b79, #wrap-s-59a46fa9-203c-49ed-943d-7f6a71c48b79 { display:none !important; }}
#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-59a46fa9-203c-49ed-943d-7f6a71c48b79 td.shogun-table-column, #s-59a46fa9-203c-49ed-943d-7f6a71c48b79 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e0a47653-5a39-4d90-9d6b-6d1688740700 {
  margin-top: 0px;
margin-left: 5%;
min-height: 50px;
}








#s-e0a47653-5a39-4d90-9d6b-6d1688740700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0a47653-5a39-4d90-9d6b-6d1688740700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e222719-ae9a-4e7c-9ad1-9e4a8c5ef0ef {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-79cf4f7c-d063-403e-92f6-1ddfda81aece {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f61d9c0a-e7d4-43c9-9412-2765a1acef28 {
  display: none;
}
#s-7b940075-23e2-4f7d-b577-84f9cdd9273d {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7b940075-23e2-4f7d-b577-84f9cdd9273d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b940075-23e2-4f7d-b577-84f9cdd9273d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7b940075-23e2-4f7d-b577-84f9cdd9273d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d21adf7-700b-4d6d-86cc-a44184ba5308 {
  margin-top: 5px;
margin-bottom: 5px;
padding-right: 10%;
text-align: left;
}







  #s-2d21adf7-700b-4d6d-86cc-a44184ba5308 img.shogun-image {
    

    
    
    
  }


#s-2d21adf7-700b-4d6d-86cc-a44184ba5308 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd {
  margin-top: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd-root {
    text-align: center;
  }


#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd-root {
    text-align: center;
  }


#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd-root {
    text-align: center;
  }


#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd-root {
    text-align: center;
  }


#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd-root {
    text-align: center;
  }


#s-c6d1db39-0855-4dd7-a60e-c2bbe9239cdd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-1503ddd8-13e2-4290-8285-f381787993af {
  margin-left: 0%;
margin-right: 0%;
padding-left: 23%;
padding-right: 0%;
text-align: right;
}







  #s-1503ddd8-13e2-4290-8285-f381787993af img.shogun-image {
    

    
    
    
  }


#s-1503ddd8-13e2-4290-8285-f381787993af .shogun-image-content {
  
    align-items: center;
  
}

#s-7b5bfaa1-1d71-40c5-9599-2644499d84ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7b5bfaa1-1d71-40c5-9599-2644499d84ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7b5bfaa1-1d71-40c5-9599-2644499d84ed .shg-sld-nav-button.shg-sld-left,
#s-7b5bfaa1-1d71-40c5-9599-2644499d84ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c3478523-9691-40d5-b73f-78a8bedf2e81 {
  text-align: center;
}







  #s-c3478523-9691-40d5-b73f-78a8bedf2e81 img.shogun-image {
    

    
    
    
  }


#s-c3478523-9691-40d5-b73f-78a8bedf2e81 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cdcde01-00b8-4f00-b92f-03a6bf2e6e71 {
  text-align: center;
}







  #s-1cdcde01-00b8-4f00-b92f-03a6bf2e6e71 img.shogun-image {
    

    
    
    
  }


#s-1cdcde01-00b8-4f00-b92f-03a6bf2e6e71 .shogun-image-content {
  
    align-items: center;
  
}

#s-2008465e-cf01-4b36-af20-ef89b136a81e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-2008465e-cf01-4b36-af20-ef89b136a81e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2008465e-cf01-4b36-af20-ef89b136a81e .shg-sld-nav-button.shg-sld-left,
#s-2008465e-cf01-4b36-af20-ef89b136a81e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4fe95eb4-bea5-4aae-8902-2c13c9279c5a {
  text-align: left;
}

#s-0f259220-1cd9-46b9-89df-190a6c1143c9 {
  text-align: left;
}

#s-466b131d-5e08-443b-b625-5d58cfbdf73c {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-466b131d-5e08-443b-b625-5d58cfbdf73c:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-466b131d-5e08-443b-b625-5d58cfbdf73c:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-466b131d-5e08-443b-b625-5d58cfbdf73c-root {
    text-align: center;
  }


#s-466b131d-5e08-443b-b625-5d58cfbdf73c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-466b131d-5e08-443b-b625-5d58cfbdf73c-root {
    text-align: center;
  }


#s-466b131d-5e08-443b-b625-5d58cfbdf73c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-466b131d-5e08-443b-b625-5d58cfbdf73c-root {
    text-align: center;
  }


#s-466b131d-5e08-443b-b625-5d58cfbdf73c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-466b131d-5e08-443b-b625-5d58cfbdf73c-root {
    text-align: center;
  }


#s-466b131d-5e08-443b-b625-5d58cfbdf73c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-466b131d-5e08-443b-b625-5d58cfbdf73c-root {
    text-align: center;
  }


#s-466b131d-5e08-443b-b625-5d58cfbdf73c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-41e1eb13-46cd-4561-8c7e-23030bc880aa {
  min-height: 50px;
}








#s-41e1eb13-46cd-4561-8c7e-23030bc880aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e1eb13-46cd-4561-8c7e-23030bc880aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6988442-e060-4c13-afcb-713fe9fb656b {
  text-align: left;
}
@media (min-width: 1200px){#s-e6988442-e060-4c13-afcb-713fe9fb656b {
  display: none;
}
#s-e6988442-e060-4c13-afcb-713fe9fb656b, #wrap-s-e6988442-e060-4c13-afcb-713fe9fb656b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6988442-e060-4c13-afcb-713fe9fb656b {
  display: none;
}
#s-e6988442-e060-4c13-afcb-713fe9fb656b, #wrap-s-e6988442-e060-4c13-afcb-713fe9fb656b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6988442-e060-4c13-afcb-713fe9fb656b {
  display: none;
}
#s-e6988442-e060-4c13-afcb-713fe9fb656b, #wrap-s-e6988442-e060-4c13-afcb-713fe9fb656b { display:none !important; }}
#s-5282f602-0525-4442-b8f8-92b5e52e36bf {
  text-align: center;
}







  img.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
    
    
  }


.s-5282f602-0525-4442-b8f8-92b5e52e36bf .shogun-image-content {
  
    align-items: center;
  
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shg-align-container {
  text-align: center
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
    
    
  }


.s-5282f602-0525-4442-b8f8-92b5e52e36bf .shogun-image-content {
  
    align-items: center;
  
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shg-align-container {
  text-align: center
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
    
    
  }


.s-5282f602-0525-4442-b8f8-92b5e52e36bf .shogun-image-content {
  
    align-items: center;
  
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shg-align-container {
  text-align: center
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
    
    
  }


.s-5282f602-0525-4442-b8f8-92b5e52e36bf .shogun-image-content {
  
    align-items: center;
  
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shg-align-container {
  text-align: center
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
    
    
  }


.s-5282f602-0525-4442-b8f8-92b5e52e36bf .shogun-image-content {
  
    align-items: center;
  
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shg-align-container {
  text-align: center
}

.s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5282f602-0525-4442-b8f8-92b5e52e36bf.shogun-image {
  box-sizing: border-box;
}


}
#s-03f25b85-e474-46c1-89ac-72e7e03aa026 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-03f25b85-e474-46c1-89ac-72e7e03aa026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03f25b85-e474-46c1-89ac-72e7e03aa026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a38015b3-9dfd-48d8-bb65-32e46a8a6664 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(161, 142, 128, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-a38015b3-9dfd-48d8-bb65-32e46a8a6664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a38015b3-9dfd-48d8-bb65-32e46a8a6664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9baea3d-d1db-414d-8c24-d11886925e41 {
  margin-bottom: 30px;
text-align: left;
background-color: rgba(161, 142, 128, 1);
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf {
  margin-top: 40px;
margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf td.shogun-table-column, #s-4cbf34ad-3109-44c8-afcb-06f63cfccaaf td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a {
  text-align: center;
}







  img.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
    
    
  }


.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a .shogun-image-content {
  
    align-items: center;
  
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shg-align-container {
  text-align: center
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
    
    
  }


.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a .shogun-image-content {
  
    align-items: center;
  
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shg-align-container {
  text-align: center
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
    
    
  }


.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a .shogun-image-content {
  
    align-items: center;
  
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shg-align-container {
  text-align: center
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
    
    
  }


.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a .shogun-image-content {
  
    align-items: center;
  
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shg-align-container {
  text-align: center
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
    
    
  }


.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a .shogun-image-content {
  
    align-items: center;
  
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shg-align-container {
  text-align: center
}

.s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d9ea4f-a3aa-4180-9821-56ad8b2fde9a.shogun-image {
  box-sizing: border-box;
}


}
#s-77949824-71cb-480c-9bbc-c02a28ef6794 {
  max-width: 280px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-77949824-71cb-480c-9bbc-c02a28ef6794 img.shogun-image,
  #s-77949824-71cb-480c-9bbc-c02a28ef6794 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77949824-71cb-480c-9bbc-c02a28ef6794 {
    width: 100%;
    height: auto;
  }



  img.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
    
    
  }


.s-77949824-71cb-480c-9bbc-c02a28ef6794 .shogun-image-content {
  
    align-items: center;
  
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shg-align-container {
  text-align: center
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-77949824-71cb-480c-9bbc-c02a28ef6794 img.shogun-image,
  #s-77949824-71cb-480c-9bbc-c02a28ef6794 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77949824-71cb-480c-9bbc-c02a28ef6794 {
    width: 100%;
    height: auto;
  }



  img.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
    
    
  }


.s-77949824-71cb-480c-9bbc-c02a28ef6794 .shogun-image-content {
  
    align-items: center;
  
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shg-align-container {
  text-align: center
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
  box-sizing: border-box;
}


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



  #s-77949824-71cb-480c-9bbc-c02a28ef6794 img.shogun-image,
  #s-77949824-71cb-480c-9bbc-c02a28ef6794 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77949824-71cb-480c-9bbc-c02a28ef6794 {
    width: 100%;
    height: auto;
  }



  img.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
    
    
  }


.s-77949824-71cb-480c-9bbc-c02a28ef6794 .shogun-image-content {
  
    align-items: center;
  
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shg-align-container {
  text-align: center
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
  box-sizing: border-box;
}


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



  #s-77949824-71cb-480c-9bbc-c02a28ef6794 img.shogun-image,
  #s-77949824-71cb-480c-9bbc-c02a28ef6794 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77949824-71cb-480c-9bbc-c02a28ef6794 {
    width: 100%;
    height: auto;
  }



  img.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
    
    
  }


.s-77949824-71cb-480c-9bbc-c02a28ef6794 .shogun-image-content {
  
    align-items: center;
  
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shg-align-container {
  text-align: center
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
  box-sizing: border-box;
}


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



  #s-77949824-71cb-480c-9bbc-c02a28ef6794 img.shogun-image,
  #s-77949824-71cb-480c-9bbc-c02a28ef6794 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77949824-71cb-480c-9bbc-c02a28ef6794 {
    width: 100%;
    height: auto;
  }



  img.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
    
    
  }


.s-77949824-71cb-480c-9bbc-c02a28ef6794 .shogun-image-content {
  
    align-items: center;
  
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shg-align-container {
  text-align: center
}

.s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77949824-71cb-480c-9bbc-c02a28ef6794.shogun-image {
  box-sizing: border-box;
}


}
#s-3972fd84-391d-4788-b07b-32e84e73c145 {
  text-align: center;
}







  img.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
    
    
  }


.s-3972fd84-391d-4788-b07b-32e84e73c145 .shogun-image-content {
  
    align-items: center;
  
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shg-align-container {
  text-align: center
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
    
    
  }


.s-3972fd84-391d-4788-b07b-32e84e73c145 .shogun-image-content {
  
    align-items: center;
  
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shg-align-container {
  text-align: center
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
    
    
  }


.s-3972fd84-391d-4788-b07b-32e84e73c145 .shogun-image-content {
  
    align-items: center;
  
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shg-align-container {
  text-align: center
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
    
    
  }


.s-3972fd84-391d-4788-b07b-32e84e73c145 .shogun-image-content {
  
    align-items: center;
  
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shg-align-container {
  text-align: center
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
    
    
  }


.s-3972fd84-391d-4788-b07b-32e84e73c145 .shogun-image-content {
  
    align-items: center;
  
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shg-align-container {
  text-align: center
}

.s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3972fd84-391d-4788-b07b-32e84e73c145.shogun-image {
  box-sizing: border-box;
}


}
#s-b05dfcfd-3988-4521-9f31-920e606e1122 {
  min-height: 50px;
}








#s-b05dfcfd-3988-4521-9f31-920e606e1122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05dfcfd-3988-4521-9f31-920e606e1122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-d2719b77-2895-4b0f-a026-5311babf61e4 {
  display: none;
}
#s-d2719b77-2895-4b0f-a026-5311babf61e4, #wrap-s-d2719b77-2895-4b0f-a026-5311babf61e4 { display:none !important; }}
#s-d2719b77-2895-4b0f-a026-5311babf61e4 hr {
  border-top: 2px solid #000;
}

#s-5b5353b0-eef2-4126-a994-7655c39fd216 {
  min-height: 50px;
}








#s-5b5353b0-eef2-4126-a994-7655c39fd216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b5353b0-eef2-4126-a994-7655c39fd216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50adb476-ae03-4c15-a078-3b5fb0310559 {
  text-align: left;
}

#s-f6c56f72-1176-492a-b1b4-814c46ed69d7 {
  margin-top: 50px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(161, 142, 128, 1);
}








#s-f6c56f72-1176-492a-b1b4-814c46ed69d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c56f72-1176-492a-b1b4-814c46ed69d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
  margin-bottom: 20px;
max-width: 651px;
aspect-ratio: 651/101;
text-align: center;
background-color: rgba(161, 142, 128, 1);
}





  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e img.shogun-image,
  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
    width: 100%;
    height: auto;
  }



  img.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
    
    
  }


.s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shg-align-container {
  text-align: center
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e img.shogun-image,
  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
    width: 100%;
    height: auto;
  }



  img.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
    
    
  }


.s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shg-align-container {
  text-align: center
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e img.shogun-image,
  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
    width: 100%;
    height: auto;
  }



  img.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
    
    
  }


.s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shg-align-container {
  text-align: center
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e img.shogun-image,
  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
    width: 100%;
    height: auto;
  }



  img.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
    
    
  }


.s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shg-align-container {
  text-align: center
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e img.shogun-image,
  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3be63c9b-d396-4bd9-abad-c32f60072c8e {
    width: 100%;
    height: auto;
  }



  img.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
    
    
  }


.s-3be63c9b-d396-4bd9-abad-c32f60072c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shg-align-container {
  text-align: center
}

.s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be63c9b-d396-4bd9-abad-c32f60072c8e.shogun-image {
  box-sizing: border-box;
}


}
#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 {
  margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 0px;
}

#s-b5dbdf6e-005f-46c0-a42b-1caad6526152 td.shogun-table-column, #s-b5dbdf6e-005f-46c0-a42b-1caad6526152 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-402227a7-1235-476e-9b93-1498ea402bb6 {
  margin-top: 20px;
margin-left: 5%;
min-height: 50px;
}








#s-402227a7-1235-476e-9b93-1498ea402bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-402227a7-1235-476e-9b93-1498ea402bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d7ee0e-c0da-4d70-a140-d7596898a426 {
  display: none;
}
#s-7f64aade-8b23-4c00-855d-ff36b893ec26 {
  text-align: left;
}

#s-7f64aade-8b23-4c00-855d-ff36b893ec26 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f64aade-8b23-4c00-855d-ff36b893ec26 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-7f64aade-8b23-4c00-855d-ff36b893ec26 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8691e498-c068-49d8-83de-7efd0950703e {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 15%;
max-width: 449px;
text-align: left;
}







  #s-8691e498-c068-49d8-83de-7efd0950703e img.shogun-image {
    

    
    
    
  }


#s-8691e498-c068-49d8-83de-7efd0950703e .shogun-image-content {
  
    align-items: center;
  
}

#s-2c9929be-bc97-42a1-8e01-4659722441d9 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 30%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2c9929be-bc97-42a1-8e01-4659722441d9:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c9929be-bc97-42a1-8e01-4659722441d9:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2c9929be-bc97-42a1-8e01-4659722441d9-root {
    text-align: center;
  }


#s-2c9929be-bc97-42a1-8e01-4659722441d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c9929be-bc97-42a1-8e01-4659722441d9-root {
    text-align: center;
  }


#s-2c9929be-bc97-42a1-8e01-4659722441d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c9929be-bc97-42a1-8e01-4659722441d9-root {
    text-align: center;
  }


#s-2c9929be-bc97-42a1-8e01-4659722441d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c9929be-bc97-42a1-8e01-4659722441d9-root {
    text-align: center;
  }


#s-2c9929be-bc97-42a1-8e01-4659722441d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c9929be-bc97-42a1-8e01-4659722441d9-root {
    text-align: center;
  }


#s-2c9929be-bc97-42a1-8e01-4659722441d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 {
  margin-left: auto;
padding-left: 30%;
padding-right: 0%;
max-width: 438px;
aspect-ratio: 438/488;
text-align: right;
}





  #s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 img.shogun-image,
  #s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 {
    width: 100%;
    height: auto;
  }



  #s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 img.shogun-image {
    

    
    
    
  }


#s-8a3ab228-4b2a-4bef-92ce-668d22c9d9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d08ead8a-1928-4974-bf84-bce128b1e939 {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-d08ead8a-1928-4974-bf84-bce128b1e939 {
  display: none;
}
#s-d08ead8a-1928-4974-bf84-bce128b1e939, #wrap-s-d08ead8a-1928-4974-bf84-bce128b1e939 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d08ead8a-1928-4974-bf84-bce128b1e939 {
  display: none;
}
#s-d08ead8a-1928-4974-bf84-bce128b1e939, #wrap-s-d08ead8a-1928-4974-bf84-bce128b1e939 { display:none !important; }}
#s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 td.shogun-table-column, #s-4adc8f5a-d753-4e8d-89e9-2ee0d9eebd12 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-17bce044-0612-4eff-a985-58a02d6e794c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-17bce044-0612-4eff-a985-58a02d6e794c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-17bce044-0612-4eff-a985-58a02d6e794c .shg-sld-nav-button.shg-sld-left,
#s-17bce044-0612-4eff-a985-58a02d6e794c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f33aef90-0d7c-4191-88f9-e1e0dda54858 {
  text-align: left;
}

#s-7a53ac2e-10eb-4cc1-822f-ed568ba0e8ab {
  text-align: left;
}

#s-ccc6020a-47c7-4eb5-ad04-ca8e0b543425 {
  text-align: left;
}

#s-324b5ffa-8c26-4b88-8bb8-05fb4076f37f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-324b5ffa-8c26-4b88-8bb8-05fb4076f37f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-324b5ffa-8c26-4b88-8bb8-05fb4076f37f .shg-sld-nav-button.shg-sld-left,
#s-324b5ffa-8c26-4b88-8bb8-05fb4076f37f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-33083576-5849-40ba-b79d-eee5fc926caf {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-33083576-5849-40ba-b79d-eee5fc926caf img.shogun-image,
  #s-33083576-5849-40ba-b79d-eee5fc926caf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33083576-5849-40ba-b79d-eee5fc926caf {
    width: 100%;
    height: auto;
  }



  img.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
    
    
  }


.s-33083576-5849-40ba-b79d-eee5fc926caf .shogun-image-content {
  
    align-items: center;
  
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shg-align-container {
  text-align: center
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-33083576-5849-40ba-b79d-eee5fc926caf img.shogun-image,
  #s-33083576-5849-40ba-b79d-eee5fc926caf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33083576-5849-40ba-b79d-eee5fc926caf {
    width: 100%;
    height: auto;
  }



  img.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
    
    
  }


.s-33083576-5849-40ba-b79d-eee5fc926caf .shogun-image-content {
  
    align-items: center;
  
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shg-align-container {
  text-align: center
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
  box-sizing: border-box;
}


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



  #s-33083576-5849-40ba-b79d-eee5fc926caf img.shogun-image,
  #s-33083576-5849-40ba-b79d-eee5fc926caf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33083576-5849-40ba-b79d-eee5fc926caf {
    width: 100%;
    height: auto;
  }



  img.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
    
    
  }


.s-33083576-5849-40ba-b79d-eee5fc926caf .shogun-image-content {
  
    align-items: center;
  
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shg-align-container {
  text-align: center
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
  box-sizing: border-box;
}


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



  #s-33083576-5849-40ba-b79d-eee5fc926caf img.shogun-image,
  #s-33083576-5849-40ba-b79d-eee5fc926caf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33083576-5849-40ba-b79d-eee5fc926caf {
    width: 100%;
    height: auto;
  }



  img.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
    
    
  }


.s-33083576-5849-40ba-b79d-eee5fc926caf .shogun-image-content {
  
    align-items: center;
  
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shg-align-container {
  text-align: center
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
  box-sizing: border-box;
}


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



  #s-33083576-5849-40ba-b79d-eee5fc926caf img.shogun-image,
  #s-33083576-5849-40ba-b79d-eee5fc926caf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33083576-5849-40ba-b79d-eee5fc926caf {
    width: 100%;
    height: auto;
  }



  img.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
    
    
  }


.s-33083576-5849-40ba-b79d-eee5fc926caf .shogun-image-content {
  
    align-items: center;
  
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shg-align-container {
  text-align: center
}

.s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33083576-5849-40ba-b79d-eee5fc926caf.shogun-image {
  box-sizing: border-box;
}


}
#s-685b48a3-6cf2-48b2-b724-d241001ca026 {
  text-align: center;
}







  #s-685b48a3-6cf2-48b2-b724-d241001ca026 img.shogun-image {
    

    
    
    
  }


#s-685b48a3-6cf2-48b2-b724-d241001ca026 .shogun-image-content {
  
    align-items: center;
  
}

#s-579b4b0c-c3f9-46de-9918-8fc453c0708e {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-579b4b0c-c3f9-46de-9918-8fc453c0708e img.shogun-image,
  #s-579b4b0c-c3f9-46de-9918-8fc453c0708e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-579b4b0c-c3f9-46de-9918-8fc453c0708e {
    width: 100%;
    height: auto;
  }



  #s-579b4b0c-c3f9-46de-9918-8fc453c0708e img.shogun-image {
    

    
    
    
  }


#s-579b4b0c-c3f9-46de-9918-8fc453c0708e .shogun-image-content {
  
    align-items: center;
  
}

#s-e985a4b7-3e31-4ffd-9153-23b15180802b {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-e985a4b7-3e31-4ffd-9153-23b15180802b {
  display: none;
}
#s-e985a4b7-3e31-4ffd-9153-23b15180802b, #wrap-s-e985a4b7-3e31-4ffd-9153-23b15180802b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e985a4b7-3e31-4ffd-9153-23b15180802b {
  display: none;
}
#s-e985a4b7-3e31-4ffd-9153-23b15180802b, #wrap-s-e985a4b7-3e31-4ffd-9153-23b15180802b { display:none !important; }}
#s-f0b66a8d-02bd-4dbc-9a4a-edf4680df032 {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-f0b66a8d-02bd-4dbc-9a4a-edf4680df032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b66a8d-02bd-4dbc-9a4a-edf4680df032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674 {
  text-align: center;
}
@media (min-width: 1200px){#s-02eced71-fbfd-42d0-a67c-58e515100674 {
  display: none;
}
#s-02eced71-fbfd-42d0-a67c-58e515100674, #wrap-s-02eced71-fbfd-42d0-a67c-58e515100674 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02eced71-fbfd-42d0-a67c-58e515100674 {
  display: none;
}
#s-02eced71-fbfd-42d0-a67c-58e515100674, #wrap-s-02eced71-fbfd-42d0-a67c-58e515100674 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02eced71-fbfd-42d0-a67c-58e515100674 {
  display: none;
}
#s-02eced71-fbfd-42d0-a67c-58e515100674, #wrap-s-02eced71-fbfd-42d0-a67c-58e515100674 { display:none !important; }}






  img.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
    
    
  }


.s-02eced71-fbfd-42d0-a67c-58e515100674 .shogun-image-content {
  
    align-items: center;
  
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shg-align-container {
  text-align: center
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
    
    
  }


.s-02eced71-fbfd-42d0-a67c-58e515100674 .shogun-image-content {
  
    align-items: center;
  
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shg-align-container {
  text-align: center
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
    
    
  }


.s-02eced71-fbfd-42d0-a67c-58e515100674 .shogun-image-content {
  
    align-items: center;
  
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shg-align-container {
  text-align: center
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
    
    
  }


.s-02eced71-fbfd-42d0-a67c-58e515100674 .shogun-image-content {
  
    align-items: center;
  
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shg-align-container {
  text-align: center
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
    
    
  }


.s-02eced71-fbfd-42d0-a67c-58e515100674 .shogun-image-content {
  
    align-items: center;
  
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shg-align-container {
  text-align: center
}

.s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eced71-fbfd-42d0-a67c-58e515100674.shogun-image {
  box-sizing: border-box;
}


}
#s-203ed602-bae7-4501-aebb-1ee5b8164f5b {
  text-align: center;
}
@media (min-width: 1200px){#s-203ed602-bae7-4501-aebb-1ee5b8164f5b {
  display: none;
}
#s-203ed602-bae7-4501-aebb-1ee5b8164f5b, #wrap-s-203ed602-bae7-4501-aebb-1ee5b8164f5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-203ed602-bae7-4501-aebb-1ee5b8164f5b {
  display: none;
}
#s-203ed602-bae7-4501-aebb-1ee5b8164f5b, #wrap-s-203ed602-bae7-4501-aebb-1ee5b8164f5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-203ed602-bae7-4501-aebb-1ee5b8164f5b {
  display: none;
}
#s-203ed602-bae7-4501-aebb-1ee5b8164f5b, #wrap-s-203ed602-bae7-4501-aebb-1ee5b8164f5b { display:none !important; }}






  img.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
    
    
  }


.s-203ed602-bae7-4501-aebb-1ee5b8164f5b .shogun-image-content {
  
    align-items: center;
  
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shg-align-container {
  text-align: center
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
    
    
  }


.s-203ed602-bae7-4501-aebb-1ee5b8164f5b .shogun-image-content {
  
    align-items: center;
  
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shg-align-container {
  text-align: center
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
    
    
  }


.s-203ed602-bae7-4501-aebb-1ee5b8164f5b .shogun-image-content {
  
    align-items: center;
  
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shg-align-container {
  text-align: center
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
    
    
  }


.s-203ed602-bae7-4501-aebb-1ee5b8164f5b .shogun-image-content {
  
    align-items: center;
  
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shg-align-container {
  text-align: center
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
    
    
  }


.s-203ed602-bae7-4501-aebb-1ee5b8164f5b .shogun-image-content {
  
    align-items: center;
  
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shg-align-container {
  text-align: center
}

.s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-203ed602-bae7-4501-aebb-1ee5b8164f5b.shogun-image {
  box-sizing: border-box;
}


}
#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 644px;
text-align: center;
}







  img.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
    
    
  }


.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shg-align-container {
  text-align: center
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
    
    
  }


.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shg-align-container {
  text-align: center
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
    
    
  }


.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shg-align-container {
  text-align: center
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
    
    
  }


.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shg-align-container {
  text-align: center
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
    
    
  }


.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shg-align-container {
  text-align: center
}

.s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1aed40-2ca5-490f-96e9-1b3be6143a73.shogun-image {
  box-sizing: border-box;
}


}
#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}

#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(161, 142, 128, 1);
  border-radius: 0px;
}

#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 td.shogun-table-column {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: rgba(161, 142, 128, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 7px;
}

#s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 td.shogun-table-column, #s-9b520e4c-9bb1-498f-b2cf-14aa3f9d2195 td.shogun-table-row {
  border: 0px solid rgba(161, 142, 128, 1);
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
  max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 img.shogun-image,
  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
    width: 100%;
    height: auto;
  }



  img.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
    
    
  }


.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shg-align-container {
  text-align: center
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 img.shogun-image,
  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
    width: 100%;
    height: auto;
  }



  img.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
    
    
  }


.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shg-align-container {
  text-align: center
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 img.shogun-image,
  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
    width: 100%;
    height: auto;
  }



  img.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
    
    
  }


.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shg-align-container {
  text-align: center
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 img.shogun-image,
  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
    width: 100%;
    height: auto;
  }



  img.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
    
    
  }


.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shg-align-container {
  text-align: center
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 img.shogun-image,
  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 {
    width: 100%;
    height: auto;
  }



  img.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
    
    
  }


.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shg-align-container {
  text-align: center
}

.s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bde3427d-6ed3-44aa-9d1f-f2a171c237d1.shogun-image {
  box-sizing: border-box;
}


}
#s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
  max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 img.shogun-image,
  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
    width: 100%;
    height: auto;
  }



  img.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
    
    
  }


.s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shogun-image-content {
  
    align-items: center;
  
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shg-align-container {
  text-align: center
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 img.shogun-image,
  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
    width: 100%;
    height: auto;
  }



  img.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
    
    
  }


.s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shogun-image-content {
  
    align-items: center;
  
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shg-align-container {
  text-align: center
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
  box-sizing: border-box;
}


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



  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 img.shogun-image,
  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
    width: 100%;
    height: auto;
  }



  img.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
    
    
  }


.s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shogun-image-content {
  
    align-items: center;
  
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shg-align-container {
  text-align: center
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
  box-sizing: border-box;
}


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



  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 img.shogun-image,
  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
    width: 100%;
    height: auto;
  }



  img.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
    
    
  }


.s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shogun-image-content {
  
    align-items: center;
  
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shg-align-container {
  text-align: center
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
  box-sizing: border-box;
}


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



  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 img.shogun-image,
  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1768c207-fbac-41b1-a9d0-919451cf1e24 {
    width: 100%;
    height: auto;
  }



  img.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
    
    
  }


.s-1768c207-fbac-41b1-a9d0-919451cf1e24 .shogun-image-content {
  
    align-items: center;
  
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shg-align-container {
  text-align: center
}

.s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1768c207-fbac-41b1-a9d0-919451cf1e24.shogun-image {
  box-sizing: border-box;
}


}
#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
  max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b img.shogun-image,
  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
    width: 100%;
    height: auto;
  }



  img.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
    
    
  }


.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shogun-image-content {
  
    align-items: center;
  
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shg-align-container {
  text-align: center
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b img.shogun-image,
  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
    width: 100%;
    height: auto;
  }



  img.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
    
    
  }


.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shogun-image-content {
  
    align-items: center;
  
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shg-align-container {
  text-align: center
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b img.shogun-image,
  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
    width: 100%;
    height: auto;
  }



  img.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
    
    
  }


.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shogun-image-content {
  
    align-items: center;
  
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shg-align-container {
  text-align: center
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b img.shogun-image,
  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
    width: 100%;
    height: auto;
  }



  img.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
    
    
  }


.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shogun-image-content {
  
    align-items: center;
  
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shg-align-container {
  text-align: center
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b img.shogun-image,
  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b {
    width: 100%;
    height: auto;
  }



  img.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
    
    
  }


.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b .shogun-image-content {
  
    align-items: center;
  
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shg-align-container {
  text-align: center
}

.s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7e3bd2-6608-4a18-b050-bb18dea1c06b.shogun-image {
  box-sizing: border-box;
}


}
#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
  max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb img.shogun-image,
  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
    width: 100%;
    height: auto;
  }



  img.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
    
    
  }


.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shg-align-container {
  text-align: center
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb img.shogun-image,
  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
    width: 100%;
    height: auto;
  }



  img.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
    
    
  }


.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shg-align-container {
  text-align: center
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb img.shogun-image,
  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
    width: 100%;
    height: auto;
  }



  img.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
    
    
  }


.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shg-align-container {
  text-align: center
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb img.shogun-image,
  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
    width: 100%;
    height: auto;
  }



  img.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
    
    
  }


.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shg-align-container {
  text-align: center
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb img.shogun-image,
  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1bd2135-f209-4993-a74f-12bb8b46f1eb {
    width: 100%;
    height: auto;
  }



  img.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
    
    
  }


.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shg-align-container {
  text-align: center
}

.s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bd2135-f209-4993-a74f-12bb8b46f1eb.shogun-image {
  box-sizing: border-box;
}


}
#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
  max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea img.shogun-image,
  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
    width: 100%;
    height: auto;
  }



  img.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
    
    
  }


.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shogun-image-content {
  
    align-items: center;
  
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shg-align-container {
  text-align: center
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea img.shogun-image,
  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
    width: 100%;
    height: auto;
  }



  img.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
    
    
  }


.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shogun-image-content {
  
    align-items: center;
  
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shg-align-container {
  text-align: center
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea img.shogun-image,
  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
    width: 100%;
    height: auto;
  }



  img.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
    
    
  }


.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shogun-image-content {
  
    align-items: center;
  
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shg-align-container {
  text-align: center
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea img.shogun-image,
  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
    width: 100%;
    height: auto;
  }



  img.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
    
    
  }


.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shogun-image-content {
  
    align-items: center;
  
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shg-align-container {
  text-align: center
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea img.shogun-image,
  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e39dbf8-99f3-4771-a54b-480f6b5699ea {
    width: 100%;
    height: auto;
  }



  img.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
    
    
  }


.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea .shogun-image-content {
  
    align-items: center;
  
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shg-align-container {
  text-align: center
}

.s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e39dbf8-99f3-4771-a54b-480f6b5699ea.shogun-image {
  box-sizing: border-box;
}


}
#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 600px;
aspect-ratio: 600/810;
text-align: center;
}





  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd img.shogun-image,
  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
    width: 100%;
    height: auto;
  }



  img.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
    
    
  }


.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shg-align-container {
  text-align: center
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd img.shogun-image,
  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
    width: 100%;
    height: auto;
  }



  img.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
    
    
  }


.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shg-align-container {
  text-align: center
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
  box-sizing: border-box;
}


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



  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd img.shogun-image,
  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
    width: 100%;
    height: auto;
  }



  img.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
    
    
  }


.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shg-align-container {
  text-align: center
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
  box-sizing: border-box;
}


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



  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd img.shogun-image,
  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
    width: 100%;
    height: auto;
  }



  img.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
    
    
  }


.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shg-align-container {
  text-align: center
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
  box-sizing: border-box;
}


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



  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd img.shogun-image,
  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd {
    width: 100%;
    height: auto;
  }



  img.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
    
    
  }


.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shg-align-container {
  text-align: center
}

.s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babcec10-d87c-4ca2-80ff-4a98d6f6f5fd.shogun-image {
  box-sizing: border-box;
}


}
#s-915c55b7-6496-4eff-b05d-62e2d8cd43df {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-915c55b7-6496-4eff-b05d-62e2d8cd43df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915c55b7-6496-4eff-b05d-62e2d8cd43df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c227f59b-1e25-4ec5-bbad-e7058203bd5a {
  min-height: 50px;
}








#s-c227f59b-1e25-4ec5-bbad-e7058203bd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c227f59b-1e25-4ec5-bbad-e7058203bd5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fcdc4d8-a99c-45fc-aad9-4a8a2b74515f {
  min-height: 50px;
}








#s-7fcdc4d8-a99c-45fc-aad9-4a8a2b74515f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fcdc4d8-a99c-45fc-aad9-4a8a2b74515f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd70bfb8-e645-45a0-a40a-e535a8106392 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd70bfb8-e645-45a0-a40a-e535a8106392:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd70bfb8-e645-45a0-a40a-e535a8106392:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd70bfb8-e645-45a0-a40a-e535a8106392-root {
    text-align: center;
  }


#s-fd70bfb8-e645-45a0-a40a-e535a8106392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd70bfb8-e645-45a0-a40a-e535a8106392-root {
    text-align: center;
  }


#s-fd70bfb8-e645-45a0-a40a-e535a8106392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd70bfb8-e645-45a0-a40a-e535a8106392-root {
    text-align: center;
  }


#s-fd70bfb8-e645-45a0-a40a-e535a8106392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd70bfb8-e645-45a0-a40a-e535a8106392-root {
    text-align: center;
  }


#s-fd70bfb8-e645-45a0-a40a-e535a8106392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd70bfb8-e645-45a0-a40a-e535a8106392-root {
    text-align: center;
  }


#s-fd70bfb8-e645-45a0-a40a-e535a8106392.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-c33e53ed-9017-478e-bad3-64d544055d74 {
  min-height: 50px;
}








#s-c33e53ed-9017-478e-bad3-64d544055d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33e53ed-9017-478e-bad3-64d544055d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbfa82be-e99a-486a-b748-6e8d7221778d {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}
@media (min-width: 1200px){#s-dbfa82be-e99a-486a-b748-6e8d7221778d {
  display: none;
}
#s-dbfa82be-e99a-486a-b748-6e8d7221778d, #wrap-s-dbfa82be-e99a-486a-b748-6e8d7221778d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbfa82be-e99a-486a-b748-6e8d7221778d {
  display: none;
}
#s-dbfa82be-e99a-486a-b748-6e8d7221778d, #wrap-s-dbfa82be-e99a-486a-b748-6e8d7221778d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbfa82be-e99a-486a-b748-6e8d7221778d {
  display: none;
}
#s-dbfa82be-e99a-486a-b748-6e8d7221778d, #wrap-s-dbfa82be-e99a-486a-b748-6e8d7221778d { display:none !important; }}







#s-dbfa82be-e99a-486a-b748-6e8d7221778d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbfa82be-e99a-486a-b748-6e8d7221778d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2 {
  text-align: center;
}
@media (min-width: 1200px){#s-f6b1e169-acf6-484b-8bfa-292d437b75c2 {
  display: none;
}
#s-f6b1e169-acf6-484b-8bfa-292d437b75c2, #wrap-s-f6b1e169-acf6-484b-8bfa-292d437b75c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6b1e169-acf6-484b-8bfa-292d437b75c2 {
  display: none;
}
#s-f6b1e169-acf6-484b-8bfa-292d437b75c2, #wrap-s-f6b1e169-acf6-484b-8bfa-292d437b75c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6b1e169-acf6-484b-8bfa-292d437b75c2 {
  display: none;
}
#s-f6b1e169-acf6-484b-8bfa-292d437b75c2, #wrap-s-f6b1e169-acf6-484b-8bfa-292d437b75c2 { display:none !important; }}






  img.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
    
    
  }


.s-f6b1e169-acf6-484b-8bfa-292d437b75c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shg-align-container {
  text-align: center
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
    
    
  }


.s-f6b1e169-acf6-484b-8bfa-292d437b75c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shg-align-container {
  text-align: center
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
    
    
  }


.s-f6b1e169-acf6-484b-8bfa-292d437b75c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shg-align-container {
  text-align: center
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
    
    
  }


.s-f6b1e169-acf6-484b-8bfa-292d437b75c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shg-align-container {
  text-align: center
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
    
    
  }


.s-f6b1e169-acf6-484b-8bfa-292d437b75c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shg-align-container {
  text-align: center
}

.s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b1e169-acf6-484b-8bfa-292d437b75c2.shogun-image {
  box-sizing: border-box;
}


}
#s-1239be32-61d1-406f-a72c-0fc12aaaa37a {
  text-align: center;
}
@media (min-width: 1200px){#s-1239be32-61d1-406f-a72c-0fc12aaaa37a {
  display: none;
}
#s-1239be32-61d1-406f-a72c-0fc12aaaa37a, #wrap-s-1239be32-61d1-406f-a72c-0fc12aaaa37a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1239be32-61d1-406f-a72c-0fc12aaaa37a {
  display: none;
}
#s-1239be32-61d1-406f-a72c-0fc12aaaa37a, #wrap-s-1239be32-61d1-406f-a72c-0fc12aaaa37a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1239be32-61d1-406f-a72c-0fc12aaaa37a {
  display: none;
}
#s-1239be32-61d1-406f-a72c-0fc12aaaa37a, #wrap-s-1239be32-61d1-406f-a72c-0fc12aaaa37a { display:none !important; }}






  img.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
    
    
  }


.s-1239be32-61d1-406f-a72c-0fc12aaaa37a .shogun-image-content {
  
    align-items: center;
  
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shg-align-container {
  text-align: center
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
    
    
  }


.s-1239be32-61d1-406f-a72c-0fc12aaaa37a .shogun-image-content {
  
    align-items: center;
  
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shg-align-container {
  text-align: center
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
    
    
  }


.s-1239be32-61d1-406f-a72c-0fc12aaaa37a .shogun-image-content {
  
    align-items: center;
  
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shg-align-container {
  text-align: center
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
    
    
  }


.s-1239be32-61d1-406f-a72c-0fc12aaaa37a .shogun-image-content {
  
    align-items: center;
  
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shg-align-container {
  text-align: center
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
    
    
  }


.s-1239be32-61d1-406f-a72c-0fc12aaaa37a .shogun-image-content {
  
    align-items: center;
  
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shg-align-container {
  text-align: center
}

.s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1239be32-61d1-406f-a72c-0fc12aaaa37a.shogun-image {
  box-sizing: border-box;
}


}
#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 644px;
text-align: center;
}







  img.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
    
    
  }


.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shg-align-container {
  text-align: center
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
    
    
  }


.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shg-align-container {
  text-align: center
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
    
    
  }


.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shg-align-container {
  text-align: center
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
    
    
  }


.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shg-align-container {
  text-align: center
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
    
    
  }


.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shg-align-container {
  text-align: center
}

.s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5e9153-15d0-4c6a-8e15-1c87bd9b0979.shogun-image {
  box-sizing: border-box;
}


}
#s-3792dccc-bfd4-41bd-a883-d21915076a82 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}

#s-3792dccc-bfd4-41bd-a883-d21915076a82 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3792dccc-bfd4-41bd-a883-d21915076a82 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3792dccc-bfd4-41bd-a883-d21915076a82 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3792dccc-bfd4-41bd-a883-d21915076a82 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 7px;
}

#s-3792dccc-bfd4-41bd-a883-d21915076a82 td.shogun-table-column, #s-3792dccc-bfd4-41bd-a883-d21915076a82 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92 {
  text-align: center;
}







  img.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
    
    
  }


.s-d86e6cd5-b06d-4056-a8d9-712d30624c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shg-align-container {
  text-align: center
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
    
    
  }


.s-d86e6cd5-b06d-4056-a8d9-712d30624c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shg-align-container {
  text-align: center
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
    
    
  }


.s-d86e6cd5-b06d-4056-a8d9-712d30624c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shg-align-container {
  text-align: center
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
    
    
  }


.s-d86e6cd5-b06d-4056-a8d9-712d30624c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shg-align-container {
  text-align: center
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
    
    
  }


.s-d86e6cd5-b06d-4056-a8d9-712d30624c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shg-align-container {
  text-align: center
}

.s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86e6cd5-b06d-4056-a8d9-712d30624c92.shogun-image {
  box-sizing: border-box;
}


}
#s-9059f646-69bc-469b-9754-120c26b4d2f7 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-9059f646-69bc-469b-9754-120c26b4d2f7 img.shogun-image,
  #s-9059f646-69bc-469b-9754-120c26b4d2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9059f646-69bc-469b-9754-120c26b4d2f7 {
    width: 100%;
    height: auto;
  }



  img.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
    
    
  }


.s-9059f646-69bc-469b-9754-120c26b4d2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shg-align-container {
  text-align: center
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9059f646-69bc-469b-9754-120c26b4d2f7 img.shogun-image,
  #s-9059f646-69bc-469b-9754-120c26b4d2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9059f646-69bc-469b-9754-120c26b4d2f7 {
    width: 100%;
    height: auto;
  }



  img.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
    
    
  }


.s-9059f646-69bc-469b-9754-120c26b4d2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shg-align-container {
  text-align: center
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
  box-sizing: border-box;
}


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



  #s-9059f646-69bc-469b-9754-120c26b4d2f7 img.shogun-image,
  #s-9059f646-69bc-469b-9754-120c26b4d2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9059f646-69bc-469b-9754-120c26b4d2f7 {
    width: 100%;
    height: auto;
  }



  img.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
    
    
  }


.s-9059f646-69bc-469b-9754-120c26b4d2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shg-align-container {
  text-align: center
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
  box-sizing: border-box;
}


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



  #s-9059f646-69bc-469b-9754-120c26b4d2f7 img.shogun-image,
  #s-9059f646-69bc-469b-9754-120c26b4d2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9059f646-69bc-469b-9754-120c26b4d2f7 {
    width: 100%;
    height: auto;
  }



  img.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
    
    
  }


.s-9059f646-69bc-469b-9754-120c26b4d2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shg-align-container {
  text-align: center
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
  box-sizing: border-box;
}


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



  #s-9059f646-69bc-469b-9754-120c26b4d2f7 img.shogun-image,
  #s-9059f646-69bc-469b-9754-120c26b4d2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9059f646-69bc-469b-9754-120c26b4d2f7 {
    width: 100%;
    height: auto;
  }



  img.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
    
    
  }


.s-9059f646-69bc-469b-9754-120c26b4d2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shg-align-container {
  text-align: center
}

.s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9059f646-69bc-469b-9754-120c26b4d2f7.shogun-image {
  box-sizing: border-box;
}


}
#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d img.shogun-image,
  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
    width: 100%;
    height: auto;
  }



  img.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
    
    
  }


.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shg-align-container {
  text-align: center
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d img.shogun-image,
  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
    width: 100%;
    height: auto;
  }



  img.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
    
    
  }


.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shg-align-container {
  text-align: center
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d img.shogun-image,
  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
    width: 100%;
    height: auto;
  }



  img.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
    
    
  }


.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shg-align-container {
  text-align: center
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d img.shogun-image,
  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
    width: 100%;
    height: auto;
  }



  img.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
    
    
  }


.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shg-align-container {
  text-align: center
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d img.shogun-image,
  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc4848f7-9982-4935-b6b8-2d44e4ae494d {
    width: 100%;
    height: auto;
  }



  img.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
    
    
  }


.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d .shogun-image-content {
  
    align-items: center;
  
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shg-align-container {
  text-align: center
}

.s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc4848f7-9982-4935-b6b8-2d44e4ae494d.shogun-image {
  box-sizing: border-box;
}


}
#s-0816264b-a7e4-48c4-be93-0ec286887003 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-0816264b-a7e4-48c4-be93-0ec286887003 img.shogun-image,
  #s-0816264b-a7e4-48c4-be93-0ec286887003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0816264b-a7e4-48c4-be93-0ec286887003 {
    width: 100%;
    height: auto;
  }



  img.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
    
    
  }


.s-0816264b-a7e4-48c4-be93-0ec286887003 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shg-align-container {
  text-align: center
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0816264b-a7e4-48c4-be93-0ec286887003 img.shogun-image,
  #s-0816264b-a7e4-48c4-be93-0ec286887003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0816264b-a7e4-48c4-be93-0ec286887003 {
    width: 100%;
    height: auto;
  }



  img.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
    
    
  }


.s-0816264b-a7e4-48c4-be93-0ec286887003 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shg-align-container {
  text-align: center
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
  box-sizing: border-box;
}


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



  #s-0816264b-a7e4-48c4-be93-0ec286887003 img.shogun-image,
  #s-0816264b-a7e4-48c4-be93-0ec286887003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0816264b-a7e4-48c4-be93-0ec286887003 {
    width: 100%;
    height: auto;
  }



  img.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
    
    
  }


.s-0816264b-a7e4-48c4-be93-0ec286887003 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shg-align-container {
  text-align: center
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
  box-sizing: border-box;
}


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



  #s-0816264b-a7e4-48c4-be93-0ec286887003 img.shogun-image,
  #s-0816264b-a7e4-48c4-be93-0ec286887003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0816264b-a7e4-48c4-be93-0ec286887003 {
    width: 100%;
    height: auto;
  }



  img.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
    
    
  }


.s-0816264b-a7e4-48c4-be93-0ec286887003 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shg-align-container {
  text-align: center
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
  box-sizing: border-box;
}


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



  #s-0816264b-a7e4-48c4-be93-0ec286887003 img.shogun-image,
  #s-0816264b-a7e4-48c4-be93-0ec286887003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0816264b-a7e4-48c4-be93-0ec286887003 {
    width: 100%;
    height: auto;
  }



  img.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
    
    
  }


.s-0816264b-a7e4-48c4-be93-0ec286887003 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shg-align-container {
  text-align: center
}

.s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816264b-a7e4-48c4-be93-0ec286887003.shogun-image {
  box-sizing: border-box;
}


}
#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 img.shogun-image,
  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
    width: 100%;
    height: auto;
  }



  img.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
    
    
  }


.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shg-align-container {
  text-align: center
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 img.shogun-image,
  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
    width: 100%;
    height: auto;
  }



  img.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
    
    
  }


.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shg-align-container {
  text-align: center
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 img.shogun-image,
  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
    width: 100%;
    height: auto;
  }



  img.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
    
    
  }


.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shg-align-container {
  text-align: center
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 img.shogun-image,
  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
    width: 100%;
    height: auto;
  }



  img.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
    
    
  }


.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shg-align-container {
  text-align: center
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
  box-sizing: border-box;
}


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



  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 img.shogun-image,
  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 {
    width: 100%;
    height: auto;
  }



  img.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
    
    
  }


.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shg-align-container {
  text-align: center
}

.s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd46d67-9774-44ad-bb14-ac5c3b87fec4.shogun-image {
  box-sizing: border-box;
}


}
#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 img.shogun-image,
  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
    width: 100%;
    height: auto;
  }



  img.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
    
    
  }


.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shg-align-container {
  text-align: center
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 img.shogun-image,
  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
    width: 100%;
    height: auto;
  }



  img.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
    
    
  }


.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shg-align-container {
  text-align: center
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
  box-sizing: border-box;
}


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



  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 img.shogun-image,
  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
    width: 100%;
    height: auto;
  }



  img.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
    
    
  }


.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shg-align-container {
  text-align: center
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
  box-sizing: border-box;
}


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



  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 img.shogun-image,
  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
    width: 100%;
    height: auto;
  }



  img.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
    
    
  }


.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shg-align-container {
  text-align: center
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
  box-sizing: border-box;
}


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



  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 img.shogun-image,
  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 {
    width: 100%;
    height: auto;
  }



  img.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
    
    
  }


.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shg-align-container {
  text-align: center
}

.s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b992aa95-847d-4f68-bcd2-5dbd4f1865e2.shogun-image {
  box-sizing: border-box;
}


}
#s-b17c7d6c-20cc-4d34-a3f8-220f30b428a9 {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-b17c7d6c-20cc-4d34-a3f8-220f30b428a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17c7d6c-20cc-4d34-a3f8-220f30b428a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a3f1286-bfe0-4233-aa88-d068cb9ab700 {
  min-height: 50px;
}








#s-5a3f1286-bfe0-4233-aa88-d068cb9ab700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a3f1286-bfe0-4233-aa88-d068cb9ab700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a33dcce8-e4ed-480c-b0a7-70be4600ae44 {
  min-height: 50px;
}








#s-a33dcce8-e4ed-480c-b0a7-70be4600ae44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a33dcce8-e4ed-480c-b0a7-70be4600ae44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e:hover {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e:active {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e-root {
    text-align: center;
  }


#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e-root {
    text-align: center;
  }


#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e-root {
    text-align: center;
  }


#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e-root {
    text-align: center;
  }


#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e-root {
    text-align: center;
  }


#s-87efdddc-0381-4d0b-a6e1-a5aa25c0570e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7a0b0468-ce7d-49eb-8283-ecd0a9fd8a91 {
  min-height: 50px;
}








#s-7a0b0468-ce7d-49eb-8283-ecd0a9fd8a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0b0468-ce7d-49eb-8283-ecd0a9fd8a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbdaed15-446b-4fcb-8775-c926c75bea55 {
  min-height: 50px;
}








#s-bbdaed15-446b-4fcb-8775-c926c75bea55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbdaed15-446b-4fcb-8775-c926c75bea55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26437672-127c-4e84-9597-c9a0bca8d6e9 hr {
  border-top: 2px solid #000;
}

#s-45475f07-ff35-405c-b049-f9f7fa210d19 {
  margin-top: 50px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(161, 142, 128, 1);
}








#s-45475f07-ff35-405c-b049-f9f7fa210d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45475f07-ff35-405c-b049-f9f7fa210d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169 {
  margin-bottom: 20px;
max-width: 650px;
aspect-ratio: 650/100;
text-align: center;
background-color: rgba(161, 142, 128, 1);
}





  #s-a19cfb61-b548-46e4-9162-a17c842ad169 img.shogun-image,
  #s-a19cfb61-b548-46e4-9162-a17c842ad169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19cfb61-b548-46e4-9162-a17c842ad169 {
    width: 100%;
    height: auto;
  }



  img.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
    
    
  }


.s-a19cfb61-b548-46e4-9162-a17c842ad169 .shogun-image-content {
  
    align-items: center;
  
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shg-align-container {
  text-align: center
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a19cfb61-b548-46e4-9162-a17c842ad169 img.shogun-image,
  #s-a19cfb61-b548-46e4-9162-a17c842ad169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19cfb61-b548-46e4-9162-a17c842ad169 {
    width: 100%;
    height: auto;
  }



  img.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
    
    
  }


.s-a19cfb61-b548-46e4-9162-a17c842ad169 .shogun-image-content {
  
    align-items: center;
  
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shg-align-container {
  text-align: center
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
  box-sizing: border-box;
}


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



  #s-a19cfb61-b548-46e4-9162-a17c842ad169 img.shogun-image,
  #s-a19cfb61-b548-46e4-9162-a17c842ad169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19cfb61-b548-46e4-9162-a17c842ad169 {
    width: 100%;
    height: auto;
  }



  img.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
    
    
  }


.s-a19cfb61-b548-46e4-9162-a17c842ad169 .shogun-image-content {
  
    align-items: center;
  
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shg-align-container {
  text-align: center
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
  box-sizing: border-box;
}


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



  #s-a19cfb61-b548-46e4-9162-a17c842ad169 img.shogun-image,
  #s-a19cfb61-b548-46e4-9162-a17c842ad169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19cfb61-b548-46e4-9162-a17c842ad169 {
    width: 100%;
    height: auto;
  }



  img.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
    
    
  }


.s-a19cfb61-b548-46e4-9162-a17c842ad169 .shogun-image-content {
  
    align-items: center;
  
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shg-align-container {
  text-align: center
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
  box-sizing: border-box;
}


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



  #s-a19cfb61-b548-46e4-9162-a17c842ad169 img.shogun-image,
  #s-a19cfb61-b548-46e4-9162-a17c842ad169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a19cfb61-b548-46e4-9162-a17c842ad169 {
    width: 100%;
    height: auto;
  }



  img.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
    
    
  }


.s-a19cfb61-b548-46e4-9162-a17c842ad169 .shogun-image-content {
  
    align-items: center;
  
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shg-align-container {
  text-align: center
}

.s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19cfb61-b548-46e4-9162-a17c842ad169.shogun-image {
  box-sizing: border-box;
}


}
#s-45155a88-981e-4a04-8586-5b21a8027495 {
  margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-45155a88-981e-4a04-8586-5b21a8027495 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-45155a88-981e-4a04-8586-5b21a8027495 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-45155a88-981e-4a04-8586-5b21a8027495 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-45155a88-981e-4a04-8586-5b21a8027495 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 0px;
}

#s-45155a88-981e-4a04-8586-5b21a8027495 td.shogun-table-column, #s-45155a88-981e-4a04-8586-5b21a8027495 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b45aba1c-b70f-47c6-a5b3-372eb329e52c {
  margin-top: 20px;
margin-left: 5%;
min-height: 50px;
}








#s-b45aba1c-b70f-47c6-a5b3-372eb329e52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b45aba1c-b70f-47c6-a5b3-372eb329e52c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cadb823-78bf-4f5d-b1fc-1d5f7b9db0b1 {
  display: none;
}
#s-34f8fc4a-cf2f-42fa-8a50-898982e41269 {
  text-align: left;
}

#s-34f8fc4a-cf2f-42fa-8a50-898982e41269 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-34f8fc4a-cf2f-42fa-8a50-898982e41269 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-34f8fc4a-cf2f-42fa-8a50-898982e41269 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb9b0606-6334-4565-b063-99c804a447a4 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 15%;
max-width: 449px;
text-align: left;
}







  #s-eb9b0606-6334-4565-b063-99c804a447a4 img.shogun-image {
    

    
    
    
  }


#s-eb9b0606-6334-4565-b063-99c804a447a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0270aaeb-85a6-4537-9827-4dca52e55fdc {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 30%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0270aaeb-85a6-4537-9827-4dca52e55fdc:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0270aaeb-85a6-4537-9827-4dca52e55fdc:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0270aaeb-85a6-4537-9827-4dca52e55fdc-root {
    text-align: center;
  }


#s-0270aaeb-85a6-4537-9827-4dca52e55fdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0270aaeb-85a6-4537-9827-4dca52e55fdc-root {
    text-align: center;
  }


#s-0270aaeb-85a6-4537-9827-4dca52e55fdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0270aaeb-85a6-4537-9827-4dca52e55fdc-root {
    text-align: center;
  }


#s-0270aaeb-85a6-4537-9827-4dca52e55fdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0270aaeb-85a6-4537-9827-4dca52e55fdc-root {
    text-align: center;
  }


#s-0270aaeb-85a6-4537-9827-4dca52e55fdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0270aaeb-85a6-4537-9827-4dca52e55fdc-root {
    text-align: center;
  }


#s-0270aaeb-85a6-4537-9827-4dca52e55fdc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-35cd1bb4-599a-4877-8f7a-17bd7124a83b {
  margin-left: auto;
padding-left: 30%;
padding-right: 0%;
max-width: 438px;
aspect-ratio: 438/488;
text-align: right;
}





  #s-35cd1bb4-599a-4877-8f7a-17bd7124a83b img.shogun-image,
  #s-35cd1bb4-599a-4877-8f7a-17bd7124a83b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35cd1bb4-599a-4877-8f7a-17bd7124a83b {
    width: 100%;
    height: auto;
  }



  #s-35cd1bb4-599a-4877-8f7a-17bd7124a83b img.shogun-image {
    

    
    
    
  }


#s-35cd1bb4-599a-4877-8f7a-17bd7124a83b .shogun-image-content {
  
    align-items: center;
  
}

#s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2 {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2 {
  display: none;
}
#s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2, #wrap-s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2 {
  display: none;
}
#s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2, #wrap-s-05b85c4b-d763-40a5-a60f-2c95d7ed70c2 { display:none !important; }}
#s-317fe8c2-62f1-4517-855f-2beb3b7ed152 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-317fe8c2-62f1-4517-855f-2beb3b7ed152 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-317fe8c2-62f1-4517-855f-2beb3b7ed152 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-317fe8c2-62f1-4517-855f-2beb3b7ed152 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-317fe8c2-62f1-4517-855f-2beb3b7ed152 td.shogun-table-column, #s-317fe8c2-62f1-4517-855f-2beb3b7ed152 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-94c832d6-97d1-4f57-b2ff-71ba94ba4187 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-94c832d6-97d1-4f57-b2ff-71ba94ba4187 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-94c832d6-97d1-4f57-b2ff-71ba94ba4187 .shg-sld-nav-button.shg-sld-left,
#s-94c832d6-97d1-4f57-b2ff-71ba94ba4187 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d1117ef1-0417-43d6-b434-c6a1149588b3 {
  text-align: left;
}

#s-a67e7b25-f474-4984-956a-2173172af457 {
  text-align: left;
}

#s-71b82d77-6623-432a-8f96-601551e70d3a {
  text-align: left;
}

#s-27581030-1698-4c9e-8f9d-35046db12f88 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-27581030-1698-4c9e-8f9d-35046db12f88 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-27581030-1698-4c9e-8f9d-35046db12f88 .shg-sld-nav-button.shg-sld-left,
#s-27581030-1698-4c9e-8f9d-35046db12f88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b img.shogun-image,
  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
    width: 100%;
    height: auto;
  }



  img.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
    
    
  }


.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shg-align-container {
  text-align: center
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b img.shogun-image,
  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
    width: 100%;
    height: auto;
  }



  img.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
    
    
  }


.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shg-align-container {
  text-align: center
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b img.shogun-image,
  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
    width: 100%;
    height: auto;
  }



  img.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
    
    
  }


.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shg-align-container {
  text-align: center
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b img.shogun-image,
  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
    width: 100%;
    height: auto;
  }



  img.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
    
    
  }


.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shg-align-container {
  text-align: center
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b img.shogun-image,
  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b {
    width: 100%;
    height: auto;
  }



  img.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
    
    
  }


.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shg-align-container {
  text-align: center
}

.s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e854cd44-a5ce-4122-b1fd-a1a2b406bc2b.shogun-image {
  box-sizing: border-box;
}


}
#s-04b8a760-b1dc-4062-ba44-f74a73a420ad {
  text-align: center;
}







  #s-04b8a760-b1dc-4062-ba44-f74a73a420ad img.shogun-image {
    

    
    
    
  }


#s-04b8a760-b1dc-4062-ba44-f74a73a420ad .shogun-image-content {
  
    align-items: center;
  
}

#s-f7f6598b-762c-4fdb-a65c-132f758d7f78 {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-f7f6598b-762c-4fdb-a65c-132f758d7f78 img.shogun-image,
  #s-f7f6598b-762c-4fdb-a65c-132f758d7f78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7f6598b-762c-4fdb-a65c-132f758d7f78 {
    width: 100%;
    height: auto;
  }



  #s-f7f6598b-762c-4fdb-a65c-132f758d7f78 img.shogun-image {
    

    
    
    
  }


#s-f7f6598b-762c-4fdb-a65c-132f758d7f78 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ed5a04-28f6-4841-bb9d-ce07862521af {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-07ed5a04-28f6-4841-bb9d-ce07862521af {
  display: none;
}
#s-07ed5a04-28f6-4841-bb9d-ce07862521af, #wrap-s-07ed5a04-28f6-4841-bb9d-ce07862521af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07ed5a04-28f6-4841-bb9d-ce07862521af {
  display: none;
}
#s-07ed5a04-28f6-4841-bb9d-ce07862521af, #wrap-s-07ed5a04-28f6-4841-bb9d-ce07862521af { display:none !important; }}
#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}
@media (min-width: 1200px){#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f {
  display: none;
}
#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f, #wrap-s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f {
  display: none;
}
#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f, #wrap-s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f {
  display: none;
}
#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f, #wrap-s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f { display:none !important; }}







#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6fffc07-c485-4569-a3e6-ff3bbcdddc4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 {
  text-align: center;
}
@media (min-width: 1200px){#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 {
  display: none;
}
#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2, #wrap-s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 {
  display: none;
}
#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2, #wrap-s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 {
  display: none;
}
#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2, #wrap-s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 { display:none !important; }}






  img.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
    
    
  }


.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shg-align-container {
  text-align: center
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
    
    
  }


.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shg-align-container {
  text-align: center
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
    
    
  }


.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shg-align-container {
  text-align: center
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
    
    
  }


.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shg-align-container {
  text-align: center
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
    
    
  }


.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shg-align-container {
  text-align: center
}

.s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87cdccbd-e7ce-4019-853c-f9a82903a5e2.shogun-image {
  box-sizing: border-box;
}


}
#s-758ac263-cb85-417b-9853-773de0794344 {
  text-align: center;
}
@media (min-width: 1200px){#s-758ac263-cb85-417b-9853-773de0794344 {
  display: none;
}
#s-758ac263-cb85-417b-9853-773de0794344, #wrap-s-758ac263-cb85-417b-9853-773de0794344 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-758ac263-cb85-417b-9853-773de0794344 {
  display: none;
}
#s-758ac263-cb85-417b-9853-773de0794344, #wrap-s-758ac263-cb85-417b-9853-773de0794344 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-758ac263-cb85-417b-9853-773de0794344 {
  display: none;
}
#s-758ac263-cb85-417b-9853-773de0794344, #wrap-s-758ac263-cb85-417b-9853-773de0794344 { display:none !important; }}






  img.s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
    
    
  }


.s-758ac263-cb85-417b-9853-773de0794344 .shogun-image-content {
  
    align-items: center;
  
}

.s-758ac263-cb85-417b-9853-773de0794344.shg-align-container {
  text-align: center
}

.s-758ac263-cb85-417b-9853-773de0794344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
    
    
  }


.s-758ac263-cb85-417b-9853-773de0794344 .shogun-image-content {
  
    align-items: center;
  
}

.s-758ac263-cb85-417b-9853-773de0794344.shg-align-container {
  text-align: center
}

.s-758ac263-cb85-417b-9853-773de0794344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
  box-sizing: border-box;
}


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





  img.s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
    
    
  }


.s-758ac263-cb85-417b-9853-773de0794344 .shogun-image-content {
  
    align-items: center;
  
}

.s-758ac263-cb85-417b-9853-773de0794344.shg-align-container {
  text-align: center
}

.s-758ac263-cb85-417b-9853-773de0794344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
  box-sizing: border-box;
}


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





  img.s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
    
    
  }


.s-758ac263-cb85-417b-9853-773de0794344 .shogun-image-content {
  
    align-items: center;
  
}

.s-758ac263-cb85-417b-9853-773de0794344.shg-align-container {
  text-align: center
}

.s-758ac263-cb85-417b-9853-773de0794344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
  box-sizing: border-box;
}


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





  img.s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
    
    
  }


.s-758ac263-cb85-417b-9853-773de0794344 .shogun-image-content {
  
    align-items: center;
  
}

.s-758ac263-cb85-417b-9853-773de0794344.shg-align-container {
  text-align: center
}

.s-758ac263-cb85-417b-9853-773de0794344.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-758ac263-cb85-417b-9853-773de0794344.shogun-image {
  box-sizing: border-box;
}


}
#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 644px;
text-align: center;
}







  img.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
    
    
  }


.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b .shogun-image-content {
  
    align-items: center;
  
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shg-align-container {
  text-align: center
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
    
    
  }


.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b .shogun-image-content {
  
    align-items: center;
  
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shg-align-container {
  text-align: center
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
    
    
  }


.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b .shogun-image-content {
  
    align-items: center;
  
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shg-align-container {
  text-align: center
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
    
    
  }


.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b .shogun-image-content {
  
    align-items: center;
  
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shg-align-container {
  text-align: center
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
    
    
  }


.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b .shogun-image-content {
  
    align-items: center;
  
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shg-align-container {
  text-align: center
}

.s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82be7c8c-e456-412b-9b1f-3b404ff09a4b.shogun-image {
  box-sizing: border-box;
}


}
#s-9f0efcc8-1392-4160-ab45-7f704903ec7c {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}

#s-9f0efcc8-1392-4160-ab45-7f704903ec7c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-9f0efcc8-1392-4160-ab45-7f704903ec7c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9f0efcc8-1392-4160-ab45-7f704903ec7c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9f0efcc8-1392-4160-ab45-7f704903ec7c td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 7px;
}

#s-9f0efcc8-1392-4160-ab45-7f704903ec7c td.shogun-table-column, #s-9f0efcc8-1392-4160-ab45-7f704903ec7c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 {
  text-align: center;
}







  img.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
    
    
  }


.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 .shogun-image-content {
  
    align-items: center;
  
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shg-align-container {
  text-align: center
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
    
    
  }


.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 .shogun-image-content {
  
    align-items: center;
  
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shg-align-container {
  text-align: center
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
    
    
  }


.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 .shogun-image-content {
  
    align-items: center;
  
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shg-align-container {
  text-align: center
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
    
    
  }


.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 .shogun-image-content {
  
    align-items: center;
  
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shg-align-container {
  text-align: center
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
    
    
  }


.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534 .shogun-image-content {
  
    align-items: center;
  
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shg-align-container {
  text-align: center
}

.s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22fbe43f-86bb-400a-aa7d-eda9a1d49534.shogun-image {
  box-sizing: border-box;
}


}
#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 img.shogun-image,
  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
    width: 100%;
    height: auto;
  }



  img.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
    
    
  }


.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shg-align-container {
  text-align: center
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 img.shogun-image,
  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
    width: 100%;
    height: auto;
  }



  img.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
    
    
  }


.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shg-align-container {
  text-align: center
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 img.shogun-image,
  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
    width: 100%;
    height: auto;
  }



  img.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
    
    
  }


.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shg-align-container {
  text-align: center
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 img.shogun-image,
  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
    width: 100%;
    height: auto;
  }



  img.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
    
    
  }


.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shg-align-container {
  text-align: center
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 img.shogun-image,
  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 {
    width: 100%;
    height: auto;
  }



  img.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
    
    
  }


.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shg-align-container {
  text-align: center
}

.s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de0d48a-5de2-44d9-9a9d-8667688db1a0.shogun-image {
  box-sizing: border-box;
}


}
#s-32e07384-49d8-4f54-b802-f0990498d259 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-32e07384-49d8-4f54-b802-f0990498d259 img.shogun-image,
  #s-32e07384-49d8-4f54-b802-f0990498d259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e07384-49d8-4f54-b802-f0990498d259 {
    width: 100%;
    height: auto;
  }



  img.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
    
    
  }


.s-32e07384-49d8-4f54-b802-f0990498d259 .shogun-image-content {
  
    align-items: center;
  
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shg-align-container {
  text-align: center
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-32e07384-49d8-4f54-b802-f0990498d259 img.shogun-image,
  #s-32e07384-49d8-4f54-b802-f0990498d259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e07384-49d8-4f54-b802-f0990498d259 {
    width: 100%;
    height: auto;
  }



  img.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
    
    
  }


.s-32e07384-49d8-4f54-b802-f0990498d259 .shogun-image-content {
  
    align-items: center;
  
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shg-align-container {
  text-align: center
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
  box-sizing: border-box;
}


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



  #s-32e07384-49d8-4f54-b802-f0990498d259 img.shogun-image,
  #s-32e07384-49d8-4f54-b802-f0990498d259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e07384-49d8-4f54-b802-f0990498d259 {
    width: 100%;
    height: auto;
  }



  img.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
    
    
  }


.s-32e07384-49d8-4f54-b802-f0990498d259 .shogun-image-content {
  
    align-items: center;
  
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shg-align-container {
  text-align: center
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
  box-sizing: border-box;
}


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



  #s-32e07384-49d8-4f54-b802-f0990498d259 img.shogun-image,
  #s-32e07384-49d8-4f54-b802-f0990498d259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e07384-49d8-4f54-b802-f0990498d259 {
    width: 100%;
    height: auto;
  }



  img.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
    
    
  }


.s-32e07384-49d8-4f54-b802-f0990498d259 .shogun-image-content {
  
    align-items: center;
  
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shg-align-container {
  text-align: center
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
  box-sizing: border-box;
}


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



  #s-32e07384-49d8-4f54-b802-f0990498d259 img.shogun-image,
  #s-32e07384-49d8-4f54-b802-f0990498d259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e07384-49d8-4f54-b802-f0990498d259 {
    width: 100%;
    height: auto;
  }



  img.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
    
    
  }


.s-32e07384-49d8-4f54-b802-f0990498d259 .shogun-image-content {
  
    align-items: center;
  
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shg-align-container {
  text-align: center
}

.s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32e07384-49d8-4f54-b802-f0990498d259.shogun-image {
  box-sizing: border-box;
}


}
#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c img.shogun-image,
  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
    width: 100%;
    height: auto;
  }



  img.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
    
    
  }


.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shg-align-container {
  text-align: center
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c img.shogun-image,
  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
    width: 100%;
    height: auto;
  }



  img.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
    
    
  }


.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shg-align-container {
  text-align: center
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c img.shogun-image,
  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
    width: 100%;
    height: auto;
  }



  img.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
    
    
  }


.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shg-align-container {
  text-align: center
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c img.shogun-image,
  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
    width: 100%;
    height: auto;
  }



  img.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
    
    
  }


.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shg-align-container {
  text-align: center
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c img.shogun-image,
  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c {
    width: 100%;
    height: auto;
  }



  img.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
    
    
  }


.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shg-align-container {
  text-align: center
}

.s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d2ab01-22d0-453d-9c6f-4c8c8aa0281c.shogun-image {
  box-sizing: border-box;
}


}
#s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 img.shogun-image,
  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
    width: 100%;
    height: auto;
  }



  img.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
    
    
  }


.s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shogun-image-content {
  
    align-items: center;
  
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shg-align-container {
  text-align: center
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 img.shogun-image,
  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
    width: 100%;
    height: auto;
  }



  img.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
    
    
  }


.s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shogun-image-content {
  
    align-items: center;
  
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shg-align-container {
  text-align: center
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
  box-sizing: border-box;
}


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



  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 img.shogun-image,
  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
    width: 100%;
    height: auto;
  }



  img.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
    
    
  }


.s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shogun-image-content {
  
    align-items: center;
  
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shg-align-container {
  text-align: center
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
  box-sizing: border-box;
}


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



  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 img.shogun-image,
  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
    width: 100%;
    height: auto;
  }



  img.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
    
    
  }


.s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shogun-image-content {
  
    align-items: center;
  
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shg-align-container {
  text-align: center
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
  box-sizing: border-box;
}


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



  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 img.shogun-image,
  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6224db7a-581e-41c9-bd3e-8ff41e399049 {
    width: 100%;
    height: auto;
  }



  img.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
    
    
  }


.s-6224db7a-581e-41c9-bd3e-8ff41e399049 .shogun-image-content {
  
    align-items: center;
  
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shg-align-container {
  text-align: center
}

.s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6224db7a-581e-41c9-bd3e-8ff41e399049.shogun-image {
  box-sizing: border-box;
}


}
#s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 img.shogun-image,
  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
    width: 100%;
    height: auto;
  }



  img.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
    
    
  }


.s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shg-align-container {
  text-align: center
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 img.shogun-image,
  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
    width: 100%;
    height: auto;
  }



  img.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
    
    
  }


.s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shg-align-container {
  text-align: center
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
  box-sizing: border-box;
}


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



  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 img.shogun-image,
  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
    width: 100%;
    height: auto;
  }



  img.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
    
    
  }


.s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shg-align-container {
  text-align: center
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
  box-sizing: border-box;
}


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



  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 img.shogun-image,
  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
    width: 100%;
    height: auto;
  }



  img.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
    
    
  }


.s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shg-align-container {
  text-align: center
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
  box-sizing: border-box;
}


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



  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 img.shogun-image,
  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289bdf5a-3cda-42fb-8e38-d3998df70630 {
    width: 100%;
    height: auto;
  }



  img.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
    
    
  }


.s-289bdf5a-3cda-42fb-8e38-d3998df70630 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shg-align-container {
  text-align: center
}

.s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289bdf5a-3cda-42fb-8e38-d3998df70630.shogun-image {
  box-sizing: border-box;
}


}
#s-c44171fa-80f3-419a-ac5f-314ca62aaaa9 {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-c44171fa-80f3-419a-ac5f-314ca62aaaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44171fa-80f3-419a-ac5f-314ca62aaaa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4acb28b2-20e1-443a-85e9-b46c299b7c71 {
  min-height: 50px;
}








#s-4acb28b2-20e1-443a-85e9-b46c299b7c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4acb28b2-20e1-443a-85e9-b46c299b7c71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9433430-00d4-4892-998d-93a4ab49acf2 {
  min-height: 50px;
}








#s-f9433430-00d4-4892-998d-93a4ab49acf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9433430-00d4-4892-998d-93a4ab49acf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9:hover {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9:active {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9-root {
    text-align: center;
  }


#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9-root {
    text-align: center;
  }


#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9-root {
    text-align: center;
  }


#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9-root {
    text-align: center;
  }


#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9-root {
    text-align: center;
  }


#s-5671f4f9-be01-4b9f-bea0-b96c83c4c9d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7a439e5a-3b64-4984-95c0-d422db62ca7c {
  min-height: 50px;
}








#s-7a439e5a-3b64-4984-95c0-d422db62ca7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a439e5a-3b64-4984-95c0-d422db62ca7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bccacf2-006b-491c-b443-5ddfd13fecd6 {
  min-height: 50px;
}








#s-0bccacf2-006b-491c-b443-5ddfd13fecd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bccacf2-006b-491c-b443-5ddfd13fecd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5f185ec-e656-44db-83ca-eac7f6d97f41 {
  min-height: 50px;
}








#s-c5f185ec-e656-44db-83ca-eac7f6d97f41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f185ec-e656-44db-83ca-eac7f6d97f41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89-root {
    text-align: center;
  }


#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89-root {
    text-align: center;
  }


#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89-root {
    text-align: center;
  }


#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89-root {
    text-align: center;
  }


#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89-root {
    text-align: center;
  }


#s-ae26a3f8-1e58-438a-ac9b-a8c30d1c2e89.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-83375a1f-121a-481e-a754-015e08a9df8d {
  min-height: 50px;
}








#s-83375a1f-121a-481e-a754-015e08a9df8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83375a1f-121a-481e-a754-015e08a9df8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcb1acf1-626a-4309-9446-fdec0ced60c4 {
  min-height: 50px;
}








#s-fcb1acf1-626a-4309-9446-fdec0ced60c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcb1acf1-626a-4309-9446-fdec0ced60c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0615f120-cfe6-4797-ab51-e3bb02701e47 hr {
  border-top: 2px solid #000;
}

#s-0ff54315-576e-4b5c-b43e-f3be49977bd4 {
  min-height: 50px;
}








#s-0ff54315-576e-4b5c-b43e-f3be49977bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff54315-576e-4b5c-b43e-f3be49977bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a0f7b03-fdc1-467e-b173-d49652d94984 {
  margin-top: 50px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(161, 142, 128, 1);
}








#s-3a0f7b03-fdc1-467e-b173-d49652d94984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a0f7b03-fdc1-467e-b173-d49652d94984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
  margin-bottom: 20px;
max-width: 650px;
aspect-ratio: 650/100;
text-align: center;
background-color: rgba(161, 142, 128, 1);
}





  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 img.shogun-image,
  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
    width: 100%;
    height: auto;
  }



  img.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
    
    
  }


.s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shogun-image-content {
  
    align-items: center;
  
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shg-align-container {
  text-align: center
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 img.shogun-image,
  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
    width: 100%;
    height: auto;
  }



  img.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
    
    
  }


.s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shogun-image-content {
  
    align-items: center;
  
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shg-align-container {
  text-align: center
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
  box-sizing: border-box;
}


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



  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 img.shogun-image,
  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
    width: 100%;
    height: auto;
  }



  img.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
    
    
  }


.s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shogun-image-content {
  
    align-items: center;
  
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shg-align-container {
  text-align: center
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
  box-sizing: border-box;
}


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



  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 img.shogun-image,
  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
    width: 100%;
    height: auto;
  }



  img.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
    
    
  }


.s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shogun-image-content {
  
    align-items: center;
  
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shg-align-container {
  text-align: center
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
  box-sizing: border-box;
}


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



  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 img.shogun-image,
  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a48f8a01-5874-4bf4-b685-1f64f84f2667 {
    width: 100%;
    height: auto;
  }



  img.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
    
    
  }


.s-a48f8a01-5874-4bf4-b685-1f64f84f2667 .shogun-image-content {
  
    align-items: center;
  
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shg-align-container {
  text-align: center
}

.s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a48f8a01-5874-4bf4-b685-1f64f84f2667.shogun-image {
  box-sizing: border-box;
}


}
#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 {
  margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 0px;
}

#s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 td.shogun-table-column, #s-8a5b959a-95b2-43c5-8d44-38a1bf6405f9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a8488409-4be7-4bce-ae05-431ef40004bb {
  margin-top: 20px;
margin-left: 5%;
min-height: 50px;
}








#s-a8488409-4be7-4bce-ae05-431ef40004bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8488409-4be7-4bce-ae05-431ef40004bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc65cb82-3390-401f-8bb2-8f198d2e49df {
  display: none;
}
#s-5cd001be-f1c1-426f-ab13-c134072da004 {
  text-align: left;
}

#s-5cd001be-f1c1-426f-ab13-c134072da004 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5cd001be-f1c1-426f-ab13-c134072da004 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-5cd001be-f1c1-426f-ab13-c134072da004 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c6fae0f-1a32-4fef-9737-316478fbe6c7 {
  margin-top: 6px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 15%;
max-width: 449px;
text-align: left;
}







  #s-7c6fae0f-1a32-4fef-9737-316478fbe6c7 img.shogun-image {
    

    
    
    
  }


#s-7c6fae0f-1a32-4fef-9737-316478fbe6c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-529961e0-cdd1-4bc2-bcfe-da5835570811 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 30%;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-529961e0-cdd1-4bc2-bcfe-da5835570811:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-529961e0-cdd1-4bc2-bcfe-da5835570811:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-529961e0-cdd1-4bc2-bcfe-da5835570811-root {
    text-align: center;
  }


#s-529961e0-cdd1-4bc2-bcfe-da5835570811.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-529961e0-cdd1-4bc2-bcfe-da5835570811-root {
    text-align: center;
  }


#s-529961e0-cdd1-4bc2-bcfe-da5835570811.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-529961e0-cdd1-4bc2-bcfe-da5835570811-root {
    text-align: center;
  }


#s-529961e0-cdd1-4bc2-bcfe-da5835570811.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-529961e0-cdd1-4bc2-bcfe-da5835570811-root {
    text-align: center;
  }


#s-529961e0-cdd1-4bc2-bcfe-da5835570811.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-529961e0-cdd1-4bc2-bcfe-da5835570811-root {
    text-align: center;
  }


#s-529961e0-cdd1-4bc2-bcfe-da5835570811.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 {
  margin-left: auto;
padding-left: 30%;
padding-right: 0%;
max-width: 438px;
aspect-ratio: 438/488;
text-align: right;
}





  #s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 img.shogun-image,
  #s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 {
    width: 100%;
    height: auto;
  }



  #s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 img.shogun-image {
    

    
    
    
  }


#s-f0c99321-8367-4d7d-9714-f5a19c3c63a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9 {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9 {
  display: none;
}
#s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9, #wrap-s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9 {
  display: none;
}
#s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9, #wrap-s-7c4e5a04-ea74-41a8-9533-7af348bc8cc9 { display:none !important; }}
#s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 10px;
}

#s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 td.shogun-table-column, #s-744dd8d0-35af-453f-95fb-768ccaa3fdf1 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-be0efcb7-a2af-49ba-b787-00f20ee1e95c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-be0efcb7-a2af-49ba-b787-00f20ee1e95c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-be0efcb7-a2af-49ba-b787-00f20ee1e95c .shg-sld-nav-button.shg-sld-left,
#s-be0efcb7-a2af-49ba-b787-00f20ee1e95c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-94e01be2-20c2-4de2-813e-96548e82f3ae {
  text-align: left;
}

#s-92aeaa9c-321b-449f-8269-72aa38ddc44a {
  text-align: left;
}

#s-2ab455b8-81f0-4288-be73-a426167e31c1 {
  text-align: left;
}

#s-6e1e2ea7-8242-42c9-b6b7-c5ac51230abd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6e1e2ea7-8242-42c9-b6b7-c5ac51230abd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6e1e2ea7-8242-42c9-b6b7-c5ac51230abd .shg-sld-nav-button.shg-sld-left,
#s-6e1e2ea7-8242-42c9-b6b7-c5ac51230abd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a img.shogun-image,
  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
    width: 100%;
    height: auto;
  }



  img.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
    
    
  }


.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shg-align-container {
  text-align: center
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a img.shogun-image,
  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
    width: 100%;
    height: auto;
  }



  img.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
    
    
  }


.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shg-align-container {
  text-align: center
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a img.shogun-image,
  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
    width: 100%;
    height: auto;
  }



  img.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
    
    
  }


.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shg-align-container {
  text-align: center
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a img.shogun-image,
  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
    width: 100%;
    height: auto;
  }



  img.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
    
    
  }


.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shg-align-container {
  text-align: center
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a img.shogun-image,
  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5630a87-e8c4-4b69-a1d5-be4863319e4a {
    width: 100%;
    height: auto;
  }



  img.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
    
    
  }


.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shg-align-container {
  text-align: center
}

.s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5630a87-e8c4-4b69-a1d5-be4863319e4a.shogun-image {
  box-sizing: border-box;
}


}
#s-11a8211a-8c48-403d-b30e-4f5eb4365542 {
  text-align: center;
}







  #s-11a8211a-8c48-403d-b30e-4f5eb4365542 img.shogun-image {
    

    
    
    
  }


#s-11a8211a-8c48-403d-b30e-4f5eb4365542 .shogun-image-content {
  
    align-items: center;
  
}

#s-f164e869-ffc1-409a-a772-6b606ba3998f {
  max-width: 1000px;
aspect-ratio: 1000/1300;
text-align: center;
}





  #s-f164e869-ffc1-409a-a772-6b606ba3998f img.shogun-image,
  #s-f164e869-ffc1-409a-a772-6b606ba3998f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f164e869-ffc1-409a-a772-6b606ba3998f {
    width: 100%;
    height: auto;
  }



  #s-f164e869-ffc1-409a-a772-6b606ba3998f img.shogun-image {
    

    
    
    
  }


#s-f164e869-ffc1-409a-a772-6b606ba3998f .shogun-image-content {
  
    align-items: center;
  
}

#s-a89219f1-861c-4fba-b17b-5953260b8bec {
  margin-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-a89219f1-861c-4fba-b17b-5953260b8bec {
  display: none;
}
#s-a89219f1-861c-4fba-b17b-5953260b8bec, #wrap-s-a89219f1-861c-4fba-b17b-5953260b8bec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a89219f1-861c-4fba-b17b-5953260b8bec {
  display: none;
}
#s-a89219f1-861c-4fba-b17b-5953260b8bec, #wrap-s-a89219f1-861c-4fba-b17b-5953260b8bec { display:none !important; }}
#s-3555c490-84da-4874-b993-4ac8f80aeef2 {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}
@media (min-width: 1200px){#s-3555c490-84da-4874-b993-4ac8f80aeef2 {
  display: none;
}
#s-3555c490-84da-4874-b993-4ac8f80aeef2, #wrap-s-3555c490-84da-4874-b993-4ac8f80aeef2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3555c490-84da-4874-b993-4ac8f80aeef2 {
  display: none;
}
#s-3555c490-84da-4874-b993-4ac8f80aeef2, #wrap-s-3555c490-84da-4874-b993-4ac8f80aeef2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3555c490-84da-4874-b993-4ac8f80aeef2 {
  display: none;
}
#s-3555c490-84da-4874-b993-4ac8f80aeef2, #wrap-s-3555c490-84da-4874-b993-4ac8f80aeef2 { display:none !important; }}







#s-3555c490-84da-4874-b993-4ac8f80aeef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3555c490-84da-4874-b993-4ac8f80aeef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47 {
  text-align: center;
}
@media (min-width: 1200px){#s-0dca856a-7694-4fce-b44b-a36b7380ac47 {
  display: none;
}
#s-0dca856a-7694-4fce-b44b-a36b7380ac47, #wrap-s-0dca856a-7694-4fce-b44b-a36b7380ac47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dca856a-7694-4fce-b44b-a36b7380ac47 {
  display: none;
}
#s-0dca856a-7694-4fce-b44b-a36b7380ac47, #wrap-s-0dca856a-7694-4fce-b44b-a36b7380ac47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0dca856a-7694-4fce-b44b-a36b7380ac47 {
  display: none;
}
#s-0dca856a-7694-4fce-b44b-a36b7380ac47, #wrap-s-0dca856a-7694-4fce-b44b-a36b7380ac47 { display:none !important; }}






  img.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
    
    
  }


.s-0dca856a-7694-4fce-b44b-a36b7380ac47 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shg-align-container {
  text-align: center
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
    
    
  }


.s-0dca856a-7694-4fce-b44b-a36b7380ac47 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shg-align-container {
  text-align: center
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
    
    
  }


.s-0dca856a-7694-4fce-b44b-a36b7380ac47 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shg-align-container {
  text-align: center
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
    
    
  }


.s-0dca856a-7694-4fce-b44b-a36b7380ac47 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shg-align-container {
  text-align: center
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
    
    
  }


.s-0dca856a-7694-4fce-b44b-a36b7380ac47 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shg-align-container {
  text-align: center
}

.s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dca856a-7694-4fce-b44b-a36b7380ac47.shogun-image {
  box-sizing: border-box;
}


}
#s-ced0d4d5-49e8-46de-baef-c508e4246f1c {
  text-align: center;
}
@media (min-width: 1200px){#s-ced0d4d5-49e8-46de-baef-c508e4246f1c {
  display: none;
}
#s-ced0d4d5-49e8-46de-baef-c508e4246f1c, #wrap-s-ced0d4d5-49e8-46de-baef-c508e4246f1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ced0d4d5-49e8-46de-baef-c508e4246f1c {
  display: none;
}
#s-ced0d4d5-49e8-46de-baef-c508e4246f1c, #wrap-s-ced0d4d5-49e8-46de-baef-c508e4246f1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ced0d4d5-49e8-46de-baef-c508e4246f1c {
  display: none;
}
#s-ced0d4d5-49e8-46de-baef-c508e4246f1c, #wrap-s-ced0d4d5-49e8-46de-baef-c508e4246f1c { display:none !important; }}






  img.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
    
    
  }


.s-ced0d4d5-49e8-46de-baef-c508e4246f1c .shogun-image-content {
  
    align-items: center;
  
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shg-align-container {
  text-align: center
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
    
    
  }


.s-ced0d4d5-49e8-46de-baef-c508e4246f1c .shogun-image-content {
  
    align-items: center;
  
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shg-align-container {
  text-align: center
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
    
    
  }


.s-ced0d4d5-49e8-46de-baef-c508e4246f1c .shogun-image-content {
  
    align-items: center;
  
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shg-align-container {
  text-align: center
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
    
    
  }


.s-ced0d4d5-49e8-46de-baef-c508e4246f1c .shogun-image-content {
  
    align-items: center;
  
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shg-align-container {
  text-align: center
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
    
    
  }


.s-ced0d4d5-49e8-46de-baef-c508e4246f1c .shogun-image-content {
  
    align-items: center;
  
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shg-align-container {
  text-align: center
}

.s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ced0d4d5-49e8-46de-baef-c508e4246f1c.shogun-image {
  box-sizing: border-box;
}


}
#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 644px;
text-align: center;
}







  img.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
    
    
  }


.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shg-align-container {
  text-align: center
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
    
    
  }


.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shg-align-container {
  text-align: center
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
    
    
  }


.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shg-align-container {
  text-align: center
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
    
    
  }


.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shg-align-container {
  text-align: center
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
    
    
  }


.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shg-align-container {
  text-align: center
}

.s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff07fb-8916-4b2d-a81a-7339a4dc41bb.shogun-image {
  box-sizing: border-box;
}


}
#s-1ed20ea0-3341-41da-a7a9-612ef91de84b {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
}

#s-1ed20ea0-3341-41da-a7a9-612ef91de84b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1ed20ea0-3341-41da-a7a9-612ef91de84b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1ed20ea0-3341-41da-a7a9-612ef91de84b td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1ed20ea0-3341-41da-a7a9-612ef91de84b td.shogun-table-row {
  background-color: rgba(161, 142, 128, 1);
  padding: 7px;
}

#s-1ed20ea0-3341-41da-a7a9-612ef91de84b td.shogun-table-column, #s-1ed20ea0-3341-41da-a7a9-612ef91de84b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946 {
  text-align: center;
}







  img.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
    
    
  }


.s-bf633f85-db4a-4477-aa69-8505fb2ef946 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shg-align-container {
  text-align: center
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
    
    
  }


.s-bf633f85-db4a-4477-aa69-8505fb2ef946 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shg-align-container {
  text-align: center
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
    
    
  }


.s-bf633f85-db4a-4477-aa69-8505fb2ef946 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shg-align-container {
  text-align: center
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
    
    
  }


.s-bf633f85-db4a-4477-aa69-8505fb2ef946 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shg-align-container {
  text-align: center
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
    
    
  }


.s-bf633f85-db4a-4477-aa69-8505fb2ef946 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shg-align-container {
  text-align: center
}

.s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf633f85-db4a-4477-aa69-8505fb2ef946.shogun-image {
  box-sizing: border-box;
}


}
#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce img.shogun-image,
  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
    width: 100%;
    height: auto;
  }



  img.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
    
    
  }


.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shg-align-container {
  text-align: center
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce img.shogun-image,
  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
    width: 100%;
    height: auto;
  }



  img.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
    
    
  }


.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shg-align-container {
  text-align: center
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce img.shogun-image,
  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
    width: 100%;
    height: auto;
  }



  img.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
    
    
  }


.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shg-align-container {
  text-align: center
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce img.shogun-image,
  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
    width: 100%;
    height: auto;
  }



  img.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
    
    
  }


.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shg-align-container {
  text-align: center
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce img.shogun-image,
  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8712eb4a-a84d-4dac-bd61-6220c122f7ce {
    width: 100%;
    height: auto;
  }



  img.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
    
    
  }


.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shg-align-container {
  text-align: center
}

.s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8712eb4a-a84d-4dac-bd61-6220c122f7ce.shogun-image {
  box-sizing: border-box;
}


}
#s-aa208e54-696d-406d-ad17-475a4ef00d0c {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-aa208e54-696d-406d-ad17-475a4ef00d0c img.shogun-image,
  #s-aa208e54-696d-406d-ad17-475a4ef00d0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa208e54-696d-406d-ad17-475a4ef00d0c {
    width: 100%;
    height: auto;
  }



  img.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
    
    
  }


.s-aa208e54-696d-406d-ad17-475a4ef00d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shg-align-container {
  text-align: center
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aa208e54-696d-406d-ad17-475a4ef00d0c img.shogun-image,
  #s-aa208e54-696d-406d-ad17-475a4ef00d0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa208e54-696d-406d-ad17-475a4ef00d0c {
    width: 100%;
    height: auto;
  }



  img.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
    
    
  }


.s-aa208e54-696d-406d-ad17-475a4ef00d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shg-align-container {
  text-align: center
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa208e54-696d-406d-ad17-475a4ef00d0c img.shogun-image,
  #s-aa208e54-696d-406d-ad17-475a4ef00d0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa208e54-696d-406d-ad17-475a4ef00d0c {
    width: 100%;
    height: auto;
  }



  img.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
    
    
  }


.s-aa208e54-696d-406d-ad17-475a4ef00d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shg-align-container {
  text-align: center
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa208e54-696d-406d-ad17-475a4ef00d0c img.shogun-image,
  #s-aa208e54-696d-406d-ad17-475a4ef00d0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa208e54-696d-406d-ad17-475a4ef00d0c {
    width: 100%;
    height: auto;
  }



  img.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
    
    
  }


.s-aa208e54-696d-406d-ad17-475a4ef00d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shg-align-container {
  text-align: center
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa208e54-696d-406d-ad17-475a4ef00d0c img.shogun-image,
  #s-aa208e54-696d-406d-ad17-475a4ef00d0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa208e54-696d-406d-ad17-475a4ef00d0c {
    width: 100%;
    height: auto;
  }



  img.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
    
    
  }


.s-aa208e54-696d-406d-ad17-475a4ef00d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shg-align-container {
  text-align: center
}

.s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa208e54-696d-406d-ad17-475a4ef00d0c.shogun-image {
  box-sizing: border-box;
}


}
#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b img.shogun-image,
  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
    width: 100%;
    height: auto;
  }



  img.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
    
    
  }


.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shg-align-container {
  text-align: center
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b img.shogun-image,
  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
    width: 100%;
    height: auto;
  }



  img.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
    
    
  }


.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shg-align-container {
  text-align: center
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
  box-sizing: border-box;
}


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



  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b img.shogun-image,
  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
    width: 100%;
    height: auto;
  }



  img.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
    
    
  }


.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shg-align-container {
  text-align: center
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
  box-sizing: border-box;
}


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



  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b img.shogun-image,
  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
    width: 100%;
    height: auto;
  }



  img.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
    
    
  }


.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shg-align-container {
  text-align: center
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
  box-sizing: border-box;
}


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



  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b img.shogun-image,
  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b4cfc60-3c52-4cb9-afd7-526d5329135b {
    width: 100%;
    height: auto;
  }



  img.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
    
    
  }


.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shg-align-container {
  text-align: center
}

.s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4cfc60-3c52-4cb9-afd7-526d5329135b.shogun-image {
  box-sizing: border-box;
}


}
#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
  max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a img.shogun-image,
  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
    width: 100%;
    height: auto;
  }



  img.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
    
    
  }


.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shg-align-container {
  text-align: center
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a img.shogun-image,
  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
    width: 100%;
    height: auto;
  }



  img.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
    
    
  }


.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shg-align-container {
  text-align: center
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
  box-sizing: border-box;
}


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



  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a img.shogun-image,
  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
    width: 100%;
    height: auto;
  }



  img.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
    
    
  }


.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shg-align-container {
  text-align: center
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
  box-sizing: border-box;
}


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



  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a img.shogun-image,
  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
    width: 100%;
    height: auto;
  }



  img.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
    
    
  }


.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shg-align-container {
  text-align: center
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
  box-sizing: border-box;
}


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



  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a img.shogun-image,
  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab27feab-25e2-42ad-b4c4-2fa3a515845a {
    width: 100%;
    height: auto;
  }



  img.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
    
    
  }


.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a .shogun-image-content {
  
    align-items: center;
  
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shg-align-container {
  text-align: center
}

.s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab27feab-25e2-42ad-b4c4-2fa3a515845a.shogun-image {
  box-sizing: border-box;
}


}
#s-812fb590-7f29-41b3-b384-736545a5223d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 601px;
aspect-ratio: 601/811;
text-align: center;
}





  #s-812fb590-7f29-41b3-b384-736545a5223d img.shogun-image,
  #s-812fb590-7f29-41b3-b384-736545a5223d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812fb590-7f29-41b3-b384-736545a5223d {
    width: 100%;
    height: auto;
  }



  img.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
    
    
  }


.s-812fb590-7f29-41b3-b384-736545a5223d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shg-align-container {
  text-align: center
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-812fb590-7f29-41b3-b384-736545a5223d img.shogun-image,
  #s-812fb590-7f29-41b3-b384-736545a5223d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812fb590-7f29-41b3-b384-736545a5223d {
    width: 100%;
    height: auto;
  }



  img.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
    
    
  }


.s-812fb590-7f29-41b3-b384-736545a5223d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shg-align-container {
  text-align: center
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
  box-sizing: border-box;
}


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



  #s-812fb590-7f29-41b3-b384-736545a5223d img.shogun-image,
  #s-812fb590-7f29-41b3-b384-736545a5223d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812fb590-7f29-41b3-b384-736545a5223d {
    width: 100%;
    height: auto;
  }



  img.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
    
    
  }


.s-812fb590-7f29-41b3-b384-736545a5223d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shg-align-container {
  text-align: center
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
  box-sizing: border-box;
}


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



  #s-812fb590-7f29-41b3-b384-736545a5223d img.shogun-image,
  #s-812fb590-7f29-41b3-b384-736545a5223d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812fb590-7f29-41b3-b384-736545a5223d {
    width: 100%;
    height: auto;
  }



  img.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
    
    
  }


.s-812fb590-7f29-41b3-b384-736545a5223d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shg-align-container {
  text-align: center
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
  box-sizing: border-box;
}


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



  #s-812fb590-7f29-41b3-b384-736545a5223d img.shogun-image,
  #s-812fb590-7f29-41b3-b384-736545a5223d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812fb590-7f29-41b3-b384-736545a5223d {
    width: 100%;
    height: auto;
  }



  img.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
    
    
  }


.s-812fb590-7f29-41b3-b384-736545a5223d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shg-align-container {
  text-align: center
}

.s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-812fb590-7f29-41b3-b384-736545a5223d.shogun-image {
  box-sizing: border-box;
}


}
#s-9a0569bf-fd13-41eb-ad06-4ffff12a0b47 {
  min-height: 50px;
background-color: rgba(161, 142, 128, 1);
}








#s-9a0569bf-fd13-41eb-ad06-4ffff12a0b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a0569bf-fd13-41eb-ad06-4ffff12a0b47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1d1a940-7a53-4cb5-aabd-fc5c1595671a {
  min-height: 50px;
}








#s-c1d1a940-7a53-4cb5-aabd-fc5c1595671a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1d1a940-7a53-4cb5-aabd-fc5c1595671a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bad03b54-ea04-4469-a967-b96d11cda15d {
  min-height: 50px;
}








#s-bad03b54-ea04-4469-a967-b96d11cda15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bad03b54-ea04-4469-a967-b96d11cda15d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-716910b1-e07c-4fd0-b70e-7c2b927820e6 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-716910b1-e07c-4fd0-b70e-7c2b927820e6:hover {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-716910b1-e07c-4fd0-b70e-7c2b927820e6:active {background-color: rgba(127, 125, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-716910b1-e07c-4fd0-b70e-7c2b927820e6-root {
    text-align: center;
  }


#s-716910b1-e07c-4fd0-b70e-7c2b927820e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-716910b1-e07c-4fd0-b70e-7c2b927820e6-root {
    text-align: center;
  }


#s-716910b1-e07c-4fd0-b70e-7c2b927820e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-716910b1-e07c-4fd0-b70e-7c2b927820e6-root {
    text-align: center;
  }


#s-716910b1-e07c-4fd0-b70e-7c2b927820e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-716910b1-e07c-4fd0-b70e-7c2b927820e6-root {
    text-align: center;
  }


#s-716910b1-e07c-4fd0-b70e-7c2b927820e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-716910b1-e07c-4fd0-b70e-7c2b927820e6-root {
    text-align: center;
  }


#s-716910b1-e07c-4fd0-b70e-7c2b927820e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-2d9daff3-d172-4dd2-b0b8-079a0685caee {
  min-height: 50px;
}








#s-2d9daff3-d172-4dd2-b0b8-079a0685caee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d9daff3-d172-4dd2-b0b8-079a0685caee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87c941fc-c1cf-46cc-8dfe-28330c6a1be0 {
  min-height: 50px;
}








#s-87c941fc-c1cf-46cc-8dfe-28330c6a1be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c941fc-c1cf-46cc-8dfe-28330c6a1be0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-507427d2-d628-445d-bd32-67408ecfbf5f {
  min-height: 50px;
}








#s-507427d2-d628-445d-bd32-67408ecfbf5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507427d2-d628-445d-bd32-67408ecfbf5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-radius: 0px;
background-color: #000;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0-root {
    text-align: center;
  }


#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0-root {
    text-align: center;
  }


#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0-root {
    text-align: center;
  }


#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0-root {
    text-align: center;
  }


#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0-root {
    text-align: center;
  }


#s-f7b82fd3-e970-4bb3-a18f-ac22c879f6e0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b570836a-dd8e-4c8c-b6e3-f80eb1ed789c {
  min-height: 50px;
}








#s-b570836a-dd8e-4c8c-b6e3-f80eb1ed789c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b570836a-dd8e-4c8c-b6e3-f80eb1ed789c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-006b4ac7-5fa3-494d-bfd0-8fcd4b6a65bc {
  min-height: 50px;
}








#s-006b4ac7-5fa3-494d-bfd0-8fcd4b6a65bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-006b4ac7-5fa3-494d-bfd0-8fcd4b6a65bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a88cf3-5309-49cf-8ca1-b5fc2e0c9d60 {
  text-align: left;
}
@media (max-width: 767px){#s-a0a88cf3-5309-49cf-8ca1-b5fc2e0c9d60 {
  display: none;
}
#s-a0a88cf3-5309-49cf-8ca1-b5fc2e0c9d60, #wrap-s-a0a88cf3-5309-49cf-8ca1-b5fc2e0c9d60 { display:none !important; }}
#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
  max-width: 1200px;
aspect-ratio: 1200/356;
text-align: center;
}





  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b img.shogun-image,
  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
    width: 100%;
    height: auto;
  }



  img.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
    
    
  }


.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shg-align-container {
  text-align: center
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b img.shogun-image,
  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
    width: 100%;
    height: auto;
  }



  img.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
    
    
  }


.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shg-align-container {
  text-align: center
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
  box-sizing: border-box;
}


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



  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b img.shogun-image,
  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
    width: 100%;
    height: auto;
  }



  img.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
    
    
  }


.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shg-align-container {
  text-align: center
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
  box-sizing: border-box;
}


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



  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b img.shogun-image,
  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
    width: 100%;
    height: auto;
  }



  img.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
    
    
  }


.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shg-align-container {
  text-align: center
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
  box-sizing: border-box;
}


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



  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b img.shogun-image,
  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b {
    width: 100%;
    height: auto;
  }



  img.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
    
    
  }


.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b .shogun-image-content {
  
    align-items: center;
  
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shg-align-container {
  text-align: center
}

.s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3221b38-4fb0-41e9-8e78-7f7a9df44c7b.shogun-image {
  box-sizing: border-box;
}


}
#s-ac4b06e1-565a-4966-b146-e1ff4b49b126 {
  margin-top: 10px;
margin-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
}








#s-ac4b06e1-565a-4966-b146-e1ff4b49b126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac4b06e1-565a-4966-b146-e1ff4b49b126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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-7fce028b-2aaf-4b2f-8ff0-e1f29c354aac {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a {
  text-align: left;
}



.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc1e49-184a-4d4a-ba80-aa77c7bf5d8a img.shogun-image {
  width: 100%;
}



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

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

#s-39c8900d-82bc-4677-970f-4efbba1c9dc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39c8900d-82bc-4677-970f-4efbba1c9dc5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f11ca93-9b68-4448-a898-e535b2e8b0c7 {
  text-align: center;
}

#s-4f11ca93-9b68-4448-a898-e535b2e8b0c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f11ca93-9b68-4448-a898-e535b2e8b0c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f11ca93-9b68-4448-a898-e535b2e8b0c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2816b7b2-fafc-4f82-9f3a-0423996c06cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2eaa577-1307-45f0-86ef-38b5f6cc96ba {
  display: none;
}
#s-06140784-4633-4734-a0ef-b0e88d4e9207 {
  text-align: left;
}



.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06140784-4633-4734-a0ef-b0e88d4e9207 img.shogun-image {
  width: 100%;
}



}
#s-20017d4a-2773-4cdb-92d3-c15e409d1e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20017d4a-2773-4cdb-92d3-c15e409d1e9e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c256a716-6fac-4a4d-8af4-e41a7b6dba5f {
  text-align: center;
}

#s-c256a716-6fac-4a4d-8af4-e41a7b6dba5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c256a716-6fac-4a4d-8af4-e41a7b6dba5f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c256a716-6fac-4a4d-8af4-e41a7b6dba5f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a56c0113-f4fc-4b0a-9782-55749db1f7ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-432b1ac7-b876-4293-91ad-7ce0b81c5e65 {
  display: none;
}
#s-0789ec6c-9107-4994-800e-cbf059ad6fee {
  text-align: left;
}



.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0789ec6c-9107-4994-800e-cbf059ad6fee img.shogun-image {
  width: 100%;
}



}
#s-048ab8f1-c3cb-45e0-88cc-e1d4282e4183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-048ab8f1-c3cb-45e0-88cc-e1d4282e4183 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-53c2bf9d-ec40-4752-bd9f-cb94494f16b3 {
  text-align: center;
}

#s-53c2bf9d-ec40-4752-bd9f-cb94494f16b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53c2bf9d-ec40-4752-bd9f-cb94494f16b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-53c2bf9d-ec40-4752-bd9f-cb94494f16b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-798ff183-1602-4f9b-b4ee-2c1dd3732c26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bd45201-ac98-44b8-85a6-7914e09745ce {
  display: none;
}
#s-e19c78a2-04b0-4818-a4a8-c8767172938a {
  text-align: left;
}



.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e19c78a2-04b0-4818-a4a8-c8767172938a img.shogun-image {
  width: 100%;
}



}
#s-c6eeb6af-42fa-439a-a16d-62682caa99f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6eeb6af-42fa-439a-a16d-62682caa99f2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a5c8838a-54f3-4443-ba48-a397f7999486 {
  text-align: center;
}

#s-a5c8838a-54f3-4443-ba48-a397f7999486 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a5c8838a-54f3-4443-ba48-a397f7999486 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a5c8838a-54f3-4443-ba48-a397f7999486 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5fa8303-1628-4481-9417-2f85305bc767 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c5fa8303-1628-4481-9417-2f85305bc767:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5fa8303-1628-4481-9417-2f85305bc767:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5fa8303-1628-4481-9417-2f85305bc767 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5fa8303-1628-4481-9417-2f85305bc767.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5fa8303-1628-4481-9417-2f85305bc767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5fa8303-1628-4481-9417-2f85305bc767.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a455199e-602e-4a24-a327-f9bd99304c9c {
  display: none;
}
#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd {
  text-align: left;
}



.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17571f19-79bd-48e9-96cb-9cad58f4bcbd img.shogun-image {
  width: 100%;
}



}
#s-c5bb8ae1-d0d7-4537-933d-38ac03028195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5bb8ae1-d0d7-4537-933d-38ac03028195 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e836293d-dd8a-4109-825b-da1229123663 {
  text-align: center;
}

#s-e836293d-dd8a-4109-825b-da1229123663 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e836293d-dd8a-4109-825b-da1229123663 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e836293d-dd8a-4109-825b-da1229123663 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd872276-f8aa-4cdd-acd1-2239345076c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cd872276-f8aa-4cdd-acd1-2239345076c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd872276-f8aa-4cdd-acd1-2239345076c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd872276-f8aa-4cdd-acd1-2239345076c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd872276-f8aa-4cdd-acd1-2239345076c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd872276-f8aa-4cdd-acd1-2239345076c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd872276-f8aa-4cdd-acd1-2239345076c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b34e831-3644-4127-89a7-8b28a9179127 {
  display: none;
}
#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 {
  text-align: left;
}



.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0ffca7-809d-40bd-8c4d-0023ff9a7d78 img.shogun-image {
  width: 100%;
}



}
#s-4753f139-7412-4c23-9f80-ec94659383f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4753f139-7412-4c23-9f80-ec94659383f8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1acd7a41-a852-4e24-bcb7-11bd4ab92499 {
  text-align: center;
}

#s-1acd7a41-a852-4e24-bcb7-11bd4ab92499 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1acd7a41-a852-4e24-bcb7-11bd4ab92499 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1acd7a41-a852-4e24-bcb7-11bd4ab92499 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bdf025df-ce4a-4c4c-a6b8-365270795429 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdf025df-ce4a-4c4c-a6b8-365270795429:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdf025df-ce4a-4c4c-a6b8-365270795429:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdf025df-ce4a-4c4c-a6b8-365270795429 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdf025df-ce4a-4c4c-a6b8-365270795429.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdf025df-ce4a-4c4c-a6b8-365270795429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bdf025df-ce4a-4c4c-a6b8-365270795429.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-46eae162-3499-44ed-898d-82bac1c722d1 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 80%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-46eae162-3499-44ed-898d-82bac1c722d1:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 1) !important;
background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46eae162-3499-44ed-898d-82bac1c722d1:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-46eae162-3499-44ed-898d-82bac1c722d1 {
  display: none;
}
#s-46eae162-3499-44ed-898d-82bac1c722d1, #wrap-s-46eae162-3499-44ed-898d-82bac1c722d1 { display:none !important; }}@media (max-width: 767px){#s-46eae162-3499-44ed-898d-82bac1c722d1 {
  display: none;
}
#s-46eae162-3499-44ed-898d-82bac1c722d1, #wrap-s-46eae162-3499-44ed-898d-82bac1c722d1 { display:none !important; }}

  #s-46eae162-3499-44ed-898d-82bac1c722d1-root {
    text-align: center;
  }


#s-46eae162-3499-44ed-898d-82bac1c722d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-46eae162-3499-44ed-898d-82bac1c722d1-root {
    text-align: center;
  }


#s-46eae162-3499-44ed-898d-82bac1c722d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46eae162-3499-44ed-898d-82bac1c722d1-root {
    text-align: center;
  }


#s-46eae162-3499-44ed-898d-82bac1c722d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46eae162-3499-44ed-898d-82bac1c722d1-root {
    text-align: center;
  }


#s-46eae162-3499-44ed-898d-82bac1c722d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-46eae162-3499-44ed-898d-82bac1c722d1-root {
    text-align: center;
  }


#s-46eae162-3499-44ed-898d-82bac1c722d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e5804958-5fa7-4e69-ac5b-1db17795105e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
max-width: 80%;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e5804958-5fa7-4e69-ac5b-1db17795105e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5804958-5fa7-4e69-ac5b-1db17795105e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e5804958-5fa7-4e69-ac5b-1db17795105e {
  display: none;
}
#s-e5804958-5fa7-4e69-ac5b-1db17795105e, #wrap-s-e5804958-5fa7-4e69-ac5b-1db17795105e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5804958-5fa7-4e69-ac5b-1db17795105e {
  display: none;
}
#s-e5804958-5fa7-4e69-ac5b-1db17795105e, #wrap-s-e5804958-5fa7-4e69-ac5b-1db17795105e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5804958-5fa7-4e69-ac5b-1db17795105e {
  
}
}

  #s-e5804958-5fa7-4e69-ac5b-1db17795105e-root {
    text-align: center;
  }


#s-e5804958-5fa7-4e69-ac5b-1db17795105e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e5804958-5fa7-4e69-ac5b-1db17795105e-root {
    text-align: center;
  }


#s-e5804958-5fa7-4e69-ac5b-1db17795105e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5804958-5fa7-4e69-ac5b-1db17795105e-root {
    text-align: center;
  }


#s-e5804958-5fa7-4e69-ac5b-1db17795105e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5804958-5fa7-4e69-ac5b-1db17795105e-root {
    text-align: center;
  }


#s-e5804958-5fa7-4e69-ac5b-1db17795105e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e5804958-5fa7-4e69-ac5b-1db17795105e-root {
    text-align: center;
  }


#s-e5804958-5fa7-4e69-ac5b-1db17795105e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-b3dcafa2-aee3-4913-8e75-8744a2baa54f {
  min-height: 50px;
}








#s-b3dcafa2-aee3-4913-8e75-8744a2baa54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dcafa2-aee3-4913-8e75-8744a2baa54f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-720f259c-cb8b-44c1-b57f-a55ae6d34e3e {
  text-align: left;
}
@media (max-width: 767px){#s-720f259c-cb8b-44c1-b57f-a55ae6d34e3e {
  display: none;
}
#s-720f259c-cb8b-44c1-b57f-a55ae6d34e3e, #wrap-s-720f259c-cb8b-44c1-b57f-a55ae6d34e3e { display:none !important; }}
#s-f3455308-90cc-47a0-9e85-305fa848823d {
  max-width: 1200px;
aspect-ratio: 1200/356;
text-align: center;
}





  #s-f3455308-90cc-47a0-9e85-305fa848823d img.shogun-image,
  #s-f3455308-90cc-47a0-9e85-305fa848823d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3455308-90cc-47a0-9e85-305fa848823d {
    width: 100%;
    height: auto;
  }



  img.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
    
    
  }


.s-f3455308-90cc-47a0-9e85-305fa848823d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shg-align-container {
  text-align: center
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f3455308-90cc-47a0-9e85-305fa848823d img.shogun-image,
  #s-f3455308-90cc-47a0-9e85-305fa848823d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3455308-90cc-47a0-9e85-305fa848823d {
    width: 100%;
    height: auto;
  }



  img.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
    
    
  }


.s-f3455308-90cc-47a0-9e85-305fa848823d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shg-align-container {
  text-align: center
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3455308-90cc-47a0-9e85-305fa848823d img.shogun-image,
  #s-f3455308-90cc-47a0-9e85-305fa848823d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3455308-90cc-47a0-9e85-305fa848823d {
    width: 100%;
    height: auto;
  }



  img.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
    
    
  }


.s-f3455308-90cc-47a0-9e85-305fa848823d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shg-align-container {
  text-align: center
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3455308-90cc-47a0-9e85-305fa848823d img.shogun-image,
  #s-f3455308-90cc-47a0-9e85-305fa848823d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3455308-90cc-47a0-9e85-305fa848823d {
    width: 100%;
    height: auto;
  }



  img.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
    
    
  }


.s-f3455308-90cc-47a0-9e85-305fa848823d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shg-align-container {
  text-align: center
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3455308-90cc-47a0-9e85-305fa848823d img.shogun-image,
  #s-f3455308-90cc-47a0-9e85-305fa848823d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3455308-90cc-47a0-9e85-305fa848823d {
    width: 100%;
    height: auto;
  }



  img.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
    
    
  }


.s-f3455308-90cc-47a0-9e85-305fa848823d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shg-align-container {
  text-align: center
}

.s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3455308-90cc-47a0-9e85-305fa848823d.shogun-image {
  box-sizing: border-box;
}


}
#s-19a33f76-4364-4e84-9662-7806fb42411f {
  min-height: 50px;
}








#s-19a33f76-4364-4e84-9662-7806fb42411f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a33f76-4364-4e84-9662-7806fb42411f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 {
  text-align: left;
}
@media (min-width: 1200px){#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 {
  display: none;
}
#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052, #wrap-s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 {
  display: none;
}
#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052, #wrap-s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 {
  display: none;
}
#s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052, #wrap-s-5a452e92-c2f3-4602-a26c-c7f2dc3a5052 { display:none !important; }}
#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 {
  text-align: center;
}







  img.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
    
    
  }


.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shg-align-container {
  text-align: center
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
    
    
  }


.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shg-align-container {
  text-align: center
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
    
    
  }


.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shg-align-container {
  text-align: center
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
    
    
  }


.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shg-align-container {
  text-align: center
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
    
    
  }


.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shg-align-container {
  text-align: center
}

.s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cfe1b2-6e2d-48ec-ac1a-91cdb675b707.shogun-image {
  box-sizing: border-box;
}


}
#s-b4bfd78b-9718-4b02-8b4d-87f3cdd0e2a6 {
  margin-top: 10px;
margin-bottom: 80px;
min-height: 50px;
}








#s-b4bfd78b-9718-4b02-8b4d-87f3cdd0e2a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4bfd78b-9718-4b02-8b4d-87f3cdd0e2a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94d6af51-d6a3-41af-b98a-fa9f07bc3c9e {
  display: none;
}
#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e {
  text-align: left;
}



.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a638e8c4-00c3-4bba-8ab5-b3fe0546b12e img.shogun-image {
  width: 100%;
}



}
#s-779043eb-0eea-4f9d-b371-0330e3cd6d49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-779043eb-0eea-4f9d-b371-0330e3cd6d49 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b2650e38-f63b-43d4-a75b-e30f55dab288 {
  text-align: center;
}

#s-b2650e38-f63b-43d4-a75b-e30f55dab288 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b2650e38-f63b-43d4-a75b-e30f55dab288 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b2650e38-f63b-43d4-a75b-e30f55dab288 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3c1b847-e04c-4592-83a1-d7b58ffc7251.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cec0130a-76f9-4a18-a613-413feb8ed57d {
  display: none;
}
#s-98358b9f-525f-4367-8d13-99f2f68bfc81 {
  text-align: left;
}



.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98358b9f-525f-4367-8d13-99f2f68bfc81 img.shogun-image {
  width: 100%;
}



}
#s-caf276d2-1135-41ed-bb84-6319e068569b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caf276d2-1135-41ed-bb84-6319e068569b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-41401c1d-5286-44cc-9e32-518702654512 {
  text-align: center;
}

#s-41401c1d-5286-44cc-9e32-518702654512 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41401c1d-5286-44cc-9e32-518702654512 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-41401c1d-5286-44cc-9e32-518702654512 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81ab3017-b3b9-42a9-a351-15d4d1ff55cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa632be5-d6aa-4ee0-8e59-41ae291ae09c {
  display: none;
}
#s-31984c8a-854d-4b92-8914-ecc3522613e9 {
  text-align: left;
}



.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31984c8a-854d-4b92-8914-ecc3522613e9 img.shogun-image {
  width: 100%;
}



}
#s-86063819-2385-45b1-b5b4-66eb684621b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86063819-2385-45b1-b5b4-66eb684621b7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-48532318-7b80-4b2a-9bdc-238be567b57c {
  text-align: center;
}

#s-48532318-7b80-4b2a-9bdc-238be567b57c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48532318-7b80-4b2a-9bdc-238be567b57c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-48532318-7b80-4b2a-9bdc-238be567b57c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d078d42a-fd2e-4f1d-a691-ac38a6aa2643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-14321f47-070e-4c91-b999-e7f1c6402be8 {
  display: none;
}
#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f {
  text-align: left;
}



.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccf4e97d-7cee-4974-8a7b-49b861d1355f img.shogun-image {
  width: 100%;
}



}
#s-cccf8d54-2ade-4f67-a0b5-1ed53db80a1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cccf8d54-2ade-4f67-a0b5-1ed53db80a1b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7b7e02d8-9854-4874-9f88-b66b1eff0c12 {
  text-align: center;
}

#s-7b7e02d8-9854-4874-9f88-b66b1eff0c12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b7e02d8-9854-4874-9f88-b66b1eff0c12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7b7e02d8-9854-4874-9f88-b66b1eff0c12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1cb7f4a-a95f-43c1-b4b9-6f410eadd96a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c5602d3-8fb5-4122-8836-1d7036fc14eb {
  display: none;
}
#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d {
  text-align: left;
}



.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f6f1706-4e86-4386-a58c-c23ed5bedf2d img.shogun-image {
  width: 100%;
}



}
#s-dae0025d-df3b-490c-94e7-3d11d43d1182 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dae0025d-df3b-490c-94e7-3d11d43d1182 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dbfd634c-9ebe-4d76-a5f8-ffd199010667 {
  text-align: center;
}

#s-dbfd634c-9ebe-4d76-a5f8-ffd199010667 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dbfd634c-9ebe-4d76-a5f8-ffd199010667 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dbfd634c-9ebe-4d76-a5f8-ffd199010667 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6a0e71c-d106-4fd2-8437-42a7e47618b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-95f949c5-b61b-4b82-832e-519c59f8b857 {
  display: none;
}
#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf {
  text-align: left;
}



.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a8c4e7f-58df-4f69-83ff-e040809c53cf img.shogun-image {
  width: 100%;
}



}
#s-c1e69d8c-d9a6-4e05-b1a0-b3b83210a368 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e69d8c-d9a6-4e05-b1a0-b3b83210a368 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e6be94ff-386d-44a5-a464-a14abad2b332 {
  text-align: center;
}

#s-e6be94ff-386d-44a5-a464-a14abad2b332 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6be94ff-386d-44a5-a464-a14abad2b332 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e6be94ff-386d-44a5-a464-a14abad2b332 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74604c03-beef-440e-a5b9-5f0ff6c6c8f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b4dd9791-dd2d-490f-b03a-eb4441939802 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 80%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b4dd9791-dd2d-490f-b03a-eb4441939802:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 1) !important;
background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b4dd9791-dd2d-490f-b03a-eb4441939802:active {background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b4dd9791-dd2d-490f-b03a-eb4441939802 {
  display: none;
}
#s-b4dd9791-dd2d-490f-b03a-eb4441939802, #wrap-s-b4dd9791-dd2d-490f-b03a-eb4441939802 { display:none !important; }}@media (max-width: 767px){#s-b4dd9791-dd2d-490f-b03a-eb4441939802 {
  display: none;
}
#s-b4dd9791-dd2d-490f-b03a-eb4441939802, #wrap-s-b4dd9791-dd2d-490f-b03a-eb4441939802 { display:none !important; }}

  #s-b4dd9791-dd2d-490f-b03a-eb4441939802-root {
    text-align: center;
  }


#s-b4dd9791-dd2d-490f-b03a-eb4441939802.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4dd9791-dd2d-490f-b03a-eb4441939802-root {
    text-align: center;
  }


#s-b4dd9791-dd2d-490f-b03a-eb4441939802.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4dd9791-dd2d-490f-b03a-eb4441939802-root {
    text-align: center;
  }


#s-b4dd9791-dd2d-490f-b03a-eb4441939802.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4dd9791-dd2d-490f-b03a-eb4441939802-root {
    text-align: center;
  }


#s-b4dd9791-dd2d-490f-b03a-eb4441939802.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4dd9791-dd2d-490f-b03a-eb4441939802-root {
    text-align: center;
  }


#s-b4dd9791-dd2d-490f-b03a-eb4441939802.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-897d2256-7c47-48ba-a7b8-f5859af9a586 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
max-width: 80%;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-897d2256-7c47-48ba-a7b8-f5859af9a586:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-897d2256-7c47-48ba-a7b8-f5859af9a586:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-897d2256-7c47-48ba-a7b8-f5859af9a586 {
  display: none;
}
#s-897d2256-7c47-48ba-a7b8-f5859af9a586, #wrap-s-897d2256-7c47-48ba-a7b8-f5859af9a586 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-897d2256-7c47-48ba-a7b8-f5859af9a586 {
  display: none;
}
#s-897d2256-7c47-48ba-a7b8-f5859af9a586, #wrap-s-897d2256-7c47-48ba-a7b8-f5859af9a586 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-897d2256-7c47-48ba-a7b8-f5859af9a586 {
  
}
}

  #s-897d2256-7c47-48ba-a7b8-f5859af9a586-root {
    text-align: center;
  }


#s-897d2256-7c47-48ba-a7b8-f5859af9a586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-897d2256-7c47-48ba-a7b8-f5859af9a586-root {
    text-align: center;
  }


#s-897d2256-7c47-48ba-a7b8-f5859af9a586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-897d2256-7c47-48ba-a7b8-f5859af9a586-root {
    text-align: center;
  }


#s-897d2256-7c47-48ba-a7b8-f5859af9a586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-897d2256-7c47-48ba-a7b8-f5859af9a586-root {
    text-align: center;
  }


#s-897d2256-7c47-48ba-a7b8-f5859af9a586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-897d2256-7c47-48ba-a7b8-f5859af9a586-root {
    text-align: center;
  }


#s-897d2256-7c47-48ba-a7b8-f5859af9a586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-2ba024cc-42f0-4202-a53b-42a1ef67c41d {
  min-height: 50px;
}








#s-2ba024cc-42f0-4202-a53b-42a1ef67c41d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba024cc-42f0-4202-a53b-42a1ef67c41d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acc2aceb-d952-4226-8be8-c4d0e36918c9 {
  text-align: left;
}
@media (min-width: 1200px){#s-acc2aceb-d952-4226-8be8-c4d0e36918c9 {
  display: none;
}
#s-acc2aceb-d952-4226-8be8-c4d0e36918c9, #wrap-s-acc2aceb-d952-4226-8be8-c4d0e36918c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acc2aceb-d952-4226-8be8-c4d0e36918c9 {
  display: none;
}
#s-acc2aceb-d952-4226-8be8-c4d0e36918c9, #wrap-s-acc2aceb-d952-4226-8be8-c4d0e36918c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acc2aceb-d952-4226-8be8-c4d0e36918c9 {
  display: none;
}
#s-acc2aceb-d952-4226-8be8-c4d0e36918c9, #wrap-s-acc2aceb-d952-4226-8be8-c4d0e36918c9 { display:none !important; }}
#s-6ae9df02-a898-415b-bdc9-523479668b83 {
  text-align: center;
}







  img.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
    
    
  }


.s-6ae9df02-a898-415b-bdc9-523479668b83 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shg-align-container {
  text-align: center
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
    
    
  }


.s-6ae9df02-a898-415b-bdc9-523479668b83 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shg-align-container {
  text-align: center
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
    
    
  }


.s-6ae9df02-a898-415b-bdc9-523479668b83 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shg-align-container {
  text-align: center
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
    
    
  }


.s-6ae9df02-a898-415b-bdc9-523479668b83 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shg-align-container {
  text-align: center
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
    
    
  }


.s-6ae9df02-a898-415b-bdc9-523479668b83 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shg-align-container {
  text-align: center
}

.s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae9df02-a898-415b-bdc9-523479668b83.shogun-image {
  box-sizing: border-box;
}


}
#s-cd4911e3-b0e2-49d5-be05-9d22eb369e44 {
  min-height: 50px;
}








#s-cd4911e3-b0e2-49d5-be05-9d22eb369e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd4911e3-b0e2-49d5-be05-9d22eb369e44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d84c0fe-1b7b-4999-83a1-124dd2afd2c7 {
  text-align: left;
}
@media (max-width: 767px){#s-5d84c0fe-1b7b-4999-83a1-124dd2afd2c7 {
  display: none;
}
#s-5d84c0fe-1b7b-4999-83a1-124dd2afd2c7, #wrap-s-5d84c0fe-1b7b-4999-83a1-124dd2afd2c7 { display:none !important; }}
#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
  max-width: 1200px;
aspect-ratio: 1200/356;
text-align: center;
}





  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 img.shogun-image,
  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
    width: 100%;
    height: auto;
  }



  img.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
    
    
  }


.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shogun-image-content {
  
    align-items: center;
  
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shg-align-container {
  text-align: center
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 img.shogun-image,
  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
    width: 100%;
    height: auto;
  }



  img.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
    
    
  }


.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shogun-image-content {
  
    align-items: center;
  
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shg-align-container {
  text-align: center
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
  box-sizing: border-box;
}


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



  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 img.shogun-image,
  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
    width: 100%;
    height: auto;
  }



  img.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
    
    
  }


.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shogun-image-content {
  
    align-items: center;
  
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shg-align-container {
  text-align: center
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
  box-sizing: border-box;
}


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



  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 img.shogun-image,
  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
    width: 100%;
    height: auto;
  }



  img.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
    
    
  }


.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shogun-image-content {
  
    align-items: center;
  
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shg-align-container {
  text-align: center
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
  box-sizing: border-box;
}


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



  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 img.shogun-image,
  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 {
    width: 100%;
    height: auto;
  }



  img.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
    
    
  }


.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874 .shogun-image-content {
  
    align-items: center;
  
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shg-align-container {
  text-align: center
}

.s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5275bb47-bcc9-40f1-9ae4-4eaacc22d874.shogun-image {
  box-sizing: border-box;
}


}
#s-954275ac-0c74-45f5-b9bb-fa00af8aa431 {
  margin-top: 10px;
margin-bottom: 80px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
}








#s-954275ac-0c74-45f5-b9bb-fa00af8aa431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-954275ac-0c74-45f5-b9bb-fa00af8aa431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13441099-57a8-4217-ae7b-4050a7fc1112 {
  margin-top: 0px;
}

#s-ddbf7f30-519b-4c32-880a-eadb6861d064 {
  display: none;
}
#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 {
  text-align: left;
}



.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12d24ddb-1030-4cb5-81d0-fd7d42ccbe82 img.shogun-image {
  width: 100%;
}



}
#s-1fd25244-b1a2-4b83-9c7d-1649ab52fb11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fd25244-b1a2-4b83-9c7d-1649ab52fb11 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-05524fe7-7cff-46a5-b0ab-03fd13c51156 {
  text-align: center;
}

#s-05524fe7-7cff-46a5-b0ab-03fd13c51156 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05524fe7-7cff-46a5-b0ab-03fd13c51156 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-05524fe7-7cff-46a5-b0ab-03fd13c51156 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ffd3a9cf-ea75-4697-9111-db70f045c78c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ffd3a9cf-ea75-4697-9111-db70f045c78c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffd3a9cf-ea75-4697-9111-db70f045c78c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffd3a9cf-ea75-4697-9111-db70f045c78c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffd3a9cf-ea75-4697-9111-db70f045c78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffd3a9cf-ea75-4697-9111-db70f045c78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ffd3a9cf-ea75-4697-9111-db70f045c78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d94db8ed-b6de-4df2-af43-8abefa4a01ce {
  display: none;
}
#s-193e5283-dadd-4121-bfce-8d13c428af5e {
  text-align: left;
}



.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-193e5283-dadd-4121-bfce-8d13c428af5e img.shogun-image {
  width: 100%;
}



}
#s-cc324adc-8bf8-48e8-a126-fd2b3e43870e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc324adc-8bf8-48e8-a126-fd2b3e43870e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-acd0627f-28d7-44c0-9d50-64c9e4a617f7 {
  text-align: center;
}

#s-acd0627f-28d7-44c0-9d50-64c9e4a617f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-acd0627f-28d7-44c0-9d50-64c9e4a617f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-acd0627f-28d7-44c0-9d50-64c9e4a617f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-07dc4c2b-df02-4e81-ab85-102745ed932c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07dc4c2b-df02-4e81-ab85-102745ed932c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07dc4c2b-df02-4e81-ab85-102745ed932c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07dc4c2b-df02-4e81-ab85-102745ed932c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07dc4c2b-df02-4e81-ab85-102745ed932c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07dc4c2b-df02-4e81-ab85-102745ed932c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07dc4c2b-df02-4e81-ab85-102745ed932c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b9b939eb-8f96-4059-bdc2-f94160e7d207 {
  display: none;
}
#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb {
  text-align: left;
}



.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6388a08b-17d6-44a4-911b-fa0c51ad5fdb img.shogun-image {
  width: 100%;
}



}
#s-d1eb99fb-7af4-4b01-83eb-0716217da943 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1eb99fb-7af4-4b01-83eb-0716217da943 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8821bea5-a1f2-4ca5-91b1-16a951f724db {
  text-align: center;
}

#s-8821bea5-a1f2-4ca5-91b1-16a951f724db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8821bea5-a1f2-4ca5-91b1-16a951f724db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8821bea5-a1f2-4ca5-91b1-16a951f724db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48977e82-50a1-46f1-9374-ae6526d369c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-48977e82-50a1-46f1-9374-ae6526d369c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48977e82-50a1-46f1-9374-ae6526d369c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48977e82-50a1-46f1-9374-ae6526d369c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48977e82-50a1-46f1-9374-ae6526d369c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48977e82-50a1-46f1-9374-ae6526d369c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48977e82-50a1-46f1-9374-ae6526d369c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b10e68f-9bd9-4268-a725-43105cd50aac {
  display: none;
}
#s-b1b03f05-7b36-4d77-8775-206aa06210de {
  text-align: left;
}



.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b03f05-7b36-4d77-8775-206aa06210de img.shogun-image {
  width: 100%;
}



}
#s-436f0595-14a3-4b58-9ad7-ddff90cdd156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-436f0595-14a3-4b58-9ad7-ddff90cdd156 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-36d31fb6-eb59-4d6e-9589-1fe5c3f73e95 {
  text-align: center;
}

#s-36d31fb6-eb59-4d6e-9589-1fe5c3f73e95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36d31fb6-eb59-4d6e-9589-1fe5c3f73e95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-36d31fb6-eb59-4d6e-9589-1fe5c3f73e95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3a1486c6-d17c-4632-ae97-17ac9940f36d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a1486c6-d17c-4632-ae97-17ac9940f36d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a1486c6-d17c-4632-ae97-17ac9940f36d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a1486c6-d17c-4632-ae97-17ac9940f36d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a1486c6-d17c-4632-ae97-17ac9940f36d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a1486c6-d17c-4632-ae97-17ac9940f36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a1486c6-d17c-4632-ae97-17ac9940f36d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cfc8f10e-fc6a-4e0f-8a68-859f577a5d30 {
  display: none;
}
#s-e164b15f-790c-411c-9842-5d795f6c6c78 {
  text-align: left;
}



.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e164b15f-790c-411c-9842-5d795f6c6c78 img.shogun-image {
  width: 100%;
}



}
#s-0b301734-cdd8-4b6d-a52b-d8b2e50ace70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b301734-cdd8-4b6d-a52b-d8b2e50ace70 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d693c4e-5256-4991-8e35-6516be2a0205 {
  text-align: center;
}

#s-4d693c4e-5256-4991-8e35-6516be2a0205 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d693c4e-5256-4991-8e35-6516be2a0205 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4d693c4e-5256-4991-8e35-6516be2a0205 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f86ede53-6fdd-440f-969c-27511a72e784 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f86ede53-6fdd-440f-969c-27511a72e784:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f86ede53-6fdd-440f-969c-27511a72e784:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f86ede53-6fdd-440f-969c-27511a72e784 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f86ede53-6fdd-440f-969c-27511a72e784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f86ede53-6fdd-440f-969c-27511a72e784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f86ede53-6fdd-440f-969c-27511a72e784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c197d1e7-5366-4da2-a660-4632ea6dcec4 {
  display: none;
}
#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 {
  text-align: left;
}



.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-750c5dc9-5719-4f78-a2fa-a77f3d93be16 img.shogun-image {
  width: 100%;
}



}
#s-a1235038-f070-4c35-90cb-75fe69e6bd87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1235038-f070-4c35-90cb-75fe69e6bd87 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2586a005-558e-4f56-adfc-99e965bf5073 {
  text-align: center;
}

#s-2586a005-558e-4f56-adfc-99e965bf5073 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2586a005-558e-4f56-adfc-99e965bf5073 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2586a005-558e-4f56-adfc-99e965bf5073 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a87bac08-d574-4128-a036-f93851a5a1a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a87bac08-d574-4128-a036-f93851a5a1a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a87bac08-d574-4128-a036-f93851a5a1a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a87bac08-d574-4128-a036-f93851a5a1a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a87bac08-d574-4128-a036-f93851a5a1a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a87bac08-d574-4128-a036-f93851a5a1a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a87bac08-d574-4128-a036-f93851a5a1a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 80%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 1) !important;
background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(194, 194, 194, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1 {
  display: none;
}
#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1, #wrap-s-ad78361c-3d81-4020-a31b-eaf9f7c728e1 { display:none !important; }}@media (max-width: 767px){#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1 {
  display: none;
}
#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1, #wrap-s-ad78361c-3d81-4020-a31b-eaf9f7c728e1 { display:none !important; }}

  #s-ad78361c-3d81-4020-a31b-eaf9f7c728e1-root {
    text-align: center;
  }


#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad78361c-3d81-4020-a31b-eaf9f7c728e1-root {
    text-align: center;
  }


#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad78361c-3d81-4020-a31b-eaf9f7c728e1-root {
    text-align: center;
  }


#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad78361c-3d81-4020-a31b-eaf9f7c728e1-root {
    text-align: center;
  }


#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad78361c-3d81-4020-a31b-eaf9f7c728e1-root {
    text-align: center;
  }


#s-ad78361c-3d81-4020-a31b-eaf9f7c728e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 80%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 1) !important;
background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(194, 194, 194, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a {
  display: none;
}
#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a, #wrap-s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a { display:none !important; }}@media (max-width: 767px){#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a {
  display: none;
}
#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a, #wrap-s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a { display:none !important; }}

  #s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a-root {
    text-align: center;
  }


#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a-root {
    text-align: center;
  }


#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a-root {
    text-align: center;
  }


#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a-root {
    text-align: center;
  }


#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a-root {
    text-align: center;
  }


#s-7bd6d6ce-4523-4144-b29b-9ea435a05a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
max-width: 80%;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac {
  display: none;
}
#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac, #wrap-s-0c3c99ac-32d7-480a-be9c-15dd809f30ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac {
  display: none;
}
#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac, #wrap-s-0c3c99ac-32d7-480a-be9c-15dd809f30ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac {
  
}
}

  #s-0c3c99ac-32d7-480a-be9c-15dd809f30ac-root {
    text-align: center;
  }


#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c3c99ac-32d7-480a-be9c-15dd809f30ac-root {
    text-align: center;
  }


#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c3c99ac-32d7-480a-be9c-15dd809f30ac-root {
    text-align: center;
  }


#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c3c99ac-32d7-480a-be9c-15dd809f30ac-root {
    text-align: center;
  }


#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c3c99ac-32d7-480a-be9c-15dd809f30ac-root {
    text-align: center;
  }


#s-0c3c99ac-32d7-480a-be9c-15dd809f30ac.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-df48be4b-ec7c-47b5-bd44-032ac68295c8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
max-width: 80%;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-df48be4b-ec7c-47b5-bd44-032ac68295c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df48be4b-ec7c-47b5-bd44-032ac68295c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-df48be4b-ec7c-47b5-bd44-032ac68295c8 {
  display: none;
}
#s-df48be4b-ec7c-47b5-bd44-032ac68295c8, #wrap-s-df48be4b-ec7c-47b5-bd44-032ac68295c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df48be4b-ec7c-47b5-bd44-032ac68295c8 {
  display: none;
}
#s-df48be4b-ec7c-47b5-bd44-032ac68295c8, #wrap-s-df48be4b-ec7c-47b5-bd44-032ac68295c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df48be4b-ec7c-47b5-bd44-032ac68295c8 {
  
}
}

  #s-df48be4b-ec7c-47b5-bd44-032ac68295c8-root {
    text-align: center;
  }


#s-df48be4b-ec7c-47b5-bd44-032ac68295c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-df48be4b-ec7c-47b5-bd44-032ac68295c8-root {
    text-align: center;
  }


#s-df48be4b-ec7c-47b5-bd44-032ac68295c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df48be4b-ec7c-47b5-bd44-032ac68295c8-root {
    text-align: center;
  }


#s-df48be4b-ec7c-47b5-bd44-032ac68295c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df48be4b-ec7c-47b5-bd44-032ac68295c8-root {
    text-align: center;
  }


#s-df48be4b-ec7c-47b5-bd44-032ac68295c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-df48be4b-ec7c-47b5-bd44-032ac68295c8-root {
    text-align: center;
  }


#s-df48be4b-ec7c-47b5-bd44-032ac68295c8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-0eaba7fd-1ca3-4f34-ad98-f95d022892c5 hr {
  border-top: 2px solid #000;
}

#s-0707b7c9-4394-4ff5-b2b4-fc427661b4d9 {
  min-height: 50px;
}








#s-0707b7c9-4394-4ff5-b2b4-fc427661b4d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0707b7c9-4394-4ff5-b2b4-fc427661b4d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c9da7e8-b85a-44aa-abfa-3b76be2f134d {
  text-align: left;
}

#s-9b480b7f-de27-4b7f-b152-c5c60d7bca9e {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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