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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-f5a292b0-9fbc-456e-bbe8-a5681ee0c40d {
  margin-top: -40px;
margin-left: auto;
margin-bottom: -40px;
margin-right: auto;
text-align: left;
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-89d63462-d72b-4943-a18e-332b332b53c1 {
  min-height: 50px;
}








#s-89d63462-d72b-4943-a18e-332b332b53c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89d63462-d72b-4943-a18e-332b332b53c1.shg-box.shg-c {
  justify-content: center;
}

#s-f99b7624-2eae-4f79-a2d5-8e5603c0f809 {
  min-height: 50px;
}








#s-f99b7624-2eae-4f79-a2d5-8e5603c0f809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99b7624-2eae-4f79-a2d5-8e5603c0f809.shg-box.shg-c {
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 960px;
aspect-ratio: 960/600;
text-align: center;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin: 0 !important;
  overflow: visible;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add background color handling */
  
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }

    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-link {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
  box-sizing: border-box;
}



.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
      --shg-aspect-ratio: calc(960/600); 
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
      position: relative;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin: 0 !important;
  overflow: visible;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add background color handling */
  
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }

    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-link {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
  box-sizing: border-box;
}



.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
      --shg-aspect-ratio: calc(960/600); 
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
      position: relative;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin: 0 !important;
  overflow: visible;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add background color handling */
  
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }

    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-link {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
  box-sizing: border-box;
}



.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
      --shg-aspect-ratio: calc(960/600); 
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
      position: relative;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin: 0 !important;
  overflow: visible;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add background color handling */
  
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }

    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-link {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
  box-sizing: border-box;
}



.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
      --shg-aspect-ratio: calc(960/600); 
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
      position: relative;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  margin: 0 !important;
  overflow: visible;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add background color handling */
  
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }

    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-link {
      aspect-ratio: 960/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 .shogun-image-content {
  
    justify-content: center;
  
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image {
  box-sizing: border-box;
}



.s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 {
      --shg-aspect-ratio: calc(960/600); 
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container {
      position: relative;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-808dcc83-2bc0-498e-9e3e-fb3b79803398 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-fbfa2a00-6f96-4708-b259-60ef26937a90 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-fbfa2a00-6f96-4708-b259-60ef26937a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbfa2a00-6f96-4708-b259-60ef26937a90.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-37c446cc-3f55-4bcb-89ca-14588d719606"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-37c446cc-3f55-4bcb-89ca-14588d719606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37c446cc-3f55-4bcb-89ca-14588d719606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37c446cc-3f55-4bcb-89ca-14588d719606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-476d98db-a91a-44cc-9d30-92e41c6ed9c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-476d98db-a91a-44cc-9d30-92e41c6ed9c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-476d98db-a91a-44cc-9d30-92e41c6ed9c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-476d98db-a91a-44cc-9d30-92e41c6ed9c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
  box-sizing: border-box;
}



.s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad2664c-178f-4e89-94ac-a1efade797af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
      position: relative;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
  box-sizing: border-box;
}



.s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad2664c-178f-4e89-94ac-a1efade797af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
      position: relative;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
  box-sizing: border-box;
}



.s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad2664c-178f-4e89-94ac-a1efade797af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
      position: relative;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
  box-sizing: border-box;
}



.s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad2664c-178f-4e89-94ac-a1efade797af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
      position: relative;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-5ad2664c-178f-4e89-94ac-a1efade797af {
  margin: 0 !important;
  overflow: visible;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ad2664c-178f-4e89-94ac-a1efade797af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add background color handling */
  
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ad2664c-178f-4e89-94ac-a1efade797af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5ad2664c-178f-4e89-94ac-a1efade797af .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image {
  box-sizing: border-box;
}



.s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ad2664c-178f-4e89-94ac-a1efade797af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container {
      position: relative;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ad2664c-178f-4e89-94ac-a1efade797af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
  box-sizing: border-box;
}



.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
      position: relative;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
  box-sizing: border-box;
}



.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
      position: relative;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
  box-sizing: border-box;
}



.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
      position: relative;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
  box-sizing: border-box;
}



.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
      position: relative;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image {
  box-sizing: border-box;
}



