.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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.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-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

#s-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}
#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 13px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}
#s-e2650d78-9cea-4f28-af21-e223f8771d55 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e2650d78-9cea-4f28-af21-e223f8771d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2650d78-9cea-4f28-af21-e223f8771d55 {
  cursor: pointer;
}#s-e2650d78-9cea-4f28-af21-e223f8771d55.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00e12d6c-9588-4177-934d-df674bfd0e62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-cd90be43-d70f-43cf-9786-ff6a0bf347de {
  min-height: 50px;
}








#s-cd90be43-d70f-43cf-9786-ff6a0bf347de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd90be43-d70f-43cf-9786-ff6a0bf347de.shg-box.shg-c {
  justify-content: center;
}

#s-5b3fa86f-0791-4d3e-9307-0338238ed06f {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-a1bccce5-5754-4396-b220-574fad4c3d26 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 {
  margin-left: 11%;
margin-right: 11%;
display: none;
}
#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-content-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 {
  margin-left: 12%;
margin-right: 12%;
display: none;
}
#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-content-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 {
  display: unset;
}
#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-content-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 { display: unset !important; }}@media (max-width: 767px){#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 {
  margin-left: 5%;
margin-right: 5%;
display: unset;
}
#s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037, #wrap-content-s-1ef7ce6a-b792-4981-9c8b-6abec37a6037 { display: unset !important; }}
#s-aae02659-6291-4421-afae-7e34b42eec8f {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-aae02659-6291-4421-afae-7e34b42eec8f {
  margin-left: 11%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aae02659-6291-4421-afae-7e34b42eec8f {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aae02659-6291-4421-afae-7e34b42eec8f {
  display: none;
}
#s-aae02659-6291-4421-afae-7e34b42eec8f, #wrap-s-aae02659-6291-4421-afae-7e34b42eec8f, #wrap-content-s-aae02659-6291-4421-afae-7e34b42eec8f { display: none !important; }}@media (max-width: 767px){#s-aae02659-6291-4421-afae-7e34b42eec8f {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-aae02659-6291-4421-afae-7e34b42eec8f, #wrap-s-aae02659-6291-4421-afae-7e34b42eec8f, #wrap-content-s-aae02659-6291-4421-afae-7e34b42eec8f { display: none !important; }}
@media (min-width: 1200px){#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 {
  display: none;
}
#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-content-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 {
  display: none;
}
#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-content-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 {
  display: unset;
}
#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-content-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 { display: unset !important; }}@media (max-width: 767px){#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 {
  display: unset;
}
#s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396, #wrap-content-s-ba98b7e7-9e2c-46e3-88a8-9f70e4e13396 { display: unset !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b {
  display: none;
}
#s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b, #wrap-s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b, #wrap-content-s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b { display: none !important; }}@media (max-width: 767px){#s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b {
  display: none;
}
#s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b, #wrap-s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b, #wrap-content-s-42a09f1d-3cb7-4d3e-b55c-c474f482d24b { display: none !important; }}
#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9172c4d9-50ad-4cc7-9a40-22764ff188fd-root {
    text-align: center;
  }


#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9172c4d9-50ad-4cc7-9a40-22764ff188fd-root {
    text-align: center;
  }


#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9172c4d9-50ad-4cc7-9a40-22764ff188fd-root {
    text-align: center;
  }


#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9172c4d9-50ad-4cc7-9a40-22764ff188fd-root {
    text-align: center;
  }


#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9172c4d9-50ad-4cc7-9a40-22764ff188fd-root {
    text-align: center;
  }


#s-9172c4d9-50ad-4cc7-9a40-22764ff188fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-09aeaf0c-f85d-4ef3-9511-7b367c631f12 {
  min-height: 50px;
}








#s-09aeaf0c-f85d-4ef3-9511-7b367c631f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09aeaf0c-f85d-4ef3-9511-7b367c631f12.shg-box.shg-c {
  justify-content: center;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  max-width: 990px;
aspect-ratio: 990/568;
text-align: center;
}
@media (min-width: 1200px){#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  display: none;
}
#s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-content-s-bea14334-efc9-416f-9e09-92898a3cf1ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  display: none;
}
#s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-content-s-bea14334-efc9-416f-9e09-92898a3cf1ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  display: none;
}
#s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-s-bea14334-efc9-416f-9e09-92898a3cf1ba, #wrap-content-s-bea14334-efc9-416f-9e09-92898a3cf1ba { display: none !important; }}
#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  margin: 0 !important;
  overflow: visible;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba-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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add background color handling */
  
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }

    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-link {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
  box-sizing: border-box;
}



.s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bea14334-efc9-416f-9e09-92898a3cf1ba {
      --shg-aspect-ratio: calc(990/568); 
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
      position: relative;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  margin: 0 !important;
  overflow: visible;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba-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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add background color handling */
  
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }

    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-link {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
  box-sizing: border-box;
}



.s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bea14334-efc9-416f-9e09-92898a3cf1ba {
      --shg-aspect-ratio: calc(990/568); 
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
      position: relative;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba 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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  margin: 0 !important;
  overflow: visible;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba-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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add background color handling */
  
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }

    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-link {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
  box-sizing: border-box;
}



.s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bea14334-efc9-416f-9e09-92898a3cf1ba {
      --shg-aspect-ratio: calc(990/568); 
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
      position: relative;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba 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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  margin: 0 !important;
  overflow: visible;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba-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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add background color handling */
  
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }

    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-link {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
  box-sizing: border-box;
}



.s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bea14334-efc9-416f-9e09-92898a3cf1ba {
      --shg-aspect-ratio: calc(990/568); 
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
      position: relative;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  margin: 0 !important;
  overflow: visible;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba-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-bea14334-efc9-416f-9e09-92898a3cf1ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bea14334-efc9-416f-9e09-92898a3cf1ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add background color handling */
  
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }

    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-link {
      aspect-ratio: 990/568;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea14334-efc9-416f-9e09-92898a3cf1ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-bea14334-efc9-416f-9e09-92898a3cf1ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image {
  box-sizing: border-box;
}



.s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bea14334-efc9-416f-9e09-92898a3cf1ba {
      --shg-aspect-ratio: calc(990/568); 
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container {
      position: relative;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea14334-efc9-416f-9e09-92898a3cf1ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff {
  display: none;
}
#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff, #wrap-s-f63032ed-80fd-4e54-8505-04b17e7ca1ff, #wrap-content-s-f63032ed-80fd-4e54-8505-04b17e7ca1ff { display: none !important; }}@media (max-width: 767px){#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff {
  display: none;
}
#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff, #wrap-s-f63032ed-80fd-4e54-8505-04b17e7ca1ff, #wrap-content-s-f63032ed-80fd-4e54-8505-04b17e7ca1ff { display: none !important; }}







#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f63032ed-80fd-4e54-8505-04b17e7ca1ff.shg-box.shg-c {
  justify-content: center;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  max-width: 563px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  margin: 0 !important;
  overflow: visible;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f-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-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add background color handling */
  
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 563px;
  }



  img.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
    
    
    
    max-height: 563px;
  }


.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
  box-sizing: border-box;
}



.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
      position: relative;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 563px;
    }
  }

@media (min-width: 1200px){#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  margin: 0 !important;
  overflow: visible;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f-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-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add background color handling */
  
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 563px;
  }



  img.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
    
    
    
    max-height: 563px;
  }


.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
  box-sizing: border-box;
}



.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
      position: relative;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 563px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  margin: 0 !important;
  overflow: visible;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f-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-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add background color handling */
  
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 563px;
  }



  img.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
    
    
    
    max-height: 563px;
  }


.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
  box-sizing: border-box;
}



.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
      position: relative;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 563px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  margin: 0 !important;
  overflow: visible;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f-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-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add background color handling */
  
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 563px;
  }



  img.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
    
    
    
    max-height: 563px;
  }


.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
  box-sizing: border-box;
}



.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
      position: relative;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 563px;
    }
  }

}@media (max-width: 767px){#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  margin: 0 !important;
  overflow: visible;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f-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-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add background color handling */
  
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 563px;
  }



  img.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
    
    
    
    max-height: 563px;
  }


.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image {
  box-sizing: border-box;
}



.s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container {
      position: relative;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f09cdd2-81c9-4af4-92dc-4c2346fd222f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 563px;
    }
  }

}
#s-119b210c-4de0-403c-ba82-1b934d54a94c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-119b210c-4de0-403c-ba82-1b934d54a94c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-119b210c-4de0-403c-ba82-1b934d54a94c {
  cursor: pointer;
}#s-119b210c-4de0-403c-ba82-1b934d54a94c.shg-box.shg-c {
  justify-content: center;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  max-width: 1024px;
aspect-ratio: 1024/128;
text-align: center;
}
@media (min-width: 1200px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  display: none;
}
#s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-content-s-d2c30829-442d-410b-89e5-83465a80ebdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  display: none;
}
#s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-content-s-d2c30829-442d-410b-89e5-83465a80ebdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  display: none;
}
#s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-s-d2c30829-442d-410b-89e5-83465a80ebdf, #wrap-content-s-d2c30829-442d-410b-89e5-83465a80ebdf { display: none !important; }}
#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf-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-d2c30829-442d-410b-89e5-83465a80ebdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c30829-442d-410b-89e5-83465a80ebdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add background color handling */
  background: rgba(243, 243, 243, 1);
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }

    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
  box-sizing: border-box;
}



.s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2c30829-442d-410b-89e5-83465a80ebdf {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
      position: relative;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf-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-d2c30829-442d-410b-89e5-83465a80ebdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c30829-442d-410b-89e5-83465a80ebdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }

    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
  box-sizing: border-box;
}



.s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2c30829-442d-410b-89e5-83465a80ebdf {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
      position: relative;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf-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-d2c30829-442d-410b-89e5-83465a80ebdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c30829-442d-410b-89e5-83465a80ebdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }

    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
  box-sizing: border-box;
}



.s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2c30829-442d-410b-89e5-83465a80ebdf {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
      position: relative;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf-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-d2c30829-442d-410b-89e5-83465a80ebdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c30829-442d-410b-89e5-83465a80ebdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }

    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
  box-sizing: border-box;
}



