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

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

#s-409aed91-c446-42e1-b348-85ac84809782 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-409aed91-c446-42e1-b348-85ac84809782 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-409aed91-c446-42e1-b348-85ac84809782 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


.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-cfa10582-8f1c-409b-b8d2-086a557ecd80 {
  margin-left: auto;
margin-right: auto;
opacity: 1;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 0px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-column, #s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 0px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-column, #s-cfa10582-8f1c-409b-b8d2-086a557ecd80 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 0);
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
      position: relative;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
      position: relative;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
      position: relative;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
      position: relative;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container {
      position: relative;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daf6ee82-95dc-4350-abe5-3ba79b1ea3d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
      position: relative;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
      position: relative;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
      position: relative;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
      position: relative;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container {
      position: relative;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e669cda-8621-4df4-a7f1-f8aa987e9bfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87142fe5-537a-4c7f-927c-664862a96d87 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
      position: relative;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87142fe5-537a-4c7f-927c-664862a96d87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87142fe5-537a-4c7f-927c-664862a96d87 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
      position: relative;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-87142fe5-537a-4c7f-927c-664862a96d87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87142fe5-537a-4c7f-927c-664862a96d87 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
      position: relative;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-87142fe5-537a-4c7f-927c-664862a96d87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87142fe5-537a-4c7f-927c-664862a96d87 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
      position: relative;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-87142fe5-537a-4c7f-927c-664862a96d87 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-87142fe5-537a-4c7f-927c-664862a96d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87142fe5-537a-4c7f-927c-664862a96d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-87142fe5-537a-4c7f-927c-664862a96d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87142fe5-537a-4c7f-927c-664862a96d87 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container {
      position: relative;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87142fe5-537a-4c7f-927c-664862a96d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
      position: relative;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
      position: relative;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
      position: relative;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
      position: relative;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container {
      position: relative;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8b0173-7951-4719-ba26-eaaa2b9c6364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
      position: relative;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
      position: relative;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
      position: relative;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
      position: relative;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container {
      position: relative;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ab9ef5-5f9e-4547-94a5-8d34eef83449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c36c63d-5622-4733-a412-5be74fb71e65 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
      position: relative;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c36c63d-5622-4733-a412-5be74fb71e65 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
      position: relative;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c36c63d-5622-4733-a412-5be74fb71e65 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
      position: relative;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c36c63d-5622-4733-a412-5be74fb71e65 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
      position: relative;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c36c63d-5622-4733-a412-5be74fb71e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9c36c63d-5622-4733-a412-5be74fb71e65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c36c63d-5622-4733-a412-5be74fb71e65 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container {
      position: relative;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c36c63d-5622-4733-a412-5be74fb71e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-content {
  
    align-items: center;
  
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f124b42-17b1-428a-9be5-71345a1ac12a {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
      position: relative;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-content {
  
    align-items: center;
  
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f124b42-17b1-428a-9be5-71345a1ac12a {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
      position: relative;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-content {
  
    align-items: center;
  
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f124b42-17b1-428a-9be5-71345a1ac12a {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
      position: relative;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-content {
  
    align-items: center;
  
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f124b42-17b1-428a-9be5-71345a1ac12a {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
      position: relative;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f124b42-17b1-428a-9be5-71345a1ac12a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-9f124b42-17b1-428a-9be5-71345a1ac12a .shogun-image-content {
  
    align-items: center;
  
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f124b42-17b1-428a-9be5-71345a1ac12a {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container {
      position: relative;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f124b42-17b1-428a-9be5-71345a1ac12a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46758be6-af41-4b2e-babd-6805590e9d6f {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
      position: relative;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-46758be6-af41-4b2e-babd-6805590e9d6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46758be6-af41-4b2e-babd-6805590e9d6f {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
      position: relative;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-46758be6-af41-4b2e-babd-6805590e9d6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46758be6-af41-4b2e-babd-6805590e9d6f {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
      position: relative;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-46758be6-af41-4b2e-babd-6805590e9d6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46758be6-af41-4b2e-babd-6805590e9d6f {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
      position: relative;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-46758be6-af41-4b2e-babd-6805590e9d6f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46758be6-af41-4b2e-babd-6805590e9d6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-46758be6-af41-4b2e-babd-6805590e9d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46758be6-af41-4b2e-babd-6805590e9d6f {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container {
      position: relative;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46758be6-af41-4b2e-babd-6805590e9d6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
      position: relative;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
      position: relative;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
      position: relative;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
      position: relative;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b318d504-6095-4aa2-b8f4-29c9707c3b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container {
      position: relative;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b318d504-6095-4aa2-b8f4-29c9707c3b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-7224c65d-3a79-4670-a925-ae561847738d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-content {
  
    align-items: center;
  
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7224c65d-3a79-4670-a925-ae561847738d {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
      position: relative;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7224c65d-3a79-4670-a925-ae561847738d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-content {
  
    align-items: center;
  
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7224c65d-3a79-4670-a925-ae561847738d {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
      position: relative;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-7224c65d-3a79-4670-a925-ae561847738d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-content {
  
    align-items: center;
  
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7224c65d-3a79-4670-a925-ae561847738d {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
      position: relative;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-7224c65d-3a79-4670-a925-ae561847738d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-content {
  
    align-items: center;
  
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7224c65d-3a79-4670-a925-ae561847738d {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
      position: relative;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-7224c65d-3a79-4670-a925-ae561847738d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7224c65d-3a79-4670-a925-ae561847738d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7224c65d-3a79-4670-a925-ae561847738d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-7224c65d-3a79-4670-a925-ae561847738d .shogun-image-content {
  
    align-items: center;
  
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7224c65d-3a79-4670-a925-ae561847738d {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container {
      position: relative;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7224c65d-3a79-4670-a925-ae561847738d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
      position: relative;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
      position: relative;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
      position: relative;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
      position: relative;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-d6402314-32a3-4b35-b223-d98ba3f86ff7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container {
      position: relative;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6402314-32a3-4b35-b223-d98ba3f86ff7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
      position: relative;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
      position: relative;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
      position: relative;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
      position: relative;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container {
      position: relative;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75172fa-0bc4-48f0-af61-d5c5cd350d17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-content {
  
    align-items: center;
  
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b559d6e2-35da-4585-91f8-71722c265358 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
      position: relative;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b559d6e2-35da-4585-91f8-71722c265358 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-content {
  
    align-items: center;
  
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b559d6e2-35da-4585-91f8-71722c265358 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
      position: relative;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b559d6e2-35da-4585-91f8-71722c265358 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-content {
  
    align-items: center;
  
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b559d6e2-35da-4585-91f8-71722c265358 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
      position: relative;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b559d6e2-35da-4585-91f8-71722c265358 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-content {
  
    align-items: center;
  
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b559d6e2-35da-4585-91f8-71722c265358 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
      position: relative;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-b559d6e2-35da-4585-91f8-71722c265358 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b559d6e2-35da-4585-91f8-71722c265358 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b559d6e2-35da-4585-91f8-71722c265358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-b559d6e2-35da-4585-91f8-71722c265358 .shogun-image-content {
  
    align-items: center;
  
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b559d6e2-35da-4585-91f8-71722c265358 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container {
      position: relative;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b559d6e2-35da-4585-91f8-71722c265358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ebc41c-7657-4392-9145-60f6635f52d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
      position: relative;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ebc41c-7657-4392-9145-60f6635f52d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
      position: relative;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ebc41c-7657-4392-9145-60f6635f52d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
      position: relative;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ebc41c-7657-4392-9145-60f6635f52d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
      position: relative;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ebc41c-7657-4392-9145-60f6635f52d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-48ebc41c-7657-4392-9145-60f6635f52d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ebc41c-7657-4392-9145-60f6635f52d5 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container {
      position: relative;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ebc41c-7657-4392-9145-60f6635f52d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-image-margin-container-s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
      position: relative;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
      position: relative;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
      position: relative;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
      position: relative;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container {
      position: relative;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa389b52-4d9a-4e2a-b918-d9138a1e5f54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin-left: auto;
margin-right: auto;
max-width: 3096px;
aspect-ratio: 3096/4128;
text-align: center;
}



.shg-image-margin-container-s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
      position: relative;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
      position: relative;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
      position: relative;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
      position: relative;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

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

.shg-image-margin-container-s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }

    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-link {
      aspect-ratio: 3096/4128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3096px;
  }



  img.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
    
    
    
    max-height: 3096px;
  }


.s-c51ad3a8-cba8-4f87-9233-c1732a576261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 {
      --shg-aspect-ratio: calc(3096/4128); 
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container {
      position: relative;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51ad3a8-cba8-4f87-9233-c1732a576261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3096px;
    }
  }

}
/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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