.s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container {
      position: relative;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac1b83ba-1617-4995-a8f8-8b6238ef0fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-11faadfa-7c03-4404-a4b8-1ff55cddbae6 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-11faadfa-7c03-4404-a4b8-1ff55cddbae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11faadfa-7c03-4404-a4b8-1ff55cddbae6.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-80657f0f-76fb-4834-865e-898892d89b68 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-80657f0f-76fb-4834-865e-898892d89b68 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-80657f0f-76fb-4834-865e-898892d89b68 .shg-sld-nav-button.shg-sld-left,
#s-80657f0f-76fb-4834-865e-898892d89b68 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  max-width: 990px;
aspect-ratio: 990/660;
text-align: center;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  margin: 0 !important;
  overflow: visible;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add background color handling */
  
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
  box-sizing: border-box;
}



.s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c90db081-b8e3-4195-b4bb-301ec152746d {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
      position: relative;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  margin: 0 !important;
  overflow: visible;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add background color handling */
  
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
  box-sizing: border-box;
}



.s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c90db081-b8e3-4195-b4bb-301ec152746d {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
      position: relative;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  margin: 0 !important;
  overflow: visible;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add background color handling */
  
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
  box-sizing: border-box;
}



.s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c90db081-b8e3-4195-b4bb-301ec152746d {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
      position: relative;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  margin: 0 !important;
  overflow: visible;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add background color handling */
  
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
  box-sizing: border-box;
}



.s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c90db081-b8e3-4195-b4bb-301ec152746d {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
      position: relative;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-c90db081-b8e3-4195-b4bb-301ec152746d {
  margin: 0 !important;
  overflow: visible;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c90db081-b8e3-4195-b4bb-301ec152746d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add background color handling */
  
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c90db081-b8e3-4195-b4bb-301ec152746d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-c90db081-b8e3-4195-b4bb-301ec152746d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image {
  box-sizing: border-box;
}



.s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c90db081-b8e3-4195-b4bb-301ec152746d {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container {
      position: relative;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c90db081-b8e3-4195-b4bb-301ec152746d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  max-width: 990px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  margin: 0 !important;
  overflow: visible;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add background color handling */
  
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
  box-sizing: border-box;
}



.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
      position: relative;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  margin: 0 !important;
  overflow: visible;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add background color handling */
  
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
  box-sizing: border-box;
}



.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
      position: relative;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  margin: 0 !important;
  overflow: visible;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add background color handling */
  
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
  box-sizing: border-box;
}



.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
      position: relative;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  margin: 0 !important;
  overflow: visible;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add background color handling */
  
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
  box-sizing: border-box;
}



.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
      position: relative;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  margin: 0 !important;
  overflow: visible;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add background color handling */
  
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image {
  box-sizing: border-box;
}



.s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container {
      position: relative;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70827ed2-0785-4d40-9a3b-dfcd3a637f6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  max-width: 990px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
  box-sizing: border-box;
}



.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
      position: relative;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
  box-sizing: border-box;
}



.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
      position: relative;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
  box-sizing: border-box;
}



.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
      position: relative;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
  box-sizing: border-box;
}



.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
      position: relative;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  margin: 0 !important;
  overflow: visible;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add background color handling */
  
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image {
  box-sizing: border-box;
}



.s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container {
      position: relative;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0c934e-fb6a-4d4e-a185-1e08b28b1b9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  max-width: 990px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
  box-sizing: border-box;
}



.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
      position: relative;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
  box-sizing: border-box;
}



.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
      position: relative;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
  box-sizing: border-box;
}



.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
      position: relative;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
  box-sizing: border-box;
}



.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
      position: relative;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image {
  box-sizing: border-box;
}



.s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container {
      position: relative;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c56b4b9-c3a3-410d-9d38-d43fb9c0b3c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-3453f36a-bad1-42aa-aa78-b6ae1dd2cdd4 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-3453f36a-bad1-42aa-aa78-b6ae1dd2cdd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3453f36a-bad1-42aa-aa78-b6ae1dd2cdd4.shg-box.shg-c {
  justify-content: center;
}

#s-6b4eae7d-5895-4f19-92bf-cc65528e67de {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6b4eae7d-5895-4f19-92bf-cc65528e67de .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6b4eae7d-5895-4f19-92bf-cc65528e67de .shg-sld-nav-button.shg-sld-left,
#s-6b4eae7d-5895-4f19-92bf-cc65528e67de .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  max-width: 990px;
aspect-ratio: 990/660;
text-align: center;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
  box-sizing: border-box;
}