.s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2c30829-442d-410b-89e5-83465a80ebdf {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
      position: relative;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-d2c30829-442d-410b-89e5-83465a80ebdf {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf-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-d2c30829-442d-410b-89e5-83465a80ebdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c30829-442d-410b-89e5-83465a80ebdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }

    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c30829-442d-410b-89e5-83465a80ebdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d2c30829-442d-410b-89e5-83465a80ebdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image {
  box-sizing: border-box;
}



.s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2c30829-442d-410b-89e5-83465a80ebdf {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container {
      position: relative;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c30829-442d-410b-89e5-83465a80ebdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-9730568f-5a15-4847-a0c7-9ca8de739f7a {
  margin-bottom: 10px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-9730568f-5a15-4847-a0c7-9ca8de739f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9730568f-5a15-4847-a0c7-9ca8de739f7a.shg-box.shg-c {
  justify-content: center;
}

#s-705752a7-43c9-4da3-922b-b82505006aae {
  max-width: 2048px;
aspect-ratio: 2048/128;
text-align: center;
}
@media (max-width: 767px){#s-705752a7-43c9-4da3-922b-b82505006aae {
  display: none;
}
#s-705752a7-43c9-4da3-922b-b82505006aae, #wrap-s-705752a7-43c9-4da3-922b-b82505006aae, #wrap-content-s-705752a7-43c9-4da3-922b-b82505006aae { display: none !important; }}
#s-705752a7-43c9-4da3-922b-b82505006aae {
  margin: 0 !important;
  overflow: visible;
}

#s-705752a7-43c9-4da3-922b-b82505006aae-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-705752a7-43c9-4da3-922b-b82505006aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705752a7-43c9-4da3-922b-b82505006aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add background color handling */
  background: rgba(243, 243, 243, 1);
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }

    #s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-link {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-content {
  
    justify-content: center;
  
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
  box-sizing: border-box;
}



.s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705752a7-43c9-4da3-922b-b82505006aae {
      --shg-aspect-ratio: calc(2048/128); 
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
      position: relative;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-705752a7-43c9-4da3-922b-b82505006aae {
  margin: 0 !important;
  overflow: visible;
}

#s-705752a7-43c9-4da3-922b-b82505006aae-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-705752a7-43c9-4da3-922b-b82505006aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705752a7-43c9-4da3-922b-b82505006aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add background color handling */
  
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }

    #s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-link {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-content {
  
    justify-content: center;
  
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
  box-sizing: border-box;
}



.s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705752a7-43c9-4da3-922b-b82505006aae {
      --shg-aspect-ratio: calc(2048/128); 
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
      position: relative;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-705752a7-43c9-4da3-922b-b82505006aae {
  margin: 0 !important;
  overflow: visible;
}

#s-705752a7-43c9-4da3-922b-b82505006aae-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-705752a7-43c9-4da3-922b-b82505006aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705752a7-43c9-4da3-922b-b82505006aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add background color handling */
  
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }

    #s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-link {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-content {
  
    justify-content: center;
  
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
  box-sizing: border-box;
}



.s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705752a7-43c9-4da3-922b-b82505006aae {
      --shg-aspect-ratio: calc(2048/128); 
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
      position: relative;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-705752a7-43c9-4da3-922b-b82505006aae {
  margin: 0 !important;
  overflow: visible;
}

#s-705752a7-43c9-4da3-922b-b82505006aae-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-705752a7-43c9-4da3-922b-b82505006aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705752a7-43c9-4da3-922b-b82505006aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add background color handling */
  
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }

    #s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-link {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-content {
  
    justify-content: center;
  
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
  box-sizing: border-box;
}



.s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705752a7-43c9-4da3-922b-b82505006aae {
      --shg-aspect-ratio: calc(2048/128); 
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
      position: relative;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-705752a7-43c9-4da3-922b-b82505006aae {
  margin: 0 !important;
  overflow: visible;
}

#s-705752a7-43c9-4da3-922b-b82505006aae-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-705752a7-43c9-4da3-922b-b82505006aae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705752a7-43c9-4da3-922b-b82505006aae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add background color handling */
  
}

#s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }

    #s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-link {
      aspect-ratio: 2048/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705752a7-43c9-4da3-922b-b82505006aae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-705752a7-43c9-4da3-922b-b82505006aae .shogun-image-content {
  
    justify-content: center;
  
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image {
  box-sizing: border-box;
}



.s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705752a7-43c9-4da3-922b-b82505006aae {
      --shg-aspect-ratio: calc(2048/128); 
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container {
      position: relative;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705752a7-43c9-4da3-922b-b82505006aae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-7befdd6b-1d30-4937-8127-6bad61cdfff6 {
  margin-bottom: 6px;
}

#s-3e38cd5a-9c5f-4d62-99f1-b0df1fce96e6 {
  margin-top: -10px;
margin-bottom: 20px;
}

#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13ea045f-461a-4e4b-a7c6-abdd64bde23a-root {
    text-align: center;
  }


#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13ea045f-461a-4e4b-a7c6-abdd64bde23a-root {
    text-align: center;
  }


#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13ea045f-461a-4e4b-a7c6-abdd64bde23a-root {
    text-align: center;
  }


#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13ea045f-461a-4e4b-a7c6-abdd64bde23a-root {
    text-align: center;
  }


#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13ea045f-461a-4e4b-a7c6-abdd64bde23a-root {
    text-align: center;
  }


#s-13ea045f-461a-4e4b-a7c6-abdd64bde23a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-1603be06-c928-43a4-acb5-85311e91b4d6 {
  margin-top: 11px;
margin-bottom: 11px;
}
@media (max-width: 767px){#s-1603be06-c928-43a4-acb5-85311e91b4d6 {
  display: none;
}
#s-1603be06-c928-43a4-acb5-85311e91b4d6, #wrap-s-1603be06-c928-43a4-acb5-85311e91b4d6, #wrap-content-s-1603be06-c928-43a4-acb5-85311e91b4d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1603be06-c928-43a4-acb5-85311e91b4d6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1603be06-c928-43a4-acb5-85311e91b4d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1603be06-c928-43a4-acb5-85311e91b4d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1603be06-c928-43a4-acb5-85311e91b4d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  margin: 0 !important;
  overflow: visible;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948-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-db29fb46-c6c3-458e-9daa-742b27d95948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add background color handling */
  
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
  box-sizing: border-box;
}



.s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db29fb46-c6c3-458e-9daa-742b27d95948 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
      position: relative;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

@media (min-width: 1200px){#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  margin: 0 !important;
  overflow: visible;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948-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-db29fb46-c6c3-458e-9daa-742b27d95948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add background color handling */
  
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
  box-sizing: border-box;
}



.s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db29fb46-c6c3-458e-9daa-742b27d95948 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
      position: relative;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  margin: 0 !important;
  overflow: visible;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948-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-db29fb46-c6c3-458e-9daa-742b27d95948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add background color handling */
  
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
  box-sizing: border-box;
}



.s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db29fb46-c6c3-458e-9daa-742b27d95948 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
      position: relative;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  margin: 0 !important;
  overflow: visible;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948-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-db29fb46-c6c3-458e-9daa-742b27d95948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add background color handling */
  
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
  box-sizing: border-box;
}



.s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db29fb46-c6c3-458e-9daa-742b27d95948 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
      position: relative;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (max-width: 767px){#s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  margin: 0 !important;
  overflow: visible;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948-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-db29fb46-c6c3-458e-9daa-742b27d95948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db29fb46-c6c3-458e-9daa-742b27d95948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add background color handling */
  
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db29fb46-c6c3-458e-9daa-742b27d95948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-db29fb46-c6c3-458e-9daa-742b27d95948 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image {
  box-sizing: border-box;
}



.s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db29fb46-c6c3-458e-9daa-742b27d95948 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container {
      position: relative;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db29fb46-c6c3-458e-9daa-742b27d95948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}
#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e-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-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
  box-sizing: border-box;
}



.s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
      position: relative;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

@media (min-width: 1200px){#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e-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-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
  box-sizing: border-box;
}



.s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
      position: relative;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e-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-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
  box-sizing: border-box;
}



.s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
      position: relative;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e-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-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
  box-sizing: border-box;
}



.s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
      position: relative;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (max-width: 767px){#s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e-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-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-a9ea066f-16f6-403a-a6dd-88121989dc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image {
  box-sizing: border-box;
}



.s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container {
      position: relative;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ea066f-16f6-403a-a6dd-88121989dc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}
#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729-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-e12989ed-1a93-4368-9871-7901ed78d729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12989ed-1a93-4368-9871-7901ed78d729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
  box-sizing: border-box;
}



.s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12989ed-1a93-4368-9871-7901ed78d729 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
      position: relative;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

@media (min-width: 1200px){#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729-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-e12989ed-1a93-4368-9871-7901ed78d729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12989ed-1a93-4368-9871-7901ed78d729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
  box-sizing: border-box;
}



.s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12989ed-1a93-4368-9871-7901ed78d729 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
      position: relative;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729-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-e12989ed-1a93-4368-9871-7901ed78d729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12989ed-1a93-4368-9871-7901ed78d729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
  box-sizing: border-box;
}



.s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12989ed-1a93-4368-9871-7901ed78d729 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
      position: relative;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729-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-e12989ed-1a93-4368-9871-7901ed78d729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12989ed-1a93-4368-9871-7901ed78d729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
  box-sizing: border-box;
}



.s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12989ed-1a93-4368-9871-7901ed78d729 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
      position: relative;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (max-width: 767px){#s-e12989ed-1a93-4368-9871-7901ed78d729 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729-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-e12989ed-1a93-4368-9871-7901ed78d729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12989ed-1a93-4368-9871-7901ed78d729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12989ed-1a93-4368-9871-7901ed78d729 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-e12989ed-1a93-4368-9871-7901ed78d729 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image {
  box-sizing: border-box;
}



.s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12989ed-1a93-4368-9871-7901ed78d729 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container {
      position: relative;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12989ed-1a93-4368-9871-7901ed78d729 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}
#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 {
  margin-top: 8px;
}
@media (min-width: 1200px){#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 {
  display: none;
}
#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-content-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 {
  display: none;
}
#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-content-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 {
  display: none;
}
#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-content-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 { display: none !important; }}@media (max-width: 767px){#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 {
  margin-top: 15px;
display: unset;
}
#s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5, #wrap-content-s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a4ba971-08f5-4ee4-8227-b3e508ff59a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c993b035-6362-4bab-b4c2-e995928d647b {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b {
  margin: 0 !important;
  overflow: visible;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b-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-c993b035-6362-4bab-b4c2-e995928d647b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c993b035-6362-4bab-b4c2-e995928d647b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add background color handling */
  
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
  box-sizing: border-box;
}