.s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663645d4-8af0-4c11-b788-06bd432e68f2 {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
      position: relative;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
  box-sizing: border-box;
}



.s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663645d4-8af0-4c11-b788-06bd432e68f2 {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
      position: relative;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
  box-sizing: border-box;
}



.s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663645d4-8af0-4c11-b788-06bd432e68f2 {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
      position: relative;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
  box-sizing: border-box;
}



.s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663645d4-8af0-4c11-b788-06bd432e68f2 {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
      position: relative;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-663645d4-8af0-4c11-b788-06bd432e68f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-663645d4-8af0-4c11-b788-06bd432e68f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-663645d4-8af0-4c11-b788-06bd432e68f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image {
  box-sizing: border-box;
}



.s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-663645d4-8af0-4c11-b788-06bd432e68f2 {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container {
      position: relative;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663645d4-8af0-4c11-b788-06bd432e68f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  max-width: 990px;
aspect-ratio: 990/660;
text-align: center;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  margin: 0 !important;
  overflow: visible;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add background color handling */
  
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
  box-sizing: border-box;
}



.s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
      position: relative;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  margin: 0 !important;
  overflow: visible;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add background color handling */
  
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
  box-sizing: border-box;
}



.s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
      position: relative;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  margin: 0 !important;
  overflow: visible;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add background color handling */
  
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
  box-sizing: border-box;
}



.s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
      position: relative;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  margin: 0 !important;
  overflow: visible;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add background color handling */
  
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
  box-sizing: border-box;
}



.s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
      position: relative;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  margin: 0 !important;
  overflow: visible;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add background color handling */
  
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }

    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-link {
      aspect-ratio: 990/660;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-1570b00a-bd70-47d8-b120-9b9fc94f532a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image {
  box-sizing: border-box;
}



.s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a {
      --shg-aspect-ratio: calc(990/660); 
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container {
      position: relative;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1570b00a-bd70-47d8-b120-9b9fc94f532a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  max-width: 990px;
aspect-ratio: 1/1;
text-align: center;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  margin: 0 !important;
  overflow: visible;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add background color handling */
  
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
  box-sizing: border-box;
}



.s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
      position: relative;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  margin: 0 !important;
  overflow: visible;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add background color handling */
  
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
  box-sizing: border-box;
}



.s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
      position: relative;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  margin: 0 !important;
  overflow: visible;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add background color handling */
  
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
  box-sizing: border-box;
}



.s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
      position: relative;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  margin: 0 !important;
  overflow: visible;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add background color handling */
  
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
  box-sizing: border-box;
}



.s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
      position: relative;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  margin: 0 !important;
  overflow: visible;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add background color handling */
  
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-87b3f385-dbcc-4149-89a8-ca4c62024106 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image {
  box-sizing: border-box;
}



.s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container {
      position: relative;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b3f385-dbcc-4149-89a8-ca4c62024106 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  max-width: 990px;
aspect-ratio: 1/1;
text-align: center;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  margin: 0 !important;
  overflow: visible;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add background color handling */
  
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-content {
  
    justify-content: center;
  
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
  box-sizing: border-box;
}



.s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
      position: relative;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  margin: 0 !important;
  overflow: visible;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add background color handling */
  
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-content {
  
    justify-content: center;
  
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
  box-sizing: border-box;
}



.s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
      position: relative;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  margin: 0 !important;
  overflow: visible;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add background color handling */
  
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-content {
  
    justify-content: center;
  
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
  box-sizing: border-box;
}



.s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
      position: relative;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  margin: 0 !important;
  overflow: visible;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add background color handling */
  
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-content {
  
    justify-content: center;
  
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
  box-sizing: border-box;
}



.s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
      position: relative;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  margin: 0 !important;
  overflow: visible;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add background color handling */
  
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-920bf8fb-4af2-4e94-8bec-64dd83532679 .shogun-image-content {
  
    justify-content: center;
  
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image {
  box-sizing: border-box;
}



.s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container {
      position: relative;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920bf8fb-4af2-4e94-8bec-64dd83532679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-50bbf26b-2771-4e24-a0ed-1640efe78ecb {
  min-height: 50px;
}








#s-50bbf26b-2771-4e24-a0ed-1640efe78ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50bbf26b-2771-4e24-a0ed-1640efe78ecb.shg-box.shg-c {
  justify-content: center;
}

#s-c5ce3422-4675-4571-b9ca-2c8a5f60e766 {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
background-color: rgba(236, 236, 236, 1);
}

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

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

#s-2c47c7ef-9af9-4b15-8124-cb450665a989 hr {
  border-top: 1px solid rgba(36, 36, 36, 1);
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin: 0 !important;
  overflow: visible;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add background color handling */
  
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
    
    
    
    
  }