.s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c993b035-6362-4bab-b4c2-e995928d647b {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
      position: relative;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

@media (min-width: 1200px){#s-c993b035-6362-4bab-b4c2-e995928d647b {
  margin: 0 !important;
  overflow: visible;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b-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-c993b035-6362-4bab-b4c2-e995928d647b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c993b035-6362-4bab-b4c2-e995928d647b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add background color handling */
  
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
  box-sizing: border-box;
}



.s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c993b035-6362-4bab-b4c2-e995928d647b {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
      position: relative;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c993b035-6362-4bab-b4c2-e995928d647b {
  margin: 0 !important;
  overflow: visible;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b-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-c993b035-6362-4bab-b4c2-e995928d647b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c993b035-6362-4bab-b4c2-e995928d647b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add background color handling */
  
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
  box-sizing: border-box;
}



.s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c993b035-6362-4bab-b4c2-e995928d647b {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
      position: relative;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c993b035-6362-4bab-b4c2-e995928d647b {
  margin: 0 !important;
  overflow: visible;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b-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-c993b035-6362-4bab-b4c2-e995928d647b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c993b035-6362-4bab-b4c2-e995928d647b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add background color handling */
  
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
  box-sizing: border-box;
}



.s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c993b035-6362-4bab-b4c2-e995928d647b {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
      position: relative;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (max-width: 767px){#s-c993b035-6362-4bab-b4c2-e995928d647b {
  margin: 0 !important;
  overflow: visible;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b-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-c993b035-6362-4bab-b4c2-e995928d647b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c993b035-6362-4bab-b4c2-e995928d647b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add background color handling */
  
}

#s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c993b035-6362-4bab-b4c2-e995928d647b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-c993b035-6362-4bab-b4c2-e995928d647b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image {
  box-sizing: border-box;
}



.s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c993b035-6362-4bab-b4c2-e995928d647b {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container {
      position: relative;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c993b035-6362-4bab-b4c2-e995928d647b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}
#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943-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-d5610d74-142e-4df9-a2da-2a17ce849943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
  box-sizing: border-box;
}



.s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5610d74-142e-4df9-a2da-2a17ce849943 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
      position: relative;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

@media (min-width: 1200px){#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943-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-d5610d74-142e-4df9-a2da-2a17ce849943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
  box-sizing: border-box;
}



.s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5610d74-142e-4df9-a2da-2a17ce849943 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
      position: relative;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943-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-d5610d74-142e-4df9-a2da-2a17ce849943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
  box-sizing: border-box;
}



.s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5610d74-142e-4df9-a2da-2a17ce849943 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
      position: relative;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943-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-d5610d74-142e-4df9-a2da-2a17ce849943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
  box-sizing: border-box;
}



.s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5610d74-142e-4df9-a2da-2a17ce849943 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
      position: relative;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}@media (max-width: 767px){#s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943-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-d5610d74-142e-4df9-a2da-2a17ce849943 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5610d74-142e-4df9-a2da-2a17ce849943 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }

    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5610d74-142e-4df9-a2da-2a17ce849943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 694px;
  }



  img.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
    
    
    
    max-height: 694px;
  }


.s-d5610d74-142e-4df9-a2da-2a17ce849943 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image {
  box-sizing: border-box;
}



.s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5610d74-142e-4df9-a2da-2a17ce849943 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container {
      position: relative;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5610d74-142e-4df9-a2da-2a17ce849943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 694px;
    }
  }

}
#s-e549dbc5-21e8-4d48-a63d-3e98e8a69379 {
  min-height: 50px;
}








#s-e549dbc5-21e8-4d48-a63d-3e98e8a69379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e549dbc5-21e8-4d48-a63d-3e98e8a69379 {
  cursor: pointer;
}#s-e549dbc5-21e8-4d48-a63d-3e98e8a69379.shg-box.shg-c {
  justify-content: center;
}

#s-8f1bb901-1cd8-494b-a1e6-32a3b36cfe62 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f1bb901-1cd8-494b-a1e6-32a3b36cfe62 {
  
}
}







#s-8f1bb901-1cd8-494b-a1e6-32a3b36cfe62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f1bb901-1cd8-494b-a1e6-32a3b36cfe62 {
  cursor: pointer;
}#s-8f1bb901-1cd8-494b-a1e6-32a3b36cfe62.shg-box.shg-c {
  justify-content: center;
}

#s-65e2c84d-8881-4936-9454-ea8025074dbc {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65e2c84d-8881-4936-9454-ea8025074dbc {
  display: unset;
}
#s-65e2c84d-8881-4936-9454-ea8025074dbc, #wrap-s-65e2c84d-8881-4936-9454-ea8025074dbc, #wrap-content-s-65e2c84d-8881-4936-9454-ea8025074dbc { display: unset !important; }}







#s-65e2c84d-8881-4936-9454-ea8025074dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65e2c84d-8881-4936-9454-ea8025074dbc.shg-box.shg-c {
  justify-content: center;
}

#s-5cda0bf2-ced5-4ad5-a8fa-81f784db153b {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-5cda0bf2-ced5-4ad5-a8fa-81f784db153b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cda0bf2-ced5-4ad5-a8fa-81f784db153b.shg-box.shg-c {
  justify-content: center;
}

#s-edfb6871-c823-432b-9d8f-7f20916f2293 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-edfb6871-c823-432b-9d8f-7f20916f2293 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edfb6871-c823-432b-9d8f-7f20916f2293 {
  margin-top: 0px;
}
}
#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin-left: 24%;
margin-right: 24%;
max-width: 1000px;
aspect-ratio: 1000/178;
text-align: center;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab-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-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 24%;
  margin-right: 24%;
  
  
}

.shg-image-content-margin-container-s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }

    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-link {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
  box-sizing: border-box;
}



.s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
      --shg-aspect-ratio: calc(1000/178); 
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
      position: relative;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab-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-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }

    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-link {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
  box-sizing: border-box;
}



.s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
      --shg-aspect-ratio: calc(1000/178); 
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
      position: relative;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab-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-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }

    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-link {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
  box-sizing: border-box;
}



.s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
      --shg-aspect-ratio: calc(1000/178); 
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
      position: relative;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab-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-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }

    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-link {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
  box-sizing: border-box;
}



.s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
      --shg-aspect-ratio: calc(1000/178); 
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
      position: relative;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab-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-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }

    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-link {
      aspect-ratio: 1000/178;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-88f3243d-b84c-4de5-b74a-97bddb7041ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image {
  box-sizing: border-box;
}



.s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab {
      --shg-aspect-ratio: calc(1000/178); 
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container {
      position: relative;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f3243d-b84c-4de5-b74a-97bddb7041ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-9a75de01-ad18-49bc-9979-717b2ab5532e {
  margin-top: 0px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 17%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a75de01-ad18-49bc-9979-717b2ab5532e {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-9a75de01-ad18-49bc-9979-717b2ab5532e {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-101d2c22-bc3f-4a1b-9d99-80cc9897e742"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-101d2c22-bc3f-4a1b-9d99-80cc9897e742"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-101d2c22-bc3f-4a1b-9d99-80cc9897e742"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-101d2c22-bc3f-4a1b-9d99-80cc9897e742"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  max-width: 1401px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  margin: 0 !important;
  overflow: visible;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad-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-ec9c820b-0011-4888-abec-dead06fb15ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec9c820b-0011-4888-abec-dead06fb15ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add background color handling */
  
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1401px;
  }



  img.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
    
    
    
    max-height: 1401px;
  }


.s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
  box-sizing: border-box;
}



.s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec9c820b-0011-4888-abec-dead06fb15ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
      position: relative;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1401px;
    }
  }

@media (min-width: 1200px){#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  margin: 0 !important;
  overflow: visible;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad-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-ec9c820b-0011-4888-abec-dead06fb15ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec9c820b-0011-4888-abec-dead06fb15ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add background color handling */
  
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1401px;
  }



  img.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
    
    
    
    max-height: 1401px;
  }


.s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
  box-sizing: border-box;
}



.s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec9c820b-0011-4888-abec-dead06fb15ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
      position: relative;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1401px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  margin: 0 !important;
  overflow: visible;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad-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-ec9c820b-0011-4888-abec-dead06fb15ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec9c820b-0011-4888-abec-dead06fb15ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add background color handling */
  
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1401px;
  }



  img.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
    
    
    
    max-height: 1401px;
  }


.s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
  box-sizing: border-box;
}



.s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec9c820b-0011-4888-abec-dead06fb15ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
      position: relative;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1401px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  margin: 0 !important;
  overflow: visible;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad-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-ec9c820b-0011-4888-abec-dead06fb15ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec9c820b-0011-4888-abec-dead06fb15ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add background color handling */
  
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1401px;
  }



  img.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
    
    
    
    max-height: 1401px;
  }


.s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
  box-sizing: border-box;
}



.s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec9c820b-0011-4888-abec-dead06fb15ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
      position: relative;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1401px;
    }
  }

}@media (max-width: 767px){#s-ec9c820b-0011-4888-abec-dead06fb15ad {
  margin: 0 !important;
  overflow: visible;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad-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-ec9c820b-0011-4888-abec-dead06fb15ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec9c820b-0011-4888-abec-dead06fb15ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add background color handling */
  
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec9c820b-0011-4888-abec-dead06fb15ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1401px;
  }



  img.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
    
    
    
    max-height: 1401px;
  }


.s-ec9c820b-0011-4888-abec-dead06fb15ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image {
  box-sizing: border-box;
}



.s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec9c820b-0011-4888-abec-dead06fb15ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container {
      position: relative;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9c820b-0011-4888-abec-dead06fb15ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1401px;
    }
  }

}
#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15-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-13a965d3-ea89-4779-9e24-0af126779e15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a965d3-ea89-4779-9e24-0af126779e15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
  box-sizing: border-box;
}



.s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a965d3-ea89-4779-9e24-0af126779e15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
      position: relative;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15-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-13a965d3-ea89-4779-9e24-0af126779e15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a965d3-ea89-4779-9e24-0af126779e15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
  box-sizing: border-box;
}



.s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a965d3-ea89-4779-9e24-0af126779e15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
      position: relative;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15-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-13a965d3-ea89-4779-9e24-0af126779e15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a965d3-ea89-4779-9e24-0af126779e15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
  box-sizing: border-box;
}



.s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a965d3-ea89-4779-9e24-0af126779e15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
      position: relative;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15-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-13a965d3-ea89-4779-9e24-0af126779e15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a965d3-ea89-4779-9e24-0af126779e15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
  box-sizing: border-box;
}