.s-afc93220-af7c-47f0-83c1-ad44f65a965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
  box-sizing: border-box;
}



.s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  
}


@media (min-width: 1200px){#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin: 0 !important;
  overflow: visible;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add background color handling */
  
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
    
    
    
    
  }


.s-afc93220-af7c-47f0-83c1-ad44f65a965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
  box-sizing: border-box;
}



.s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin: 0 !important;
  overflow: visible;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add background color handling */
  
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
    
    
    
    
  }


.s-afc93220-af7c-47f0-83c1-ad44f65a965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
  box-sizing: border-box;
}



.s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin: 0 !important;
  overflow: visible;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add background color handling */
  
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
    
    
    
    
  }


.s-afc93220-af7c-47f0-83c1-ad44f65a965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
  box-sizing: border-box;
}



.s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  
}


}@media (max-width: 767px){#s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  margin: 0 !important;
  overflow: visible;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc93220-af7c-47f0-83c1-ad44f65a965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add background color handling */
  
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
    
    
    
    
  }


.s-afc93220-af7c-47f0-83c1-ad44f65a965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc93220-af7c-47f0-83c1-ad44f65a965d.shogun-image {
  box-sizing: border-box;
}



.s-afc93220-af7c-47f0-83c1-ad44f65a965d img.shogun-image {
  
}


}
#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
    
    
    
    
  }


.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
  box-sizing: border-box;
}



.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  
}


@media (min-width: 1200px){#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
    
    
    
    
  }


.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
  box-sizing: border-box;
}



.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
    
    
    
    
  }


.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
  box-sizing: border-box;
}



.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
    
    
    
    
  }


.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
  box-sizing: border-box;
}



.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  
}


}@media (max-width: 767px){#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
    
    
    
    
  }


.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77b398c7-146a-4dd6-98d8-9f0af8d28a00.shogun-image {
  box-sizing: border-box;
}



.s-77b398c7-146a-4dd6-98d8-9f0af8d28a00 img.shogun-image {
  
}


}
#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin: 0 !important;
  overflow: visible;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add background color handling */
  
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
    
    
    
    
  }


.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec .shogun-image-content {
  
    justify-content: center;
  
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
  box-sizing: border-box;
}



.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  
}


@media (min-width: 1200px){#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin: 0 !important;
  overflow: visible;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add background color handling */
  
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
    
    
    
    
  }


.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec .shogun-image-content {
  
    justify-content: center;
  
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
  box-sizing: border-box;
}



.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin: 0 !important;
  overflow: visible;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add background color handling */
  
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
    
    
    
    
  }


.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec .shogun-image-content {
  
    justify-content: center;
  
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
  box-sizing: border-box;
}



.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin: 0 !important;
  overflow: visible;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add background color handling */
  
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
    
    
    
    
  }


.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec .shogun-image-content {
  
    justify-content: center;
  
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
  box-sizing: border-box;
}



.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  
}


}@media (max-width: 767px){#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  margin: 0 !important;
  overflow: visible;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3805a45d-c7e1-44c7-b90d-96893e8a6fec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add background color handling */
  
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
    
    
    
    
  }


.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec .shogun-image-content {
  
    justify-content: center;
  
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3805a45d-c7e1-44c7-b90d-96893e8a6fec.shogun-image {
  box-sizing: border-box;
}



.s-3805a45d-c7e1-44c7-b90d-96893e8a6fec img.shogun-image {
  
}


}
#s-29b50132-4739-44a2-a2e6-d36207eb9040 {
  min-height: 50px;
}








#s-29b50132-4739-44a2-a2e6-d36207eb9040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29b50132-4739-44a2-a2e6-d36207eb9040.shg-box.shg-c {
  justify-content: center;
}

#s-7da95602-c8f9-4f3c-bbf9-0fed6c04bac6 {
  min-height: 50px;
}