.s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a965d3-ea89-4779-9e24-0af126779e15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
      position: relative;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-13a965d3-ea89-4779-9e24-0af126779e15 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15-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-13a965d3-ea89-4779-9e24-0af126779e15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a965d3-ea89-4779-9e24-0af126779e15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a965d3-ea89-4779-9e24-0af126779e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-13a965d3-ea89-4779-9e24-0af126779e15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image {
  box-sizing: border-box;
}



.s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a965d3-ea89-4779-9e24-0af126779e15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container {
      position: relative;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a965d3-ea89-4779-9e24-0af126779e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  margin: 0 !important;
  overflow: visible;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf-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-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add background color handling */
  
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
  box-sizing: border-box;
}



.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
      position: relative;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  margin: 0 !important;
  overflow: visible;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf-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-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add background color handling */
  
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
  box-sizing: border-box;
}



.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
      position: relative;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  margin: 0 !important;
  overflow: visible;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf-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-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add background color handling */
  
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
  box-sizing: border-box;
}



.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
      position: relative;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  margin: 0 !important;
  overflow: visible;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf-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-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add background color handling */
  
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
  box-sizing: border-box;
}



.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
      position: relative;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  margin: 0 !important;
  overflow: visible;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf-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-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add background color handling */
  
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image {
  box-sizing: border-box;
}



.s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container {
      position: relative;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e85e66d-e51d-48a7-a8ff-1d37c5cd15cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  margin: 0 !important;
  overflow: visible;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662-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-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add background color handling */
  
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
  box-sizing: border-box;
}



.s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
      position: relative;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  margin: 0 !important;
  overflow: visible;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662-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-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add background color handling */
  
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
  box-sizing: border-box;
}



.s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
      position: relative;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  margin: 0 !important;
  overflow: visible;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662-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-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add background color handling */
  
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
  box-sizing: border-box;
}



.s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
      position: relative;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  margin: 0 !important;
  overflow: visible;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662-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-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add background color handling */
  
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
  box-sizing: border-box;
}



.s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
      position: relative;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  margin: 0 !important;
  overflow: visible;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662-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-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add background color handling */
  
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-19a082c2-484e-4d95-9a87-8fdafbf32662 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image {
  box-sizing: border-box;
}



.s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container {
      position: relative;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19a082c2-484e-4d95-9a87-8fdafbf32662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  display: none;
}
#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62, #wrap-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62, #wrap-content-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 { display: none !important; }}
#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62-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-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
  box-sizing: border-box;
}



.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
      position: relative;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62-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-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
  box-sizing: border-box;
}



.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
      position: relative;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62-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-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
  box-sizing: border-box;
}



.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
      position: relative;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62-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-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
  box-sizing: border-box;
}



.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
      position: relative;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62-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-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image {
  box-sizing: border-box;
}



.s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container {
      position: relative;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8bf635e-a3fd-4a3e-9d36-0f6935dc9f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  display: none;
}
#s-b187a49d-2280-4e27-b99b-f6a8570bb72c, #wrap-s-b187a49d-2280-4e27-b99b-f6a8570bb72c, #wrap-content-s-b187a49d-2280-4e27-b99b-f6a8570bb72c { display: none !important; }}
#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c-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-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
  box-sizing: border-box;
}



.s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
      position: relative;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c-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-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
  box-sizing: border-box;
}



.s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
      position: relative;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c-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-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
  box-sizing: border-box;
}



.s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
      position: relative;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c-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-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
  box-sizing: border-box;
}



.s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
      position: relative;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c-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-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-b187a49d-2280-4e27-b99b-f6a8570bb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image {
  box-sizing: border-box;
}



.s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container {
      position: relative;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b187a49d-2280-4e27-b99b-f6a8570bb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab {
  margin-top: 20px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab:hover {background-color: rgba(136, 157, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab:active {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab-root {
    text-align: center;
  }


#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab-root {
    text-align: center;
  }


#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab-root {
    text-align: center;
  }


#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab-root {
    text-align: center;
  }


#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab-root {
    text-align: center;
  }


#s-c72c4d06-a3ec-4c2a-8716-d5e31fef71ab.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  inline-block ;
}
}
#s-0bfd1f99-654b-4ddc-a4e2-75bd58b4ca27 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0bfd1f99-654b-4ddc-a4e2-75bd58b4ca27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bfd1f99-654b-4ddc-a4e2-75bd58b4ca27 {
  cursor: pointer;
}#s-0bfd1f99-654b-4ddc-a4e2-75bd58b4ca27.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2fa33108-51f6-452f-967f-dd6042d7c3a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa33108-51f6-452f-967f-dd6042d7c3a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa33108-51f6-452f-967f-dd6042d7c3a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa33108-51f6-452f-967f-dd6042d7c3a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a842ad8-9f88-4688-bdf4-b76121322616 {
  min-height: 50px;
}








#s-1a842ad8-9f88-4688-bdf4-b76121322616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a842ad8-9f88-4688-bdf4-b76121322616.shg-box.shg-c {
  justify-content: center;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  max-width: 1306px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737-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-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
  box-sizing: border-box;
}



.s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
      position: relative;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

@media (min-width: 1200px){#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737-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-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
  box-sizing: border-box;
}



.s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
      position: relative;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737-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-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
  box-sizing: border-box;
}



.s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
      position: relative;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737-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-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
  box-sizing: border-box;
}



.s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
      position: relative;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (max-width: 767px){#s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737-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-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-bb259fe3-dae2-4002-83f0-071eefdcb737 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image {
  box-sizing: border-box;
}



.s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container {
      position: relative;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb259fe3-dae2-4002-83f0-071eefdcb737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}
#s-3e1b7332-6807-4793-952a-7d57fb827593 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-3e1b7332-6807-4793-952a-7d57fb827593 {
  display: none;
}
#s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-content-s-3e1b7332-6807-4793-952a-7d57fb827593 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e1b7332-6807-4793-952a-7d57fb827593 {
  display: none;
}
#s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-content-s-3e1b7332-6807-4793-952a-7d57fb827593 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e1b7332-6807-4793-952a-7d57fb827593 {
  display: none;
}
#s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-s-3e1b7332-6807-4793-952a-7d57fb827593, #wrap-content-s-3e1b7332-6807-4793-952a-7d57fb827593 { display: none !important; }}
#s-b749bfc3-b643-4a53-9ff7-bf5276f9bde9 {
  min-height: 50px;
}








#s-b749bfc3-b643-4a53-9ff7-bf5276f9bde9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b749bfc3-b643-4a53-9ff7-bf5276f9bde9.shg-box.shg-c {
  justify-content: center;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin-left: 0%;
margin-right: 0%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3-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-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
  box-sizing: border-box;
}



.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
      position: relative;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3-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-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
  box-sizing: border-box;
}



.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
      position: relative;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3-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-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
  box-sizing: border-box;
}



.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
      position: relative;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3-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-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
  box-sizing: border-box;
}



.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
      position: relative;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3-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-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image {
  box-sizing: border-box;
}



.s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container {
      position: relative;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd6e159b-8cdd-4f10-af77-87d4ced594f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-f8fa427f-976c-41bd-b61c-761aaf5da523 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f8fa427f-976c-41bd-b61c-761aaf5da523:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8fa427f-976c-41bd-b61c-761aaf5da523:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f8fa427f-976c-41bd-b61c-761aaf5da523 {
  display: none;
}
#s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-content-s-f8fa427f-976c-41bd-b61c-761aaf5da523 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8fa427f-976c-41bd-b61c-761aaf5da523 {
  display: none;
}
#s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-content-s-f8fa427f-976c-41bd-b61c-761aaf5da523 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8fa427f-976c-41bd-b61c-761aaf5da523 {
  display: none;
}
#s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-s-f8fa427f-976c-41bd-b61c-761aaf5da523, #wrap-content-s-f8fa427f-976c-41bd-b61c-761aaf5da523 { display: none !important; }}

  #s-f8fa427f-976c-41bd-b61c-761aaf5da523-root {
    text-align: center;
  }


#s-f8fa427f-976c-41bd-b61c-761aaf5da523.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8fa427f-976c-41bd-b61c-761aaf5da523-root {
    text-align: center;
  }


#s-f8fa427f-976c-41bd-b61c-761aaf5da523.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8fa427f-976c-41bd-b61c-761aaf5da523-root {
    text-align: center;
  }


#s-f8fa427f-976c-41bd-b61c-761aaf5da523.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8fa427f-976c-41bd-b61c-761aaf5da523-root {
    text-align: center;
  }


#s-f8fa427f-976c-41bd-b61c-761aaf5da523.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8fa427f-976c-41bd-b61c-761aaf5da523-root {
    text-align: center;
  }


#s-f8fa427f-976c-41bd-b61c-761aaf5da523.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-c34fac52-db12-4b5a-b934-185b9b10e3f3 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c34fac52-db12-4b5a-b934-185b9b10e3f3 {
  display: unset;
}
#s-c34fac52-db12-4b5a-b934-185b9b10e3f3, #wrap-s-c34fac52-db12-4b5a-b934-185b9b10e3f3, #wrap-content-s-c34fac52-db12-4b5a-b934-185b9b10e3f3 { display: unset !important; }}@media (max-width: 767px){#s-c34fac52-db12-4b5a-b934-185b9b10e3f3 {
  display: none;
}
#s-c34fac52-db12-4b5a-b934-185b9b10e3f3, #wrap-s-c34fac52-db12-4b5a-b934-185b9b10e3f3, #wrap-content-s-c34fac52-db12-4b5a-b934-185b9b10e3f3 { display: none !important; }}
#s-e0459dd1-06b8-41f6-b577-bed3dab54c21 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e0459dd1-06b8-41f6-b577-bed3dab54c21:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e0459dd1-06b8-41f6-b577-bed3dab54c21:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e0459dd1-06b8-41f6-b577-bed3dab54c21 {
  display: none;
}
#s-e0459dd1-06b8-41f6-b577-bed3dab54c21, #wrap-s-e0459dd1-06b8-41f6-b577-bed3dab54c21, #wrap-content-s-e0459dd1-06b8-41f6-b577-bed3dab54c21 { display: none !important; }}

  #s-e0459dd1-06b8-41f6-b577-bed3dab54c21-root {
    text-align: center;
  }


#s-e0459dd1-06b8-41f6-b577-bed3dab54c21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0459dd1-06b8-41f6-b577-bed3dab54c21-root {
    text-align: center;
  }


#s-e0459dd1-06b8-41f6-b577-bed3dab54c21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0459dd1-06b8-41f6-b577-bed3dab54c21-root {
    text-align: center;
  }