#s-7da95602-c8f9-4f3c-bbf9-0fed6c04bac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7da95602-c8f9-4f3c-bbf9-0fed6c04bac6.shg-box.shg-c {
  justify-content: center;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
    
    
    
    
  }


.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
  box-sizing: border-box;
}



.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
    
    
    
    
  }


.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
  box-sizing: border-box;
}



.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
    
    
    
    
  }


.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
  box-sizing: border-box;
}



.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
    
    
    
    
  }


.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
  box-sizing: border-box;
}



.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b32af89-b3b3-4fb8-b918-839eef9b0632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
    
    
    
    
  }


.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b32af89-b3b3-4fb8-b918-839eef9b0632.shogun-image {
  box-sizing: border-box;
}



.s-1b32af89-b3b3-4fb8-b918-839eef9b0632 img.shogun-image {
  
}


}
#s-11e981f1-cdb6-424c-bdb9-2c06bb3f890b {
  min-height: 50px;
}








#s-11e981f1-cdb6-424c-bdb9-2c06bb3f890b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11e981f1-cdb6-424c-bdb9-2c06bb3f890b.shg-box.shg-c {
  justify-content: center;
}

#s-d41edc5e-6150-43fb-a6b8-413e6e83de5e {
  min-height: 50px;
}








#s-d41edc5e-6150-43fb-a6b8-413e6e83de5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d41edc5e-6150-43fb-a6b8-413e6e83de5e.shg-box.shg-c {
  justify-content: center;
}

#s-2f8bc62a-4e0c-4d05-812e-25f9a69178bc {
  min-height: 50px;
}








#s-2f8bc62a-4e0c-4d05-812e-25f9a69178bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f8bc62a-4e0c-4d05-812e-25f9a69178bc.shg-box.shg-c {
  justify-content: center;
}

#s-52e91d9a-54b9-4c8b-b1fe-3964ff77e65a {
  min-height: 50px;
}








#s-52e91d9a-54b9-4c8b-b1fe-3964ff77e65a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52e91d9a-54b9-4c8b-b1fe-3964ff77e65a.shg-box.shg-c {
  justify-content: center;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin-bottom: 10px;
text-align: center;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin: 0 !important;
  overflow: visible;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add background color handling */
  
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
    
    
    
    
  }


.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
  box-sizing: border-box;
}



.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  
}


@media (min-width: 1200px){#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin: 0 !important;
  overflow: visible;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add background color handling */
  
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
    
    
    
    
  }


.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
  box-sizing: border-box;
}



.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin: 0 !important;
  overflow: visible;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add background color handling */
  
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
    
    
    
    
  }


.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
  box-sizing: border-box;
}



.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin: 0 !important;
  overflow: visible;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add background color handling */
  
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
    
    
    
    
  }


.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
  box-sizing: border-box;
}



.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  
}


}@media (max-width: 767px){#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  margin: 0 !important;
  overflow: visible;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add background color handling */
  
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
    
    
    
    
  }


.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba.shogun-image {
  box-sizing: border-box;
}



.s-a0ffe75b-aa78-4e45-8fb3-bc8c4926bdba img.shogun-image {
  
}


}
#s-b0c5b699-e49d-4c17-bab4-795f9bd83cf1 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-b0c5b699-e49d-4c17-bab4-795f9bd83cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0c5b699-e49d-4c17-bab4-795f9bd83cf1.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(147, 147, 147, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTIwYzI4ZDYtYjI5Yi00NmI4LWFlMGMtMjVmZWZmNGI3NThmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjBjMjhkNi1iMjliLTQ2YjgtYWUwYy0yNWZlZmY0Yjc1OGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa-root {
    text-align: center;
  }


#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa-root {
    text-align: center;
  }


#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa-root {
    text-align: center;
  }


#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa-root {
    text-align: center;
  }


#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa-root {
    text-align: center;
  }


#s-f5a0a0b2-b95e-4e58-bfe1-1f7bbf927eaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-8e55204b-4ad6-479c-b11d-4ada3c667a42 {
  min-height: 50px;
}








#s-8e55204b-4ad6-479c-b11d-4ada3c667a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e55204b-4ad6-479c-b11d-4ada3c667a42.shg-box.shg-c {
  justify-content: center;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin: 0 !important;
  overflow: visible;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add background color handling */
  
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
    
    
    
    
  }


.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
  box-sizing: border-box;
}



.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  
}


@media (min-width: 1200px){#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin: 0 !important;
  overflow: visible;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add background color handling */
  
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
    
    
    
    
  }


.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
  box-sizing: border-box;
}



.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin: 0 !important;
  overflow: visible;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add background color handling */
  
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
    
    
    
    
  }


.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
  box-sizing: border-box;
}



.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin: 0 !important;
  overflow: visible;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add background color handling */
  
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
    
    
    
    
  }


.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
  box-sizing: border-box;
}



.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  
}


}@media (max-width: 767px){#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  margin: 0 !important;
  overflow: visible;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add background color handling */
  
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
    
    
    
    
  }


.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e.shogun-image {
  box-sizing: border-box;
}



.s-8c1ce37f-a3a5-4fe0-b581-db02f74f545e img.shogun-image {
  
}


}
#s-9de7b3d7-4187-4927-a90c-65541a68d352 {
  min-height: 50px;
}








#s-9de7b3d7-4187-4927-a90c-65541a68d352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9de7b3d7-4187-4927-a90c-65541a68d352.shg-box.shg-c {
  justify-content: center;
}

#s-c86d6d30-1ced-480d-a42e-9378337ff7f5 {
  min-height: 50px;
}








#s-c86d6d30-1ced-480d-a42e-9378337ff7f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c86d6d30-1ced-480d-a42e-9378337ff7f5.shg-box.shg-c {
  justify-content: center;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/467;
text-align: center;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }

    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-link {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
  box-sizing: border-box;
}



.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
      --shg-aspect-ratio: calc(960/467); 
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
      position: relative;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }

    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-link {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
  box-sizing: border-box;
}



.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
      --shg-aspect-ratio: calc(960/467); 
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
      position: relative;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }

    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-link {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
  box-sizing: border-box;
}



.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
      --shg-aspect-ratio: calc(960/467); 
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
      position: relative;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }

    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-link {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
  box-sizing: border-box;
}



.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
      --shg-aspect-ratio: calc(960/467); 
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
      position: relative;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }

    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-link {
      aspect-ratio: 960/467;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image {
  box-sizing: border-box;
}



.s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 {
      --shg-aspect-ratio: calc(960/467); 
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container {
      position: relative;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a6e8a4b-59c4-46f7-a017-97d5cbf037b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/393;
text-align: center;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin: 0 !important;
  overflow: visible;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add background color handling */
  
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
  box-sizing: border-box;
}



.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
      position: relative;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin: 0 !important;
  overflow: visible;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add background color handling */
  
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
  box-sizing: border-box;
}



.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
      position: relative;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin: 0 !important;
  overflow: visible;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add background color handling */
  
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
  box-sizing: border-box;
}



.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
      position: relative;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin: 0 !important;
  overflow: visible;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add background color handling */
  
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
  box-sizing: border-box;
}



.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
      position: relative;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  margin: 0 !important;
  overflow: visible;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add background color handling */
  
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image {
  box-sizing: border-box;
}



.s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container {
      position: relative;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-632a2062-7ef7-4d47-8841-93a9cc9ad075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-087f40d0-928a-41cb-82dd-6d35c8776f47 {
  min-height: 50px;
}








#s-087f40d0-928a-41cb-82dd-6d35c8776f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-087f40d0-928a-41cb-82dd-6d35c8776f47.shg-box.shg-c {
  justify-content: center;
}

#s-50917518-0a31-4120-a5d8-d91c4162883a {
  min-height: 50px;
}








#s-50917518-0a31-4120-a5d8-d91c4162883a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50917518-0a31-4120-a5d8-d91c4162883a.shg-box.shg-c {
  justify-content: center;
}

#s-37a7f299-8f35-48bc-b33b-d2b96abdef3e {
  min-height: 50px;
}








#s-37a7f299-8f35-48bc-b33b-d2b96abdef3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a7f299-8f35-48bc-b33b-d2b96abdef3e.shg-box.shg-c {
  justify-content: center;
}

#s-ae88cd58-9ffd-4f7b-a9c6-5d7ed96bc2aa {
  min-height: 50px;
}








#s-ae88cd58-9ffd-4f7b-a9c6-5d7ed96bc2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae88cd58-9ffd-4f7b-a9c6-5d7ed96bc2aa.shg-box.shg-c {
  justify-content: center;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/471;