#s-e0459dd1-06b8-41f6-b577-bed3dab54c21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0459dd1-06b8-41f6-b577-bed3dab54c21-root {
    text-align: center;
  }


#s-e0459dd1-06b8-41f6-b577-bed3dab54c21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0459dd1-06b8-41f6-b577-bed3dab54c21-root {
    text-align: center;
  }


#s-e0459dd1-06b8-41f6-b577-bed3dab54c21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-c6855a4c-6e33-40a2-8b34-6b2085c4a1ed {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c6855a4c-6e33-40a2-8b34-6b2085c4a1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6855a4c-6e33-40a2-8b34-6b2085c4a1ed {
  cursor: pointer;
}#s-c6855a4c-6e33-40a2-8b34-6b2085c4a1ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-4fe5651a-2e82-409b-9bd6-32adc1c1edf0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12ea3da0-d811-4442-a33d-fc7b1eb88838 {
  min-height: 50px;
}








#s-12ea3da0-d811-4442-a33d-fc7b1eb88838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12ea3da0-d811-4442-a33d-fc7b1eb88838.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  max-width: 670px;
aspect-ratio: 670/1117;
text-align: center;
}
@media (max-width: 767px){#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin-top: 6px;
}
}
#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin: 0 !important;
  overflow: visible;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68-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-1490e89e-4665-4cda-bcba-55077557ff68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1490e89e-4665-4cda-bcba-55077557ff68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add background color handling */
  
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }

    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-link {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 670px;
  }



  img.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
    
    
    
    max-height: 670px;
  }


.s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
  box-sizing: border-box;
}



.s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1490e89e-4665-4cda-bcba-55077557ff68 {
      --shg-aspect-ratio: calc(670/1117); 
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
      position: relative;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 670px;
    }
  }

@media (min-width: 1200px){#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin: 0 !important;
  overflow: visible;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68-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-1490e89e-4665-4cda-bcba-55077557ff68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1490e89e-4665-4cda-bcba-55077557ff68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add background color handling */
  
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }

    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-link {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 670px;
  }



  img.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
    
    
    
    max-height: 670px;
  }


.s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
  box-sizing: border-box;
}



.s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1490e89e-4665-4cda-bcba-55077557ff68 {
      --shg-aspect-ratio: calc(670/1117); 
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
      position: relative;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 670px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin: 0 !important;
  overflow: visible;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68-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-1490e89e-4665-4cda-bcba-55077557ff68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1490e89e-4665-4cda-bcba-55077557ff68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add background color handling */
  
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }

    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-link {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 670px;
  }



  img.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
    
    
    
    max-height: 670px;
  }


.s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
  box-sizing: border-box;
}



.s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1490e89e-4665-4cda-bcba-55077557ff68 {
      --shg-aspect-ratio: calc(670/1117); 
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
      position: relative;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 670px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin: 0 !important;
  overflow: visible;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68-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-1490e89e-4665-4cda-bcba-55077557ff68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1490e89e-4665-4cda-bcba-55077557ff68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add background color handling */
  
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }

    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-link {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 670px;
  }



  img.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
    
    
    
    max-height: 670px;
  }


.s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
  box-sizing: border-box;
}



.s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1490e89e-4665-4cda-bcba-55077557ff68 {
      --shg-aspect-ratio: calc(670/1117); 
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
      position: relative;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 670px;
    }
  }

}@media (max-width: 767px){#s-1490e89e-4665-4cda-bcba-55077557ff68 {
  margin: 0 !important;
  overflow: visible;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68-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-1490e89e-4665-4cda-bcba-55077557ff68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-1490e89e-4665-4cda-bcba-55077557ff68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add background color handling */
  
}

#s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }

    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-link {
      aspect-ratio: 670/1117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1490e89e-4665-4cda-bcba-55077557ff68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 670px;
  }



  img.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
    
    
    
    max-height: 670px;
  }


.s-1490e89e-4665-4cda-bcba-55077557ff68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image {
  box-sizing: border-box;
}



.s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1490e89e-4665-4cda-bcba-55077557ff68 {
      --shg-aspect-ratio: calc(670/1117); 
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container {
      position: relative;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1490e89e-4665-4cda-bcba-55077557ff68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 670px;
    }
  }

}
#s-0f4e6ac0-2bbe-4a2d-a19c-fabad7dfe95f {
  min-height: 50px;
}








#s-0f4e6ac0-2bbe-4a2d-a19c-fabad7dfe95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f4e6ac0-2bbe-4a2d-a19c-fabad7dfe95f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9d8c6615-288e-4212-88ca-e1a890b0b1c6 {
  margin-top: 19px;
}

#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b {
  border-style: solid;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ce48e7f-e930-499b-b42d-9a68f07ad58b-root {
    text-align: center;
  }


#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ce48e7f-e930-499b-b42d-9a68f07ad58b-root {
    text-align: center;
  }


#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ce48e7f-e930-499b-b42d-9a68f07ad58b-root {
    text-align: center;
  }


#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ce48e7f-e930-499b-b42d-9a68f07ad58b-root {
    text-align: center;
  }


#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ce48e7f-e930-499b-b42d-9a68f07ad58b-root {
    text-align: center;
  }


#s-5ce48e7f-e930-499b-b42d-9a68f07ad58b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-1bed1783-6ced-4fa3-8931-1140ddfd93d6 {
  display: none;
}
#s-1bed1783-6ced-4fa3-8931-1140ddfd93d6, #wrap-s-1bed1783-6ced-4fa3-8931-1140ddfd93d6, #wrap-content-s-1bed1783-6ced-4fa3-8931-1140ddfd93d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1bed1783-6ced-4fa3-8931-1140ddfd93d6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1bed1783-6ced-4fa3-8931-1140ddfd93d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1bed1783-6ced-4fa3-8931-1140ddfd93d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1bed1783-6ced-4fa3-8931-1140ddfd93d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  max-width: 310px;
aspect-ratio: 310/503;
text-align: center;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4-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-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
  box-sizing: border-box;
}



.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
      position: relative;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4-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-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
  box-sizing: border-box;
}



.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
      position: relative;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4-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-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
  box-sizing: border-box;
}



.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
      position: relative;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4-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-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
  box-sizing: border-box;
}



.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
      position: relative;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (max-width: 767px){#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4-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-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image {
  box-sizing: border-box;
}



.s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container {
      position: relative;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200986d5-0aaf-4dd0-a836-d14d2728bda4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  max-width: 310px;
aspect-ratio: 310/503;
text-align: center;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  margin: 0 !important;
  overflow: visible;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e-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-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add background color handling */
  
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
  box-sizing: border-box;
}



.s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
      position: relative;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  margin: 0 !important;
  overflow: visible;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e-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-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add background color handling */
  
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
  box-sizing: border-box;
}



.s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
      position: relative;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  margin: 0 !important;
  overflow: visible;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e-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-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add background color handling */
  
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
  box-sizing: border-box;
}



.s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
      position: relative;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  margin: 0 !important;
  overflow: visible;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e-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-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add background color handling */
  
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
  box-sizing: border-box;
}



.s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
      position: relative;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (max-width: 767px){#s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  margin: 0 !important;
  overflow: visible;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e-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-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add background color handling */
  
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-3d8acce3-4379-47bd-a134-4b97d19ab14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image {
  box-sizing: border-box;
}



.s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container {
      position: relative;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d8acce3-4379-47bd-a134-4b97d19ab14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  max-width: 310px;
aspect-ratio: 310/503;
text-align: center;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511-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-4e609206-38be-49f3-886f-8b276dbd0511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e609206-38be-49f3-886f-8b276dbd0511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
  box-sizing: border-box;
}



.s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e609206-38be-49f3-886f-8b276dbd0511 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
      position: relative;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511-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-4e609206-38be-49f3-886f-8b276dbd0511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e609206-38be-49f3-886f-8b276dbd0511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
  box-sizing: border-box;
}



.s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e609206-38be-49f3-886f-8b276dbd0511 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
      position: relative;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511-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-4e609206-38be-49f3-886f-8b276dbd0511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e609206-38be-49f3-886f-8b276dbd0511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
  box-sizing: border-box;
}



.s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e609206-38be-49f3-886f-8b276dbd0511 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
      position: relative;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511-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-4e609206-38be-49f3-886f-8b276dbd0511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e609206-38be-49f3-886f-8b276dbd0511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
  box-sizing: border-box;
}



.s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e609206-38be-49f3-886f-8b276dbd0511 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
      position: relative;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}@media (max-width: 767px){#s-4e609206-38be-49f3-886f-8b276dbd0511 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511-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-4e609206-38be-49f3-886f-8b276dbd0511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e609206-38be-49f3-886f-8b276dbd0511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }

    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-link {
      aspect-ratio: 310/503;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e609206-38be-49f3-886f-8b276dbd0511 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 310px;
  }



  img.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4e609206-38be-49f3-886f-8b276dbd0511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image {
  box-sizing: border-box;
}



.s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e609206-38be-49f3-886f-8b276dbd0511 {
      --shg-aspect-ratio: calc(310/503); 
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container {
      position: relative;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e609206-38be-49f3-886f-8b276dbd0511 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-09570659-faef-42c8-84e5-0205f497b80a {
  margin-top: 20px;
margin-bottom: 25px;
min-height: 50px;
}








#s-09570659-faef-42c8-84e5-0205f497b80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09570659-faef-42c8-84e5-0205f497b80a {
  cursor: pointer;
}#s-09570659-faef-42c8-84e5-0205f497b80a.shg-box.shg-c {
  justify-content: center;
}

#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center top;
}

#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e {
  background-image: url(https://i.shgcdn.com/43ad2f96-3196-4662-b87f-9176a0f174e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-61240d44-4c8b-4dbd-b30d-46666cbc561e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61240d44-4c8b-4dbd-b30d-46666cbc561e.shg-box.shg-c {
  justify-content: center;
}

#s-ca8d2595-117d-4028-9796-b226383345e5 {
  margin-top: 41px;
}

#s-9d297474-4935-49bd-a9ec-06ad88ddd98b {
  margin-top: 0px;