text-align: center;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin: 0 !important;
  overflow: visible;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add background color handling */
  
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }

    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-link {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
  box-sizing: border-box;
}



.s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
      --shg-aspect-ratio: calc(960/471); 
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
      position: relative;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin: 0 !important;
  overflow: visible;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add background color handling */
  
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }

    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-link {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
  box-sizing: border-box;
}



.s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
      --shg-aspect-ratio: calc(960/471); 
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
      position: relative;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin: 0 !important;
  overflow: visible;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add background color handling */
  
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }

    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-link {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
  box-sizing: border-box;
}



.s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
      --shg-aspect-ratio: calc(960/471); 
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
      position: relative;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin: 0 !important;
  overflow: visible;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add background color handling */
  
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }

    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-link {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
  box-sizing: border-box;
}



.s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
      --shg-aspect-ratio: calc(960/471); 
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
      position: relative;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  margin: 0 !important;
  overflow: visible;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add background color handling */
  
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }

    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-link {
      aspect-ratio: 960/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-94711063-078f-48a1-b7f0-69f6bbf2e957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image {
  box-sizing: border-box;
}



.s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 {
      --shg-aspect-ratio: calc(960/471); 
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container {
      position: relative;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94711063-078f-48a1-b7f0-69f6bbf2e957 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/504;
text-align: center;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }

    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-link {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
  box-sizing: border-box;
}



.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
      --shg-aspect-ratio: calc(960/504); 
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
      position: relative;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }

    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-link {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
  box-sizing: border-box;
}



.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
      --shg-aspect-ratio: calc(960/504); 
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
      position: relative;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }

    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-link {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
  box-sizing: border-box;
}



.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
      --shg-aspect-ratio: calc(960/504); 
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
      position: relative;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }

    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-link {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
  box-sizing: border-box;
}



.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
      --shg-aspect-ratio: calc(960/504); 
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
      position: relative;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }

    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-link {
      aspect-ratio: 960/504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image {
  box-sizing: border-box;
}



.s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 {
      --shg-aspect-ratio: calc(960/504); 
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container {
      position: relative;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8d371d-710c-4a9a-b175-ddcb1b329496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/393;
text-align: center;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin: 0 !important;
  overflow: visible;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add background color handling */
  
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
  box-sizing: border-box;
}



.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
      position: relative;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin: 0 !important;
  overflow: visible;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add background color handling */
  
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
  box-sizing: border-box;
}



.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
      position: relative;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin: 0 !important;
  overflow: visible;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add background color handling */
  
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
  box-sizing: border-box;
}



.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
      position: relative;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin: 0 !important;
  overflow: visible;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add background color handling */
  
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
  box-sizing: border-box;
}



.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
      position: relative;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  margin: 0 !important;
  overflow: visible;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add background color handling */
  
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }

    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-link {
      aspect-ratio: 960/393;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image {
  box-sizing: border-box;
}



.s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c {
      --shg-aspect-ratio: calc(960/393); 
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container {
      position: relative;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f57a2b6-ba2a-478c-b924-9b79e1cd708c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-4dc715e2-5c95-437d-8edb-48b4441a4c7d {
  min-height: 50px;
}








#s-4dc715e2-5c95-437d-8edb-48b4441a4c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4dc715e2-5c95-437d-8edb-48b4441a4c7d.shg-box.shg-c {
  justify-content: center;
}

#s-2d019939-7749-47e9-828a-ca4d45b3f57b {
  min-height: 50px;
}








#s-2d019939-7749-47e9-828a-ca4d45b3f57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d019939-7749-47e9-828a-ca4d45b3f57b.shg-box.shg-c {
  justify-content: center;
}

#s-20d34151-ec12-4a78-80b9-dfee7c86a815 {
  min-height: 50px;
}








#s-20d34151-ec12-4a78-80b9-dfee7c86a815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20d34151-ec12-4a78-80b9-dfee7c86a815.shg-box.shg-c {
  justify-content: center;
}

#s-21023a44-0a99-4a4c-8844-96f6457a49c1 {
  min-height: 50px;
}








#s-21023a44-0a99-4a4c-8844-96f6457a49c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21023a44-0a99-4a4c-8844-96f6457a49c1.shg-box.shg-c {
  justify-content: center;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  text-align: center;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
    
    
    
    
  }


.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
  box-sizing: border-box;
}



.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
    
    
    
    
  }


.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
  box-sizing: border-box;
}



.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
    
    
    
    
  }


.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
  box-sizing: border-box;
}



.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
    
    
    
    
  }


.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
  box-sizing: border-box;
}



.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
    
    
    
    
  }


.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d4f21-4277-4ed1-8a77-a0502ac95ef1.shogun-image {
  box-sizing: border-box;
}



.s-322d4f21-4277-4ed1-8a77-a0502ac95ef1 img.shogun-image {
  
}


}
#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin-bottom: 10px;
text-align: center;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
    
    
    
    
  }


.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
  box-sizing: border-box;
}



.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  
}


@media (min-width: 1200px){#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
    
    
    
    
  }


.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
  box-sizing: border-box;
}



.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
    
    
    
    
  }


.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
  box-sizing: border-box;
}



.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
    
    
    
    
  }


.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
  box-sizing: border-box;
}



.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  
}


}@media (max-width: 767px){#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
    
    
    
    
  }


.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf.shogun-image {
  box-sizing: border-box;
}



.s-15bc9b00-a05f-467a-a9c8-dfda4bdd96cf img.shogun-image {
  
}


}
#s-a6792210-bb49-4378-a2bc-4b52645d160c {
  min-height: 50px;
}








#s-a6792210-bb49-4378-a2bc-4b52645d160c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6792210-bb49-4378-a2bc-4b52645d160c.shg-box.shg-c {
  justify-content: center;
}

#s-c9bf0980-b63c-42c0-9b44-366de7f7e5a7 {
  min-height: 50px;
}








#s-c9bf0980-b63c-42c0-9b44-366de7f7e5a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9bf0980-b63c-42c0-9b44-366de7f7e5a7.shg-box.shg-c {
  justify-content: center;
}

#s-36c7c1f1-4d8e-4329-8bac-fd46ae8d114f {
  min-height: 50px;
}








#s-36c7c1f1-4d8e-4329-8bac-fd46ae8d114f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36c7c1f1-4d8e-4329-8bac-fd46ae8d114f.shg-box.shg-c {
  justify-content: center;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  text-align: center;
}
@media (min-width: 1200px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  display: none;
}
#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81, #wrap-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81, #wrap-content-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  display: none;
}
#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81, #wrap-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81, #wrap-content-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 { display: none !important; }}
#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
    
    
    
    
  }


.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
  box-sizing: border-box;
}



.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
    
    
    
    
  }


.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
  box-sizing: border-box;
}



.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
    
    
    
    
  }


.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
  box-sizing: border-box;
}



.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
    
    
    
    
  }


.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
  box-sizing: border-box;
}



.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
    
    
    
    
  }


.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81.shogun-image {
  box-sizing: border-box;
}



.s-2b0ffcb4-b881-48bc-86fe-80fe2aeb0a81 img.shogun-image {
  
}


}
#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  text-align: center;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  margin: 0 !important;
  overflow: visible;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add background color handling */
  
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
    
    
    
    
  }


.s-39fed12b-f3bf-4823-8e09-8dd90572787c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
  box-sizing: border-box;
}



.s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  
}


@media (min-width: 1200px){#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  margin: 0 !important;
  overflow: visible;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add background color handling */
  
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
    
    
    
    
  }


.s-39fed12b-f3bf-4823-8e09-8dd90572787c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
  box-sizing: border-box;
}



.s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  margin: 0 !important;
  overflow: visible;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add background color handling */
  
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
    
    
    
    
  }


.s-39fed12b-f3bf-4823-8e09-8dd90572787c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
  box-sizing: border-box;
}



.s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  margin: 0 !important;
  overflow: visible;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add background color handling */
  
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
    
    
    
    
  }


.s-39fed12b-f3bf-4823-8e09-8dd90572787c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
  box-sizing: border-box;
}



.s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  
}


}@media (max-width: 767px){#s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  margin: 0 !important;
  overflow: visible;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39fed12b-f3bf-4823-8e09-8dd90572787c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add background color handling */
  
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
    
    
    
    
  }


.s-39fed12b-f3bf-4823-8e09-8dd90572787c .shogun-image-content {
  
    justify-content: center;
  
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39fed12b-f3bf-4823-8e09-8dd90572787c.shogun-image {
  box-sizing: border-box;
}



.s-39fed12b-f3bf-4823-8e09-8dd90572787c img.shogun-image {
  
}


}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