margin-bottom: 7px;
}
@media (max-width: 767px){#s-9d297474-4935-49bd-a9ec-06ad88ddd98b {
  display: none;
}
#s-9d297474-4935-49bd-a9ec-06ad88ddd98b, #wrap-s-9d297474-4935-49bd-a9ec-06ad88ddd98b, #wrap-content-s-9d297474-4935-49bd-a9ec-06ad88ddd98b { display: none !important; }}
#s-92f51206-8431-496a-9bae-93347361ad8f {
  margin-top: 0px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-92f51206-8431-496a-9bae-93347361ad8f {
  display: none;
}
#s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-content-s-92f51206-8431-496a-9bae-93347361ad8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92f51206-8431-496a-9bae-93347361ad8f {
  display: none;
}
#s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-content-s-92f51206-8431-496a-9bae-93347361ad8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92f51206-8431-496a-9bae-93347361ad8f {
  display: none;
}
#s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-content-s-92f51206-8431-496a-9bae-93347361ad8f { display: none !important; }}@media (max-width: 767px){#s-92f51206-8431-496a-9bae-93347361ad8f {
  display: unset;
}
#s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-s-92f51206-8431-496a-9bae-93347361ad8f, #wrap-content-s-92f51206-8431-496a-9bae-93347361ad8f { display: unset !important; }}
#s-5ee2f00a-4adb-4bf1-a38a-a448a48dd09d {
  margin-top: 11px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-5ee2f00a-4adb-4bf1-a38a-a448a48dd09d {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a {
  margin-top: 10px;
margin-bottom: 39px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 162, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
color: rgba(127, 14, 125, 1);
}
#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a:hover {background-color: rgba(255, 162, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca9781a6-0826-45c7-a5d2-09187f56ff3a-root {
    text-align: center;
  }


#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca9781a6-0826-45c7-a5d2-09187f56ff3a-root {
    text-align: center;
  }


#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca9781a6-0826-45c7-a5d2-09187f56ff3a-root {
    text-align: center;
  }


#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca9781a6-0826-45c7-a5d2-09187f56ff3a-root {
    text-align: center;
  }


#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca9781a6-0826-45c7-a5d2-09187f56ff3a-root {
    text-align: center;
  }


#s-ca9781a6-0826-45c7-a5d2-09187f56ff3a.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab {
  display: unset;
}
#s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab, #wrap-s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab, #wrap-content-s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab { display: unset !important; }}@media (max-width: 767px){#s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab {
  display: none;
}
#s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab, #wrap-s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab, #wrap-content-s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f8359583-9bea-4ea4-a78d-5c1cb3c6b7ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6-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-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
  box-sizing: border-box;
}



.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
      position: relative;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

@media (min-width: 1200px){#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6-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-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
  box-sizing: border-box;
}



.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
      position: relative;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6-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-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
  box-sizing: border-box;
}



.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
      position: relative;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6-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-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
  box-sizing: border-box;
}



.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
      position: relative;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (max-width: 767px){#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6-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-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image {
  box-sizing: border-box;
}



.s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container {
      position: relative;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6c6f20-8a27-4555-9c97-d751fe92ffb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}
#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  margin: 0 !important;
  overflow: visible;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00-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-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add background color handling */
  
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
  box-sizing: border-box;
}



.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
      position: relative;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

@media (min-width: 1200px){#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  margin: 0 !important;
  overflow: visible;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00-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-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add background color handling */
  
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
  box-sizing: border-box;
}



.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
      position: relative;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  margin: 0 !important;
  overflow: visible;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00-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-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add background color handling */
  
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
  box-sizing: border-box;
}



.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
      position: relative;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  margin: 0 !important;
  overflow: visible;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00-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-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add background color handling */
  
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
  box-sizing: border-box;
}



.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
      position: relative;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (max-width: 767px){#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  margin: 0 !important;
  overflow: visible;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00-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-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add background color handling */
  
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image {
  box-sizing: border-box;
}



.s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container {
      position: relative;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-957d7cc4-d8b3-4c93-a0f3-5435bbacee00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}
#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876-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-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
  box-sizing: border-box;
}



.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
      position: relative;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

@media (min-width: 1200px){#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876-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-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
  box-sizing: border-box;
}



.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
      position: relative;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876-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-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
  box-sizing: border-box;
}



.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
      position: relative;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876-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-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
  box-sizing: border-box;
}



.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
      position: relative;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (max-width: 767px){#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876-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-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image {
  box-sizing: border-box;
}



.s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container {
      position: relative;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6c4f6-4e60-427a-bb97-be8cd58d4876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}
@media (min-width: 1200px){#s-97dbb7cf-eae3-40dd-9428-fad15a20c801 {
  display: none;
}
#s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-content-s-97dbb7cf-eae3-40dd-9428-fad15a20c801 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97dbb7cf-eae3-40dd-9428-fad15a20c801 {
  display: none;
}
#s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-content-s-97dbb7cf-eae3-40dd-9428-fad15a20c801 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97dbb7cf-eae3-40dd-9428-fad15a20c801 {
  display: none;
}
#s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-content-s-97dbb7cf-eae3-40dd-9428-fad15a20c801 { display: none !important; }}@media (max-width: 767px){#s-97dbb7cf-eae3-40dd-9428-fad15a20c801 {
  display: unset;
}
#s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-s-97dbb7cf-eae3-40dd-9428-fad15a20c801, #wrap-content-s-97dbb7cf-eae3-40dd-9428-fad15a20c801 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-97dbb7cf-eae3-40dd-9428-fad15a20c801"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-97dbb7cf-eae3-40dd-9428-fad15a20c801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-97dbb7cf-eae3-40dd-9428-fad15a20c801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-97dbb7cf-eae3-40dd-9428-fad15a20c801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6-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-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
  box-sizing: border-box;
}



.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
      position: relative;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

@media (min-width: 1200px){#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6-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-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
  box-sizing: border-box;
}



.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
      position: relative;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6-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-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
  box-sizing: border-box;
}



.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
      position: relative;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6-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-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
  box-sizing: border-box;
}



.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
      position: relative;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (max-width: 767px){#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6-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-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image {
  box-sizing: border-box;
}



.s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container {
      position: relative;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2419866-5ab3-4d27-93f1-67ecaae635a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}
#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78-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-9007f391-567b-49b1-b506-1e6c5e934a78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
  box-sizing: border-box;
}



.s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9007f391-567b-49b1-b506-1e6c5e934a78 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
      position: relative;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

@media (min-width: 1200px){#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78-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-9007f391-567b-49b1-b506-1e6c5e934a78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
  box-sizing: border-box;
}



.s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9007f391-567b-49b1-b506-1e6c5e934a78 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
      position: relative;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78-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-9007f391-567b-49b1-b506-1e6c5e934a78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
  box-sizing: border-box;
}



.s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9007f391-567b-49b1-b506-1e6c5e934a78 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
      position: relative;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78-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-9007f391-567b-49b1-b506-1e6c5e934a78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
  box-sizing: border-box;
}



.s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9007f391-567b-49b1-b506-1e6c5e934a78 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
      position: relative;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}@media (max-width: 767px){#s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78-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-9007f391-567b-49b1-b506-1e6c5e934a78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9007f391-567b-49b1-b506-1e6c5e934a78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }

    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9007f391-567b-49b1-b506-1e6c5e934a78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 765px;
  }



  img.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
    
    
    
    max-height: 765px;
  }


.s-9007f391-567b-49b1-b506-1e6c5e934a78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image {
  box-sizing: border-box;
}



.s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9007f391-567b-49b1-b506-1e6c5e934a78 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container {
      position: relative;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9007f391-567b-49b1-b506-1e6c5e934a78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 765px;
    }
  }

}
#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd20d936-45fa-4f02-9e2a-15491e1276f3.shg-box.shg-c {
  justify-content: center;
}

#s-a9e40c96-b4f9-43d6-a220-fe2d2e3e4e10 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961 {
  min-height: 50px;
}








#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc23d25-3164-4c84-bbfd-3d8cac27b961.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 992px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 1200px) {
[id="s-cec253f0-a0ee-44fb-8dce-bd26f917f1ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.25px);
}

}

#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  background-image: url();
}








#s-928936db-936b-4f66-8e7b-b20a045aeb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-928936db-936b-4f66-8e7b-b20a045aeb38 {
  cursor: pointer;
}#s-928936db-936b-4f66-8e7b-b20a045aeb38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-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-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-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-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-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-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-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-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  margin: 0 !important;
  overflow: visible;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73-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-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add background color handling */
  
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image {
  box-sizing: border-box;
}



.s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container {
      position: relative;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-471f9a2d-4158-49ba-8a2d-321b83e1bb73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-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-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-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-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-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-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-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-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394-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-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-fa4660b1-c389-483c-a8f8-702a8d08b394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image {
  box-sizing: border-box;
}



.s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container {
      position: relative;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4660b1-c389-483c-a8f8-702a8d08b394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-e5324bac-0e01-4af5-b4ad-3aefb04df2c4 {
  margin-left: 19%;
margin-right: 19%;
}

#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  background-image: url();
}








#s-35b4acee-99b6-4b11-84cd-dbad135f4840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35b4acee-99b6-4b11-84cd-dbad135f4840 {
  cursor: pointer;
}#s-35b4acee-99b6-4b11-84cd-dbad135f4840.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-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-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-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-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-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-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-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-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95-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-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image {
  box-sizing: border-box;
}



.s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container {
      position: relative;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c55f2f5f-0d7f-4a22-94ee-68f658769d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-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-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-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-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-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-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-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-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e-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-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image {
  box-sizing: border-box;
}



.s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container {
      position: relative;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b1953a0-2ab9-4531-8e98-98561ed08f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-fb11d71a-55ee-4cd6-8459-d91a6b4298dc {
  margin-left: 0%;
margin-right: 0%;
}

#s-1918853f-9de4-451f-abd1-8ac8034ece6b {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-1918853f-9de4-451f-abd1-8ac8034ece6b {
  background-image: url();
}








#s-1918853f-9de4-451f-abd1-8ac8034ece6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1918853f-9de4-451f-abd1-8ac8034ece6b {
  cursor: pointer;
}#s-1918853f-9de4-451f-abd1-8ac8034ece6b.shg-box.shg-c {
  justify-content: center;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39-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-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
  box-sizing: border-box;
}



.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
      position: relative;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39-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-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
  box-sizing: border-box;
}



.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
      position: relative;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39-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-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
  box-sizing: border-box;
}



.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
      position: relative;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39-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-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
  box-sizing: border-box;
}



.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
      position: relative;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39-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-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image {
  box-sizing: border-box;
}



.s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container {
      position: relative;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8bb4ad-b7b4-435a-9348-3aeffac2ba39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin: 0 !important;
  overflow: visible;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a-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-65389af3-02ae-4804-8462-7a134f63ca3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-65389af3-02ae-4804-8462-7a134f63ca3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add background color handling */
  
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
  box-sizing: border-box;
}



.s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65389af3-02ae-4804-8462-7a134f63ca3a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
      position: relative;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin: 0 !important;
  overflow: visible;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a-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-65389af3-02ae-4804-8462-7a134f63ca3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65389af3-02ae-4804-8462-7a134f63ca3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add background color handling */
  
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
  box-sizing: border-box;
}



.s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65389af3-02ae-4804-8462-7a134f63ca3a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
      position: relative;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin: 0 !important;
  overflow: visible;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a-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-65389af3-02ae-4804-8462-7a134f63ca3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65389af3-02ae-4804-8462-7a134f63ca3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add background color handling */
  
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
  box-sizing: border-box;
}



.s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65389af3-02ae-4804-8462-7a134f63ca3a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
      position: relative;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin: 0 !important;
  overflow: visible;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a-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-65389af3-02ae-4804-8462-7a134f63ca3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65389af3-02ae-4804-8462-7a134f63ca3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add background color handling */
  
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
  box-sizing: border-box;
}



.s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65389af3-02ae-4804-8462-7a134f63ca3a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
      position: relative;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-65389af3-02ae-4804-8462-7a134f63ca3a {
  margin: 0 !important;
  overflow: visible;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a-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-65389af3-02ae-4804-8462-7a134f63ca3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65389af3-02ae-4804-8462-7a134f63ca3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add background color handling */
  
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65389af3-02ae-4804-8462-7a134f63ca3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-65389af3-02ae-4804-8462-7a134f63ca3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image {
  box-sizing: border-box;
}



.s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65389af3-02ae-4804-8462-7a134f63ca3a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container {
      position: relative;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65389af3-02ae-4804-8462-7a134f63ca3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-54a10728-3620-4d7a-8623-43f8c61aba94 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-54a10728-3620-4d7a-8623-43f8c61aba94 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  background-image: url();
}








#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e3c0026-06da-4f64-8523-fdd3ed47b543 {
  cursor: pointer;
}#s-9e3c0026-06da-4f64-8523-fdd3ed47b543.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin-left: 3%;
margin-right: 3%;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54-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-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
  box-sizing: border-box;
}



.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
      position: relative;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54-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-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
  box-sizing: border-box;
}



.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
      position: relative;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54-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-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
  box-sizing: border-box;
}



.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
      position: relative;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54-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-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
  box-sizing: border-box;
}



.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
      position: relative;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54-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-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image {
  box-sizing: border-box;
}



.s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container {
      position: relative;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc3e76aa-f55a-4305-a123-ac005de9ee54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-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-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-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-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-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-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-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-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-3027faaf-43c1-494c-af92-22038784a80e {
  margin: 0 !important;
  overflow: visible;
}

#s-3027faaf-43c1-494c-af92-22038784a80e-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-3027faaf-43c1-494c-af92-22038784a80e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3027faaf-43c1-494c-af92-22038784a80e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add background color handling */
  
}

#s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3027faaf-43c1-494c-af92-22038784a80e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3027faaf-43c1-494c-af92-22038784a80e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image {
  box-sizing: border-box;
}



.s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3027faaf-43c1-494c-af92-22038784a80e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container {
      position: relative;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3027faaf-43c1-494c-af92-22038784a80e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-5657c547-6bed-41b1-a294-62e94c871f6f {
  margin-left: 0%;
margin-right: 0%;
}

#s-d581d95e-0aed-4867-a06b-44667281a717 {
  margin-top: 35px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d581d95e-0aed-4867-a06b-44667281a717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d581d95e-0aed-4867-a06b-44667281a717 {
  cursor: pointer;
}#s-d581d95e-0aed-4867-a06b-44667281a717.shg-box.shg-c {
  justify-content: center;
}

#s-01d8d788-f3f8-49fc-afcb-6dbca0261a41 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01d8d788-f3f8-49fc-afcb-6dbca0261a41 {
  margin-left: 17%;
margin-right: 17%;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f255514d-3ecb-4c5d-b178-328824863daa {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center center;
}








#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  cursor: pointer;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c.shg-box.shg-c {
  justify-content: center;
}

#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: -10px;
margin-right: -2%;
}
@media (min-width: 1200px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (max-width: 767px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  margin-top: 0px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  display: none;
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-content-s-a377116b-b513-4ebd-8d67-8112cacc582a { display: none !important; }}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(127, 14, 125, 1);
letter-spacing: 0px;
}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:hover {background-color: rgba(226, 177, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(54, 54, 54, 1) !important;}#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: -3%;
margin-right: -3%;
}
}

  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-top: -12px;
margin-left: 2%;
margin-bottom: -10px;
margin-right: 2%;
}
@media (max-width: 767px){#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e30ae116-80c6-4215-921c-0b93f2b3c91f {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e30ae116-80c6-4215-921c-0b93f2b3c91f {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-e30ae116-80c6-4215-921c-0b93f2b3c91f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e30ae116-80c6-4215-921c-0b93f2b3c91f.shg-box.shg-c {
  justify-content: center;
}

#s-9454d3f0-2bdf-406a-96d2-276c4003d0b2 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-53a39ed8-5d99-4368-b4d3-afc14df4f831 {
  min-height: 50px;
}








#s-53a39ed8-5d99-4368-b4d3-afc14df4f831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53a39ed8-5d99-4368-b4d3-afc14df4f831.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2b435cc8-4526-4169-956d-b9cfe930e257 {
  min-height: 50px;
}








#s-2b435cc8-4526-4169-956d-b9cfe930e257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b435cc8-4526-4169-956d-b9cfe930e257 {
  cursor: pointer;
}#s-2b435cc8-4526-4169-956d-b9cfe930e257.shg-box.shg-c {
  justify-content: center;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1-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-274497db-c465-4e81-b80e-577c6b1767d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}



.s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1-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-274497db-c465-4e81-b80e-577c6b1767d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}



.s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1-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-274497db-c465-4e81-b80e-577c6b1767d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}



.s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1-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-274497db-c465-4e81-b80e-577c6b1767d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}



.s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1-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-274497db-c465-4e81-b80e-577c6b1767d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}



.s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-021e5054-1e5b-4c2b-b272-75d161cd2e93 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 {
  min-height: 50px;
}








#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 {
  cursor: pointer;
}#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9.shg-box.shg-c {
  justify-content: center;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
  overflow: visible;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f-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-f36884d1-c490-49e7-96bf-b5347791488f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add background color handling */
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}



.s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
  overflow: visible;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f-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-f36884d1-c490-49e7-96bf-b5347791488f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add background color handling */
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}



.s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
  overflow: visible;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f-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-f36884d1-c490-49e7-96bf-b5347791488f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add background color handling */
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}



.s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
  overflow: visible;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f-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-f36884d1-c490-49e7-96bf-b5347791488f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add background color handling */
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}



.s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
  overflow: visible;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f-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-f36884d1-c490-49e7-96bf-b5347791488f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add background color handling */
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}



.s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-080574a1-c8a6-4d70-b9b3-b2f1f224e02a {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 {
  min-height: 50px;
}








#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 {
  cursor: pointer;
}#s-f13e01f5-d073-4460-aca9-9ffbadc84f49.shg-box.shg-c {
  justify-content: center;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530-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-c3993681-3b9a-4084-99e2-4e1861366530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}



.s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530-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-c3993681-3b9a-4084-99e2-4e1861366530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}



.s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530-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-c3993681-3b9a-4084-99e2-4e1861366530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}



.s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530-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-c3993681-3b9a-4084-99e2-4e1861366530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}



.s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530-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-c3993681-3b9a-4084-99e2-4e1861366530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}



.s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-3b84dbd0-1d18-4354-81f6-08f051ca2ad9 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 {
  min-height: 50px;
}








#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 {
  cursor: pointer;
}#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6.shg-box.shg-c {
  justify-content: center;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2-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-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}



.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2-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-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}



.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2-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-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}



.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2-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-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}



.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2-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-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}



.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-ad48faf6-6017-478e-a1ea-96b9c718acc6 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a1db2471-9d9f-4097-b11e-b4a1cbe1f8ad {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a1db2471-9d9f-4097-b11e-b4a1cbe1f8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1db2471-9d9f-4097-b11e-b4a1cbe1f8ad {
  cursor: pointer;
}#s-a1db2471-9d9f-4097-b11e-b4a1cbe1f8ad.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d9384b7b-4d0a-442f-a6c8-701abef4ebdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9384b7b-4d0a-442f-a6c8-701abef4ebdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d9384b7b-4d0a-442f-a6c8-701abef4ebdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9384b7b-4d0a-442f-a6c8-701abef4ebdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-57a79abc-10e2-4cc7-8845-72a554ef33b5 {
  min-height: 50px;
}








#s-57a79abc-10e2-4cc7-8845-72a554ef33b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57a79abc-10e2-4cc7-8845-72a554ef33b5.shg-box.shg-c {
  justify-content: center;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin-top: 12px;
margin-left: 40%;
margin-bottom: 14px;
margin-right: 40%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63-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-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 12px;
  margin-bottom: 14px;
}

.shg-image-content-margin-container-s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
  box-sizing: border-box;
}



.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
      position: relative;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63-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-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
  box-sizing: border-box;
}



.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
      position: relative;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63-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-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
  box-sizing: border-box;
}



.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
      position: relative;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63-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-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
  box-sizing: border-box;
}



.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
      position: relative;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63-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-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image {
  box-sizing: border-box;
}



.s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container {
      position: relative;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4f6d2b-c9d5-4403-9daf-15d40065ea63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
@media (min-width: 768px) and (max-width: 991px){#s-2525a657-06c0-4810-a0fd-fafe1a5764c8 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-5df62e42-68f2-4d60-a67c-90adec2c4441 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99-root {
    text-align: center;
  }


#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99-root {
    text-align: center;
  }


#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99-root {
    text-align: center;
  }


#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99-root {
    text-align: center;
  }


#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99-root {
    text-align: center;
  }


#s-12c69cb3-1dd4-41e2-b9b4-b8f0986abe99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin-bottom: 0px;
max-width: 1306px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin-bottom: 20px;
}
}
#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin: 0 !important;
  overflow: visible;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865-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-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add background color handling */
  
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-content {
  
    justify-content: center;
  
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
  box-sizing: border-box;
}



.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
      position: relative;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

@media (min-width: 1200px){#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin: 0 !important;
  overflow: visible;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865-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-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add background color handling */
  
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-content {
  
    justify-content: center;
  
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
  box-sizing: border-box;
}



.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
      position: relative;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin: 0 !important;
  overflow: visible;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865-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-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add background color handling */
  
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-content {
  
    justify-content: center;
  
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
  box-sizing: border-box;
}



.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
      position: relative;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin: 0 !important;
  overflow: visible;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865-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-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add background color handling */
  
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-content {
  
    justify-content: center;
  
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
  box-sizing: border-box;
}



.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
      position: relative;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (max-width: 767px){#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  margin: 0 !important;
  overflow: visible;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865-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-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add background color handling */
  
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 .shogun-image-content {
  
    justify-content: center;
  
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image {
  box-sizing: border-box;
}



.s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container {
      position: relative;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780e6b50-16b4-40c8-ac14-3b3dffb43865 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}
#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18b44b67-8914-45ae-b8a0-4998d7034739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  cursor: pointer;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ac7d74a-ea0c-490d-81be-8045611a751b {
  min-height: 50px;
}








#s-7ac7d74a-ea0c-490d-81be-8045611a751b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ac7d74a-ea0c-490d-81be-8045611a751b.shg-box.shg-c {
  justify-content: center;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 20px;
}
}
#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f-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-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}



.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f-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-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}



.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f-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-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}



.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f-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-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}



.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f-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-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}



.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-a113c1c3-d427-40b7-a8af-20406f7107b6 {
  min-height: 50px;
}








#s-a113c1c3-d427-40b7-a8af-20406f7107b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a113c1c3-d427-40b7-a8af-20406f7107b6.shg-box.shg-c {
  justify-content: center;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
  overflow: visible;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea-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-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  
}

.shg-image-content-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add background color handling */
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}



.s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
  overflow: visible;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea-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-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add background color handling */
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}



.s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
  overflow: visible;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea-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-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add background color handling */
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}



.s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
  overflow: visible;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea-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-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add background color handling */
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}



.s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
  overflow: visible;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea-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-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  
  
}

.shg-image-content-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add background color handling */
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}



.s-90902f8d-f697-4b2f-a7c8-c42299e340ea img.shogun-image {
  
}


}
#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (max-width: 767px){#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  
}
}







#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  cursor: pointer;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae.shg-box.shg-c {
  justify-content: center;
}

#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  display: none;
}
#s-61cd900e-7d89-49c3-9640-1f8be6ee1669, #wrap-s-61cd900e-7d89-49c3-9640-1f8be6ee1669, #wrap-content-s-61cd900e-7d89-49c3-9640-1f8be6ee1669 { display: none !important; }}







#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61cd900e-7d89-49c3-9640-1f8be6ee1669.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07b3eec6-5820-42e7-91e6-5c952363c77c {
  min-height: 50px;
}








#s-07b3eec6-5820-42e7-91e6-5c952363c77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b3eec6-5820-42e7-91e6-5c952363c77c.shg-box.shg-c {
  justify-content: center;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}
}
#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
  overflow: visible;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b-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-102c5d01-b428-48f2-81fd-893fad13070b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add background color handling */
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    justify-content: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}



.s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
  overflow: visible;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b-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-102c5d01-b428-48f2-81fd-893fad13070b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add background color handling */
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    justify-content: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}



.s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
  overflow: visible;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b-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-102c5d01-b428-48f2-81fd-893fad13070b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add background color handling */
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    justify-content: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}



.s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
  overflow: visible;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b-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-102c5d01-b428-48f2-81fd-893fad13070b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add background color handling */
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    justify-content: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}



.s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
  overflow: visible;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b-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-102c5d01-b428-48f2-81fd-893fad13070b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add background color handling */
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    justify-content: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}



.s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  display: none;
}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2, #wrap-s-346e7e99-5215-4ad6-9c4e-65157da8efd2, #wrap-content-s-346e7e99-5215-4ad6-9c4e-65157da8efd2 { display: none !important; }}







#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-346e7e99-5215-4ad6-9c4e-65157da8efd2.shg-box.shg-c {
  justify-content: center;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin-top: 3px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin: 0 !important;
  overflow: visible;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d-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-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3px;
  
}

.shg-image-content-margin-container-s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add background color handling */
  
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
  box-sizing: border-box;
}



.s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
      position: relative;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

@media (min-width: 1200px){#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin: 0 !important;
  overflow: visible;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d-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-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add background color handling */
  
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
  box-sizing: border-box;
}



.s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
      position: relative;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin: 0 !important;
  overflow: visible;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d-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-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add background color handling */
  
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
  box-sizing: border-box;
}



.s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
      position: relative;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin: 0 !important;
  overflow: visible;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d-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-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add background color handling */
  
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
  box-sizing: border-box;
}



.s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
      position: relative;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}@media (max-width: 767px){#s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  margin: 0 !important;
  overflow: visible;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d-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-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add background color handling */
  
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 30px;
  }



  img.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
    
    
    
    max-height: 30px;
  }


.s-19cf7b79-059b-4425-93f9-e37e6a15b15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image {
  box-sizing: border-box;
}



.s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container {
      position: relative;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf7b79-059b-4425-93f9-e37e6a15b15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 30px;
    }
  }

}
#s-2f9c479c-ae2e-4430-b547-0584cb243ad3 {
  margin-top: 4px;
margin-left: 27px;
margin-bottom: 4px;
margin-right: 27px;
}

#s-d77ae513-3909-4d08-a343-6a4db55b615e {
  min-height: 50px;
}








#s-d77ae513-3909-4d08-a343-6a4db55b615e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d77ae513-3909-4d08-a343-6a4db55b615e.shg-box.shg-c {
  justify-content: center;
}

#s-8772feab-3e1d-44ee-828c-ebd36e12768c {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-3b61625a-86a5-4524-84d0-f95db065d5d2 {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-a297b3bb-b7a5-4417-9828-f33990292282:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a297b3bb-b7a5-4417-9828-f33990292282:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 7px;
margin-bottom: 14px;
}
}

  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-content-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-content-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  
}
}@media (max-width: 767px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-content-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}







#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6493dcc-5ffc-466d-9503-44a7577c6d80.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

#s-ee8def7e-4e2e-43ec-a783-460d983fe5d8 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-24793308-ed84-4973-8dd8-50185201bdda {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-a563ad83-db38-469b-9067-3d93c2732081 {
  margin-left: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a563ad83-db38-469b-9067-3d93c2732081 {
  display: none;
}
#s-a563ad83-db38-469b-9067-3d93c2732081, #wrap-s-a563ad83-db38-469b-9067-3d93c2732081, #wrap-content-s-a563ad83-db38-469b-9067-3d93c2732081 { display: none !important; }}







#s-a563ad83-db38-469b-9067-3d93c2732081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a563ad83-db38-469b-9067-3d93c2732081.shg-box.shg-c {
  justify-content: center;
}

#s-767ceacc-1593-460e-af25-aa04830f0846 {
  margin-top: 22px;
margin-left: 17px;
margin-bottom: 16px;
margin-right: 17px;
}
@media (min-width: 768px) and (max-width: 991px){#s-767ceacc-1593-460e-af25-aa04830f0846 {
  margin-left: 22px;
margin-right: 22px;
}
}
#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 11px;
margin-bottom: 0px;
}
}
#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
  overflow: visible;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296-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-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add background color handling */
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 13px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 900px;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
    min-height: 0px;
    max-height: 900px;
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}



.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
  overflow: visible;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296-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-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add background color handling */
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 900px;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
    min-height: 0px;
    max-height: 900px;
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}



.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
  overflow: visible;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296-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-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add background color handling */
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 900px;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
    min-height: 0px;
    max-height: 900px;
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}



.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
  overflow: visible;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296-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-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 40px;
  
}

.shg-image-content-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add background color handling */
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 900px;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
    min-height: 0px;
    max-height: 900px;
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}



.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
  overflow: visible;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296-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-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add background color handling */
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 900px;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
    min-height: 0px;
    max-height: 900px;
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}



.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 900px;
    }
  }

}
#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-top: 23px;
}
}







#s-d128768d-7316-4411-85e9-bda424419184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d128768d-7316-4411-85e9-bda424419184.shg-box.shg-c {
  justify-content: center;
}

#s-4f905a99-5d97-459f-8d90-4d9ef2aa0b9c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-5b858119-763b-491f-9a35-90446b660cbc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-5b858119-763b-491f-9a35-90446b660cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b858119-763b-491f-9a35-90446b660cbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  min-height: 50px;
}








#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  cursor: pointer;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7.shg-box.shg-c {
  justify-content: center;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
  overflow: visible;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214-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-505701ee-1818-4da4-ac84-68ed47cef214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add background color handling */
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}



.s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
  overflow: visible;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214-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-505701ee-1818-4da4-ac84-68ed47cef214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add background color handling */
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}



.s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
  overflow: visible;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214-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-505701ee-1818-4da4-ac84-68ed47cef214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add background color handling */
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}



.s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
  overflow: visible;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214-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-505701ee-1818-4da4-ac84-68ed47cef214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add background color handling */
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}



.s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
  overflow: visible;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214-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-505701ee-1818-4da4-ac84-68ed47cef214 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add background color handling */
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    justify-content: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}



.s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-7aac41e1-1cc8-4e4d-90c0-d2ccd255a119 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
min-height: 0px;
}
@media (max-width: 767px){#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  padding-bottom: 15px;
}
}
#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  min-height: 50px;
}








#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  cursor: pointer;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7.shg-box.shg-c {
  justify-content: center;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
  overflow: visible;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a-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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add background color handling */
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    justify-content: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}



.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
  overflow: visible;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a-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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add background color handling */
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    justify-content: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}



.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
  overflow: visible;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a-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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add background color handling */
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    justify-content: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}



.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
  overflow: visible;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a-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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add background color handling */
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    justify-content: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}



.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
  overflow: visible;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a-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-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add background color handling */
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    justify-content: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}



.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-8afb50e6-0d2b-45f4-929b-8e9fa0c6bfea {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  padding-bottom: 15px;
}
}
#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  min-height: 50px;
}








#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  cursor: pointer;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95.shg-box.shg-c {
  justify-content: center;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
  overflow: visible;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce-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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add background color handling */
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}



.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
  overflow: visible;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce-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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add background color handling */
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}



.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
  overflow: visible;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce-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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add background color handling */
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}



.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
  overflow: visible;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce-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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add background color handling */
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}



.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
  overflow: visible;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce-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-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add background color handling */
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}



.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-933a48b5-60f5-47ec-824c-b80bead5a675 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1f3d0f5d-6785-4dab-baf8-4f8b7964e36f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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